MerchantContactInfo

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  MerchantContactInfo
Groups fields reflecting contact information for a merchant
contactName
References: Merchant.Contact Name
XML Representation: attribute
Attributes:
Default Value
Pattern: NAME
Name of the primary business contact for the merchant.
street1
References: Merchant.Street1
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street address (line 1) of the Merchant's postal address.
street2
References: Merchant.Street2
XML Representation: attribute
Attributes:
Default Value
Pattern: STREET
Street address (line 2) of the Merchant's postal address.
city
References: Merchant.City
XML Representation: attribute
Attributes:
Default Value
Pattern: ALPHANUMERIC_EXTENDED
City of the Merchant's postal address.
state
References: Merchant.State
XML Representation: attribute
Attributes:
Default Value
State of the Merchant's postal address.
zipCode
References: Merchant.ZIP Code
XML Representation: attribute
Attributes:
Default Value
ZIP code of Merchant's postal address.
phone
References: Merchant.Phone
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Merchant's contact phone.
fax
References: Merchant.Fax
XML Representation: attribute
Attributes:
Default Value
Pattern: NUMERIC
Merchant's fax number.
email
References: Merchant.Email
XML Representation: attribute
Attributes:
Default Value
Pattern: EMAIL
Merchant's contact email.

This value is used to send remittance statements.
countryCode
References: Merchant.Country Code
XML Representation: attribute
Attributes:
Default Value
Country code of the merchant.

XML Sample:

<contactInfo contactName="John Smith"  street1="11 Broadway"  street2="Suite #3"  city="New York"  state="NY"  zipCode="10001"  phone="1234567890"  fax="1234567890"  email="john.smith@samplemerchant.com"  countryCode="US" />

"<contactInfo contactName=\"John Smith\" street1=\"11 Broadway\" street2=\"Suite #3\" city=\"New York\" state=\"NY\" zipCode=\"10001\" phone=\"1234567890\" fax=\"1234567890\" email=\"john.smith@samplemerchant.com\" countryCode=\"US\" />"

JSON Sample:

{
  "contactName": "John Smith",
  "street1": "11 Broadway",
  "street2": "Suite #3",
  "city": "New York",
  "state": "NY",
  "zipCode": 10001,
  "phone": "1234567890",
  "fax": "1234567890",
  "email": "john.smith@samplemerchant.com",
  "countryCode": "US"
}

XURL Sample:

?contactName=John+Smith&street1=11+Broadway&street2=Suite+%233&city=New+York&state=NY&zipCode=10001&phone=1234567890&fax=1234567890&email=john.smith%40samplemerchant.com&countryCode=US&
contactName=John Smith
street1=11 Broadway
street2=Suite #3
city=New York
state=NY
zipCode=10001
phone=1234567890
fax=1234567890
email=john.smith@samplemerchant.com
countryCode=US