Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.86 KB

SMSTenDLCBrand.md

File metadata and controls

44 lines (36 loc) · 2.86 KB

SMSTenDLCBrand

A brand is a business identity behind the campaign.

Properties

Name Type Description Notes
accountId String ID of the account that created this Queue. [optional]
entityType SMSTenDLCBrandEntityType
cspId String Unique identifier assigned to the csp by the registry. [optional] [readonly]
brandId String Unique identifier assigned to the brand by the registry. [optional] [readonly]
firstName String First or given name. [optional]
lastName String Last or Surname. [optional]
displayName String Display or marketing name of the brand.
companyName String (Required for Non-profit/private/public) Legal company name. [optional]
ein String (Required for Non-profit) Government assigned corporate tax ID. EIN is 9-digits in U.S. [optional]
einIssuingCountry String ISO2 2 characters country code. Example: US - United States [optional]
phone String Valid phone number in e.164 international format.
street String Street number and name. [optional]
city String City name [optional]
state String State. Must be 2 letters code for United States. [optional]
postalCode String Postal codes. Use 5 digit zipcode for United States [optional]
country String ISO2 2 characters country code. Example: US - United States
email String Valid email address of brand support contact.
stockSymbol String (Required for public company) stock symbol. [optional]
stockExchange SMSTenDLCBrandStockExchange [optional]
ipAddress String IP address of the browser requesting to create brand identity. [optional]
website String Brand website URL. [optional]
brandRelationship SMSTenDLCBrandRelationship
vertical String Vertical or industry segment of the brand.
altBusinessId String Alternate business identifier such as DUNS, LEI, or GIIN [optional]
altBusinessIdType SMSTenDLCBrandAltBusinessIdType [optional]
universalEin String Universal EIN of Brand, Read Only. [optional] [readonly]
referenceId String Caller supplied brand reference ID. If supplied, the value must be unique across all submitted brands. Can be used to prevent duplicate brand registrations. [optional]
optionalAttributes Map<String, Object> Optional brand attributes. Please refer to GET /enum/optionalAttributeNames for dictionary of optional attribute names. [optional]
mock Boolean Test brand.
identityStatus SMSTenDLCBrandIdentityStatus
createDate OffsetDateTime Unix timestamp when brand was created. [optional]