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