You are here

public function StripePaymentEvent::setBillingAddress2 in Stripe 2.x

File

src/Event/StripePaymentEvent.php, line 122

Class

StripePaymentEvent
Wraps a stripe event for webhook.

Namespace

Drupal\stripe\Event

Code

public function setBillingAddress2(string $address2) {
  $this->billing['address']['line2'] = $address2;
}