Address

class Address

A generic address associated with the customer that is not mailing, shipping, or billing.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first line of a customer address.

Link copied to clipboard

The second line of a customer address.

Link copied to clipboard

The third line of a customer address.

Link copied to clipboard

The fourth line of a customer address.

Link copied to clipboard
val city: String?

The city in which a customer lives.

Link copied to clipboard

The country in which a customer lives.

Link copied to clipboard

The county in which a customer lives.

Link copied to clipboard

The postal code of a customer address.

Link copied to clipboard

The province in which a customer lives.

Link copied to clipboard

The state in which a customer lives.

Functions

Link copied to clipboard
inline fun copy(block: Address.Builder.() -> Unit = {}): Address
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String