MessageTemplateCustomerProfileAttributes

data class MessageTemplateCustomerProfileAttributes(val accountNumber: String? = null, val additionalInformation: String? = null, val address1: String? = null, val address2: String? = null, val address3: String? = null, val address4: String? = null, val billingAddress1: String? = null, val billingAddress2: String? = null, val billingAddress3: String? = null, val billingAddress4: String? = null, val billingCity: String? = null, val billingCountry: String? = null, val billingCounty: String? = null, val billingPostalCode: String? = null, val billingProvince: String? = null, val billingState: String? = null, val birthDate: String? = null, val businessEmailAddress: String? = null, val businessName: String? = null, val businessPhoneNumber: String? = null, val city: String? = null, val country: String? = null, val county: String? = null, val custom: Map<String, String>? = null, val emailAddress: String? = null, val firstName: String? = null, val gender: String? = null, val homePhoneNumber: String? = null, val lastName: String? = null, val mailingAddress1: String? = null, val mailingAddress2: String? = null, val mailingAddress3: String? = null, val mailingAddress4: String? = null, val mailingCity: String? = null, val mailingCountry: String? = null, val mailingCounty: String? = null, val mailingPostalCode: String? = null, val mailingProvince: String? = null, val mailingState: String? = null, val middleName: String? = null, val mobilePhoneNumber: String? = null, val partyType: String? = null, val phoneNumber: String? = null, val postalCode: String? = null, val profileArn: String? = null, val profileId: String? = null, val province: String? = null, val shippingAddress1: String? = null, val shippingAddress2: String? = null, val shippingAddress3: String? = null, val shippingAddress4: String? = null, val shippingCity: String? = null, val shippingCountry: String? = null, val shippingCounty: String? = null, val shippingPostalCode: String? = null, val shippingProvince: String? = null, val shippingState: String? = null, val state: String? = null)

The customer profile attributes that are used with the message template.

Constructors

