Class MerchantData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class MerchantData
Properties
Address
Street address
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
City
Address city
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
Address country code, ISO 3166 international standard
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantCategoryCode
Merchant category code (MCC)
Declaration
public int? MerchantCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Merchant name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Address postal code
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
StateCode
Address state code, only supplied if country is US or CA
Declaration
public string StateCode { get; set; }
Property Value
Type | Description |
---|---|
string |