BusinessReference

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  BusinessReference
Represents information about the company to be used as a business reference of the merchant.
name
References: Business Reference.Name
XML Representation: attribute
Attributes:
Default Value
Name of the business reference.
accountNumber
References: Business Reference.Account Number
XML Representation: attribute
Attributes:
Default Value
The identifier of the merchant within the system of the company serving as the business reference. Normally, a unique value, that is used to locate the information about the merchant.
contactName
References: Business Reference.Contact Name
XML Representation: attribute
Attributes:
Default Value
Name of the contact person within the company functioning as a business reference.
street1
References: Business Reference.Street1
XML Representation: attribute
Attributes:
Default Value
Street (line 1) associated with business reference's mailing address.
street2
References: Business Reference.Street2
XML Representation: attribute
Attributes:
Default Value
Street (line 2) associated with business reference's mailing address.
city
References: Business Reference.City
XML Representation: attribute
Attributes:
Default Value
City associated with business reference's mailing address.
state
References: Business Reference.State
XML Representation: attribute
Attributes:
Default Value
State associated with business reference's mailing address.
zipCode
References: Business Reference.ZIP Code
XML Representation: attribute
Attributes:
Default Value
ZIP code associated with business reference's mailing address.
phone
References: Business Reference.Phone
XML Representation: attribute
Attributes:
Default Value
Contact phone number of the business reference.
countryCode
References: Business Reference.Country Code
XML Representation: attribute
Attributes:
Default Value US
Country code of the business reference.

XML Sample:

<businessReference name="Best Reference Co."  accountNumber="1234 1234 1234 1234 4321"  contactName="John Smith"  street1="12 Main St"  street2="Suite #3"  city="Denver"  state="MA"  zipCode="30301"  phone="212-339-0101"  countryCode="US" />

"<businessReference name=\"Best Reference Co.\" accountNumber=\"1234 1234 1234 1234 4321\" contactName=\"John Smith\" street1=\"12 Main St\" street2=\"Suite #3\" city=\"Denver\" state=\"MA\" zipCode=\"30301\" phone=\"212-339-0101\" countryCode=\"US\" />"

JSON Sample:

{
  "name": "Best Reference Co.",
  "accountNumber": "1234 1234 1234 1234 4321",
  "contactName": "John Smith",
  "street1": "12 Main St",
  "street2": "Suite #3",
  "city": "Denver",
  "state": "MA",
  "zipCode": 30301,
  "phone": "212-339-0101",
  "countryCode": "US"
}

XURL Sample:

?name=Best+Reference+Co.&accountNumber=1234+1234+1234+1234+4321&contactName=John+Smith&street1=12+Main+St&street2=Suite+%233&city=Denver&state=MA&zipCode=30301&phone=212-339-0101&countryCode=US&
name=Best Reference Co.
accountNumber=1234 1234 1234 1234 4321
contactName=John Smith
street1=12 Main St
street2=Suite #3
city=Denver
state=MA
zipCode=30301
phone=212-339-0101
countryCode=US