ProfileMailingAddressArgs

data class ProfileMailingAddressArgs(val address1: Output<String>? = null, val address2: Output<String>? = null, val address3: Output<String>? = null, val address4: Output<String>? = null, val city: Output<String>? = null, val country: Output<String>? = null, val county: Output<String>? = null, val postalCode: Output<String>? = null, val province: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<ProfileMailingAddressArgs>

Constructors

Link copied to clipboard
constructor(address1: Output<String>? = null, address2: Output<String>? = null, address3: Output<String>? = null, address4: Output<String>? = null, city: Output<String>? = null, country: Output<String>? = null, county: Output<String>? = null, postalCode: Output<String>? = null, province: Output<String>? = null, state: Output<String>? = null)

Properties

Link copied to clipboard
val address1: Output<String>? = null

The first line of a customer address.

Link copied to clipboard
val address2: Output<String>? = null

The second line of a customer address.

Link copied to clipboard
val address3: Output<String>? = null

The third line of a customer address.

Link copied to clipboard
val address4: Output<String>? = null

The fourth line of a customer address.

Link copied to clipboard
val city: Output<String>? = null

The city in which a customer lives.

Link copied to clipboard
val country: Output<String>? = null

The country in which a customer lives.

Link copied to clipboard
val county: Output<String>? = null

The county in which a customer lives.

Link copied to clipboard
val postalCode: Output<String>? = null

The postal code of a customer address.

Link copied to clipboard
val province: Output<String>? = null

The province in which a customer lives.

Link copied to clipboard
val state: Output<String>? = null

The state in which a customer lives.

Functions

Link copied to clipboard
open override fun toJava(): ProfileMailingAddressArgs