DigitalPayAddress

A customer's address

interface DigitalPayAddress : Serializable

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 recipient's company name.

abstract val company: String?
countryCode
Link copied to clipboard

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

abstract val countryCode: String
email
Link copied to clipboard

The recipient’s email address.

abstract val email: String?
extendedAddress
Link copied to clipboard

The recipient's extended address line.

abstract val extendedAddress: String?
firstName
Link copied to clipboard

The recipient's first name.

abstract val firstName: String
lastName
Link copied to clipboard

The recipient's last name.

abstract val lastName: String
postalCode
Link copied to clipboard

The recipient's postal code

abstract val postalCode: String
stateOrTerritory
Link copied to clipboard

The recipient's abbreviated state or territory.

abstract val stateOrTerritory: String
streetAddress
Link copied to clipboard

The recipient's street address line.

abstract val streetAddress: String
suburb
Link copied to clipboard

The recipient's suburb.

abstract val suburb: String