Payment Billing Address
Parameters
address Line1
Address line 1 of the address provided.
city
City of the address provided.
zip Code
Zip code of the address provided.
country Code
ISO alpha-3 country code of the address provided.
address Type
address Line2
Address line 2 of the address provided.
state
The two-characters ISO code for the state or province of the address.
Constructors
Link copied to clipboard
public PaymentBillingAddress PaymentBillingAddress(String addressLine1, String city, String zipCode, String countryCode, PaymentBillingAddress.AddressType addressType, String addressLine2, String state)