Address

data class Address(val city: String, val country: String, val state: String, val zipcode: String, val line1: String?, val line2: String?)

Constructors

Link copied to clipboard
constructor(city: String, country: String, state: String, zipcode: String, line1: String?, line2: String?)

Properties

Link copied to clipboard

The name of the city.

Link copied to clipboard

Either us or US. Defaults to US if not provided.

Link copied to clipboard

The first line of the street address.

Link copied to clipboard

The second line of the street address.

Link copied to clipboard

The two-letter abbreviation, can be upper or lowercase, for the US state.

Link copied to clipboard

The zip or postal code.