Link copied to clipboard
constructor(accountNumber: String? = null, additionalInformation: String? = null, address1: String? = null, address2: String? = null, address3: String? = null, address4: String? = null, billingAddress1: String? = null, billingAddress2: String? = null, billingAddress3: String? = null, billingAddress4: String? = null, billingCity: String? = null, billingCountry: String? = null, billingCounty: String? = null, billingPostalCode: String? = null, billingProvince: String? = null, billingState: String? = null, birthDate: String? = null, businessEmailAddress: String? = null, businessName: String? = null, businessPhoneNumber: String? = null, city: String? = null, country: String? = null, county: String? = null, custom: Map<String, String>? = null, emailAddress: String? = null, firstName: String? = null, gender: String? = null, homePhoneNumber: String? = null, lastName: String? = null, mailingAddress1: String? = null, mailingAddress2: String? = null, mailingAddress3: String? = null, mailingAddress4: String? = null, mailingCity: String? = null, mailingCountry: String? = null, mailingCounty: String? = null, mailingPostalCode: String? = null, mailingProvince: String? = null, mailingState: String? = null, middleName: String? = null, mobilePhoneNumber: String? = null, partyType: String? = null, phoneNumber: String? = null, postalCode: String? = null, profileArn: String? = null, profileId: String? = null, province: String? = null, shippingAddress1: String? = null, shippingAddress2: String? = null, shippingAddress3: String? = null, shippingAddress4: String? = null, shippingCity: String? = null, shippingCountry: String? = null, shippingCounty: String? = null, shippingPostalCode: String? = null, shippingProvince: String? = null, shippingState: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountNumber: String? = null

A unique account number that you have given to the customer.

Link copied to clipboard

Any additional information relevant to the customer's profile.

Link copied to clipboard
val address1: String? = null

The first line of a customer address.

Link copied to clipboard
val address2: String? = null

The second line of a customer address.

Link copied to clipboard
val address3: String? = null

The third line of a customer address.

Link copied to clipboard
val address4: String? = null

The fourth line of a customer address.

Link copied to clipboard
val billingAddress1: String? = null

The first line of a customer’s billing address.

Link copied to clipboard
val billingAddress2: String? = null

The second line of a customer’s billing address.

Link copied to clipboard
val billingAddress3: String? = null

The third line of a customer’s billing address.

Link copied to clipboard
val billingAddress4: String? = null

The fourth line of a customer’s billing address.

Link copied to clipboard
val billingCity: String? = null

The city of a customer’s billing address.

Link copied to clipboard
val billingCountry: String? = null

The country of a customer’s billing address.

Link copied to clipboard
val billingCounty: String? = null

The county of a customer’s billing address.

Link copied to clipboard

The postal code of a customer’s billing address.

Link copied to clipboard
val billingProvince: String? = null

The province of a customer’s billing address.

Link copied to clipboard
val billingState: String? = null

The state of a customer’s billing address.

Link copied to clipboard
val birthDate: String? = null

The customer's birth date.

Link copied to clipboard

The customer's business email address.

Link copied to clipboard
val businessName: String? = null

The name of the customer's business.

Link copied to clipboard

The customer's business phone number.

Link copied to clipboard
val city: String? = null

The city in which a customer lives.

Link copied to clipboard
val country: String? = null

The country in which a customer lives.

Link copied to clipboard
val county: String? = null

The county in which a customer lives.

Link copied to clipboard
val custom: Map<String, String>? = null

The custom attributes in customer profile attributes.

Link copied to clipboard
val emailAddress: String? = null

The customer's email address, which has not been specified as a personal or business address.

Link copied to clipboard
val firstName: String? = null

The customer's first name.

Link copied to clipboard
val gender: String? = null

The customer's gender.

Link copied to clipboard
val homePhoneNumber: String? = null

The customer's home phone number.

Link copied to clipboard
val lastName: String? = null

The customer's last name.

Link copied to clipboard
val mailingAddress1: String? = null

The first line of a customer’s mailing address.

Link copied to clipboard
val mailingAddress2: String? = null

The second line of a customer’s mailing address.

Link copied to clipboard
val mailingAddress3: String? = null

The third line of a customer’s mailing address.

Link copied to clipboard
val mailingAddress4: String? = null

The fourth line of a customer’s mailing address.

Link copied to clipboard
val mailingCity: String? = null

The city of a customer’s mailing address.

Link copied to clipboard
val mailingCountry: String? = null

The country of a customer’s mailing address.

Link copied to clipboard
val mailingCounty: String? = null

The county of a customer’s mailing address.

Link copied to clipboard

The postal code of a customer’s mailing address

Link copied to clipboard
val mailingProvince: String? = null

The province of a customer’s mailing address.

Link copied to clipboard
val mailingState: String? = null

The state of a customer’s mailing address.

Link copied to clipboard
val middleName: String? = null

The customer's middle name.

Link copied to clipboard

The customer's mobile phone number.

Link copied to clipboard
val partyType: String? = null

The customer's party type.

Link copied to clipboard
val phoneNumber: String? = null

The customer's phone number, which has not been specified as a mobile, home, or business number.

Link copied to clipboard
val postalCode: String? = null

The postal code of a customer address.

Link copied to clipboard
val profileArn: String? = null

The ARN of a customer profile.

Link copied to clipboard
val profileId: String? = null

The unique identifier of a customer profile.

Link copied to clipboard
val province: String? = null

The province in which a customer lives.

Link copied to clipboard

The first line of a customer’s shipping address.

Link copied to clipboard

The second line of a customer’s shipping address.

Link copied to clipboard

The third line of a customer’s shipping address.

Link copied to clipboard

The fourth line of a customer’s shipping address

Link copied to clipboard
val shippingCity: String? = null

The city of a customer’s shipping address.

Link copied to clipboard
val shippingCountry: String? = null

The country of a customer’s shipping address.

Link copied to clipboard
val shippingCounty: String? = null

The county of a customer’s shipping address.

Link copied to clipboard

The postal code of a customer’s shipping address.

Link copied to clipboard

The province of a customer’s shipping address.

Link copied to clipboard
val shippingState: String? = null

The state of a customer’s shipping address.

Link copied to clipboard
val state: String? = null

The state in which a customer lives.