You are here

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\Event

Code

public function setBillingAddress1(string $address1) {
  $this->billing['address']['line1'] = $address1;
}