PaymentAgreementBillingAddress

The customer's billing address

interface PaymentAgreementBillingAddress

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

company
Link copied to clipboard

The customer's company name.

abstract val company: String?
countryCode
Link copied to clipboard

The customer's Alpha-2 (2-character) ISO-3166-1 country code.

abstract val countryCode: String
email
Link copied to clipboard

The customer’s email address.

abstract val email: String
extendedAddress
Link copied to clipboard

The customer's extended address line.

abstract val extendedAddress: String?
firstName
Link copied to clipboard

The customer's first name.

abstract val firstName: String
lastName
Link copied to clipboard

The customer's last name.

abstract val lastName: String
postalCode
Link copied to clipboard

The customer's postal code.

abstract val postalCode: String
stateOrTerritory
Link copied to clipboard

The customer's abbreviated state or territory.

abstract val stateOrTerritory: String
streetAddress
Link copied to clipboard

The customer's street address line.

abstract val streetAddress: String
suburb
Link copied to clipboard

The customer's suburb.

abstract val suburb: String