BusinessOwner

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  BusinessOwner
Represents the owner of the business.
firstName
References: Business Owner.First Name
XML Representation: attribute
Attributes: Required
Default Value
Pattern: NAME
Business owner's first name.
lastName
References: Business Owner.Last Name
XML Representation: attribute
Attributes: Required
Default Value
Pattern: NAME
Business owner's last name.
socialSecurity
References: Business Owner.Social Security
XML Representation: attribute
Attributes: Required
Default Value
Pattern: NUMERIC
Business owner's social security number.
birthDate
References: Business Owner.Birth Date
XML Representation: attribute
Attributes: Required
Default Value
Business owner's birth date.
driverLicense
References: Business Owner.Driver License
XML Representation: attribute
Attributes:
Default Value
Business owner's driver's license number.
driverLicenseState
References: Business Owner.Driver License State
XML Representation: attribute
Attributes:
Default Value
Pattern: ALPHA
State where business owner's driver license was issued.
phone
References: Business Owner.Phone
XML Representation: attribute
Attributes: Required
Default Value
Pattern: NUMERIC
Business owner's phone number.
email
References: Business Owner.Email
XML Representation: attribute
Attributes: Required
Default Value
Pattern: EMAIL
Business owner's e-mail.
street1
References: Business Owner.Street1
XML Representation: attribute
Attributes: Required
Default Value
Pattern: STREET
Street (line 1) associated with business owner's address.
street2
References: Business Owner.Street2
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street (line 2) associated with business owner's address.
city
References: Business Owner.City
XML Representation: attribute
Attributes: Required
Default Value
Pattern: ALPHANUMERIC_EXTENDED
City associated with business owner's address.
state
References: Business Owner.State
XML Representation: attribute
Attributes: Required
Default Value
Pattern: ALPHA
State associated with business owner's address.
zipCode
References: Business Owner.ZIP Code
XML Representation: attribute
Attributes: Required
Default Value
Pattern: DOCUMENT_NUMBER
ZIP/postal code associated with business owner's address.
countryCode
References: Business Owner.Country Code
XML Representation: attribute
Attributes: Required
Default Value
Pattern: ALPHA
Country code associated with business owner's address.
driverLicenseCountryCode
References: Business Owner.Driver License Country Code
XML Representation: attribute
Attributes:
Default Value
Code of the country where the driver license was provided to the business owner.
stakePercentage
References: Business Owner.Stake Percentage
XML Representation: attribute
Attributes: Required
Default Value
ownerCode
References: Business Owner.Code
XML Representation: attribute
Attributes: CreateOnly
Default Value
Pattern: CODE

XML Sample:

<object
    firstName="John" 
    lastName="Smith" 
    socialSecurity="000-00-0000" 
    birthDate="1980-01-01" 
    driverLicense="G635-730-261-136" 
    driverLicenseState="GA" 
    phone="2123390101" 
    email="john.smith@sampleuser.com" 
    street1="12 Main St" 
    street2="Suite #3" 
    city="Atlanta" 
    state="GA" 
    zipCode="30301" 
    countryCode="US" 
    rolePolicyType="" />

"<object firstName=\"John\" lastName=\"Smith\" socialSecurity=\"000-00-0000\" birthDate=\"1980-01-01\" driverLicense=\"G635-730-261-136\" driverLicenseState=\"GA\" phone=\"2123390101\" email=\"john.smith@sampleuser.com\" street1=\"12 Main St\" street2=\"Suite #3\" city=\"Atlanta\" state=\"GA\" zipCode=\"30301\" countryCode=\"US\" rolePolicyType=\"\" />"

JSON Sample:

{
  "firstName": "John",
  "lastName": "Smith",
  "socialSecurity": "000-00-0000",
  "birthDate": "1980-01-01",
  "driverLicense": "G635-730-261-136",
  "driverLicenseState": "GA",
  "phone": "2123390101",
  "email": "john.smith@sampleuser.com",
  "street1": "12 Main St",
  "street2": "Suite #3",
  "city": "Atlanta",
  "state": "GA",
  "zipCode": 30301,
  "countryCode": "US",
  "rolePolicyType": ""
}

XURL Sample:

?firstName=John&lastName=Smith&socialSecurity=000-00-0000&birthDate=1980-01-01&driverLicense=G635-730-261-136&driverLicenseState=GA&phone=2123390101&email=john.smith%40sampleuser.com&street1=12+Main+St&street2=Suite+%233&city=Atlanta&state=GA&zipCode=30301&countryCode=US&rolePolicyType=&
firstName=John
lastName=Smith
socialSecurity=000-00-0000
birthDate=1980-01-01
driverLicense=G635-730-261-136
driverLicenseState=GA
phone=2123390101
email=john.smith@sampleuser.com
street1=12 Main St
street2=Suite #3
city=Atlanta
state=GA
zipCode=30301
countryCode=US
rolePolicyType=