Input of BillingAddress data structure for depicting a card/funding source billing address.

Property

First line of the address.

Property

Second line of the address.

Property

City of the address.

Property

State of the address.

Property

Postal code of the address.

Property

Country of the address.

Hierarchy

  • SimulateAuthorizationBillingAddressInput

Properties

addressLine1: string
addressLine2?: string
city: string
country: string
postalCode: string
state: string

Generated using TypeDoc