public function StripePaymentEvent::setBillingPhone in Stripe 2.x
File
- src/
Event/ StripePaymentEvent.php, line 142
Class
- StripePaymentEvent
- Wraps a stripe event for webhook.
Namespace
Drupal\stripe\EventCode
public function setBillingPhone(string $phone) {
$this->billing['phone'] = $phone;
}