SegmentDefinitionProfileAttributes

data class SegmentDefinitionProfileAttributes(val accountNumber: SegmentDefinitionProfileDimension? = null, val additionalInformation: SegmentDefinitionExtraLengthValueProfileDimension? = null, val address: SegmentDefinitionAddressDimension? = null, val attributes: Map<String, SegmentDefinitionAttributeDimension>? = null, val billingAddress: SegmentDefinitionAddressDimension? = null, val birthDate: SegmentDefinitionDateDimension? = null, val businessEmailAddress: SegmentDefinitionProfileDimension? = null, val businessName: SegmentDefinitionProfileDimension? = null, val businessPhoneNumber: SegmentDefinitionProfileDimension? = null, val emailAddress: SegmentDefinitionProfileDimension? = null, val firstName: SegmentDefinitionProfileDimension? = null, val genderString: SegmentDefinitionProfileDimension? = null, val homePhoneNumber: SegmentDefinitionProfileDimension? = null, val lastName: SegmentDefinitionProfileDimension? = null, val mailingAddress: SegmentDefinitionAddressDimension? = null, val middleName: SegmentDefinitionProfileDimension? = null, val mobilePhoneNumber: SegmentDefinitionProfileDimension? = null, val partyTypeString: SegmentDefinitionProfileDimension? = null, val personalEmailAddress: SegmentDefinitionProfileDimension? = null, val phoneNumber: SegmentDefinitionProfileDimension? = null, val shippingAddress: SegmentDefinitionAddressDimension? = null)

Specifies the dimension settings within profile attributes for a segment.

Constructors

Link copied to clipboard
constructor(accountNumber: SegmentDefinitionProfileDimension? = null, additionalInformation: SegmentDefinitionExtraLengthValueProfileDimension? = null, address: SegmentDefinitionAddressDimension? = null, attributes: Map<String, SegmentDefinitionAttributeDimension>? = null, billingAddress: SegmentDefinitionAddressDimension? = null, birthDate: SegmentDefinitionDateDimension? = null, businessEmailAddress: SegmentDefinitionProfileDimension? = null, businessName: SegmentDefinitionProfileDimension? = null, businessPhoneNumber: SegmentDefinitionProfileDimension? = null, emailAddress: SegmentDefinitionProfileDimension? = null, firstName: SegmentDefinitionProfileDimension? = null, genderString: SegmentDefinitionProfileDimension? = null, homePhoneNumber: SegmentDefinitionProfileDimension? = null, lastName: SegmentDefinitionProfileDimension? = null, mailingAddress: SegmentDefinitionAddressDimension? = null, middleName: SegmentDefinitionProfileDimension? = null, mobilePhoneNumber: SegmentDefinitionProfileDimension? = null, partyTypeString: SegmentDefinitionProfileDimension? = null, personalEmailAddress: SegmentDefinitionProfileDimension? = null, phoneNumber: SegmentDefinitionProfileDimension? = null, shippingAddress: SegmentDefinitionAddressDimension? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard