class Afterpay::Components::Contact
Attributes
@attribute area1 @return [String] City or suburb. Maximum length is 128 characters.
@attribute area2 @return [String] Suburb or village or local area. Maximum length is 128 characters.
@attribute country_code
@return [String] The two-character ISO 3166-1 country code.
@attribute line1 @return [String] Street address. Maximum length is 128 characters.
@attribute line2 @return [String] Second line of the address. Maximum length is 128 characters.
@attribute name @return [String] Full name of contact. Maximum length is 255 characters.
@attribute phone_number
@return [String] The phone number, in E.123 format. Maximum length is 32 characters.
@attribute postcode @return [String] The postal code, which is the zip code or equivalent. Maximum length is 128 characters.
@attribute region @return [String] Region or state name. Maximum length is 128 characters.