@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsMerchantInformationMerchantDescriptor extends Object
| Constructor and Description |
|---|
V2paymentsMerchantInformationMerchantDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
V2paymentsMerchantInformationMerchantDescriptor |
address1(String address1) |
V2paymentsMerchantInformationMerchantDescriptor |
administrativeArea(String administrativeArea) |
V2paymentsMerchantInformationMerchantDescriptor |
alternateName(String alternateName) |
V2paymentsMerchantInformationMerchantDescriptor |
contact(String contact) |
V2paymentsMerchantInformationMerchantDescriptor |
country(String country) |
boolean |
equals(Object o) |
String |
getAddress1()
For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
String |
getAdministrativeArea()
Merchant State.
|
String |
getAlternateName()
For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
String |
getContact()
For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) * FDCCompass (13) * Paymentech (13)
|
String |
getCountry()
For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
String |
getLocality()
Merchant City.
|
String |
getName()
For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) For Payouts: * Paymentech (22)
|
String |
getPostalCode()
For the descriptions, used-by information, data types, and lengths for these fields, see Merchant Descriptors in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)
|
int |
hashCode() |
V2paymentsMerchantInformationMerchantDescriptor |
locality(String locality) |
V2paymentsMerchantInformationMerchantDescriptor |
name(String name) |
V2paymentsMerchantInformationMerchantDescriptor |
postalCode(String postalCode) |
void |
setAddress1(String address1) |
void |
setAdministrativeArea(String administrativeArea) |
void |
setAlternateName(String alternateName) |
void |
setContact(String contact) |
void |
setCountry(String country) |
void |
setLocality(String locality) |
void |
setName(String name) |
void |
setPostalCode(String postalCode) |
String |
toString() |
public V2paymentsMerchantInformationMerchantDescriptor()
public V2paymentsMerchantInformationMerchantDescriptor name(String name)
public String getName()
public void setName(String name)
public V2paymentsMerchantInformationMerchantDescriptor alternateName(String alternateName)
public String getAlternateName()
public void setAlternateName(String alternateName)
public V2paymentsMerchantInformationMerchantDescriptor contact(String contact)
public String getContact()
public void setContact(String contact)
public V2paymentsMerchantInformationMerchantDescriptor address1(String address1)
public String getAddress1()
public void setAddress1(String address1)
public V2paymentsMerchantInformationMerchantDescriptor locality(String locality)
public String getLocality()
public void setLocality(String locality)
public V2paymentsMerchantInformationMerchantDescriptor country(String country)
public String getCountry()
public void setCountry(String country)
public V2paymentsMerchantInformationMerchantDescriptor postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public V2paymentsMerchantInformationMerchantDescriptor administrativeArea(String administrativeArea)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
Copyright © 2018. All rights reserved.