ShippingAddress

@Serializable
data class ShippingAddress(val countryCode: String, val state: String, val city: String, val streetLine1: String, val streetLine2: String, val postCode: String)

This object represents a shipping address.

Api reference

Constructors

Link copied to clipboard
constructor(countryCode: String, state: String, city: String, streetLine1: String, streetLine2: String, postCode: String)

Properties

Link copied to clipboard

City

Link copied to clipboard

Two-letter ISO 3166-1 alpha-2 country code

Link copied to clipboard

Address post code

Link copied to clipboard

State, if applicable

Link copied to clipboard

First line for the address

Link copied to clipboard

Second line for the address