Authorized Third Party


AuthorizedThirdParty represents a person who is allowed to perform
certain actions on behalf of the buyer

{ "buyerID": "ae487b2e-c4fc-48a6-8cd5-88507cba82bb", "consentToCall": false, "consentToEmail": false, "consentToText": false, "createdAt": "2020-12-31T15:10:55Z", "email": "john.doe@gmail.com", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "isActive": false, "name": { "givenName": "John", "familyName": "Doe", "additionalName": "string" }, "phone": "+14539842345", "powerOfAttorney": false, "attorneyRepresentation": false, "type": "string", "phoneType": "string", "updatedAt": "2020-12-31T15:10:55Z" }

Properties

NameTypeRequiredRestrictionsDescription
buyerIDstring(uuid)falseread-onlyThe ID of the buyer on whose behalf this authorized third party is allowed to act.
consentToCallbooleanfalsenoneWhether this authorized third party has consented to receive calls.
consentToEmailbooleanfalsenoneWhether this authorized third party has consented to receive emails.
consentToTextbooleanfalsenoneWhether this authorized third party has consented to receive text messages.
createdAtstring(date-time)falsenoneTime this entity was created.
emailstring(email)falsenoneEmail address.
idstring(uuid)falseread-onlyUnique ID associated with this authorized third party.
isActivebooleanfalsenoneIndicates whether this authorized third party is active.
nameobjecttruenoneFull name.
➥ givenNamestringtruenoneGiven name
➥ familyNamestringtruenoneFamily name
➥ additionalNamestringfalsenoneAdditional name, if any
phonestringtruenonePhone number.
powerOfAttorneybooleanfalsenoneIndicates whether this authorized third party has power of attorney for the associated buyer. Power of attorney legally grants a third party the ability to represent the buyer in private affairs.
attorneyRepresentationbooleanfalsenoneIndicates whether this authorized third party is an attorney acting on behalf of the buyer.
typestringfalsenoneAuthorizedThirdPartyType represents a authorized third party type as enum
Possible values: AUTHORIZED_THIRD_PARTY, POWER_OF_ATTORNEY, ATTORNEY_REPRESENTATION, GUARDIANSHIP
phoneTypestringfalsenonePhoneType represents a phone type as enum
Possible values: MOBILE, WORK, HOME, OTHER
updatedAtstring(date-time)falsenoneTime this entity was last updated.