ReceiverAddress

The details of the address associated with the receiver.

Types

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

Properties

Link copied to clipboard

The first line of the address.

Link copied to clipboard

The second line of the address, if applicable.

Link copied to clipboard

The third line of the address, if applicable.

Link copied to clipboard
val city: String?

The city that the address is in.

Link copied to clipboard

A unique company name.

Link copied to clipboard

The country code for the country the address is in.

Link copied to clipboard

The district or country the address is located in.

Link copied to clipboard

The postal code associated with the address.

Link copied to clipboard

The state, region, or province the address is located.

Functions

Link copied to clipboard
inline fun copy(block: ReceiverAddress.Builder.() -> Unit = {}): ReceiverAddress
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