@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2payoutsMerchantInformationMerchantDescriptor extends Object
| Constructor and Description |
|---|
V2payoutsMerchantInformationMerchantDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
V2payoutsMerchantInformationMerchantDescriptor |
administrativeArea(String administrativeArea) |
V2payoutsMerchantInformationMerchantDescriptor |
contact(String contact) |
V2payoutsMerchantInformationMerchantDescriptor |
country(String country) |
boolean |
equals(Object o) |
String |
getAdministrativeArea()
Merchant State.
|
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() |
V2payoutsMerchantInformationMerchantDescriptor |
locality(String locality) |
V2payoutsMerchantInformationMerchantDescriptor |
name(String name) |
V2payoutsMerchantInformationMerchantDescriptor |
postalCode(String postalCode) |
void |
setAdministrativeArea(String administrativeArea) |
void |
setContact(String contact) |
void |
setCountry(String country) |
void |
setLocality(String locality) |
void |
setName(String name) |
void |
setPostalCode(String postalCode) |
String |
toString() |
public V2payoutsMerchantInformationMerchantDescriptor()
public V2payoutsMerchantInformationMerchantDescriptor name(String name)
public String getName()
public void setName(String name)
public V2payoutsMerchantInformationMerchantDescriptor locality(String locality)
public String getLocality()
public void setLocality(String locality)
public V2payoutsMerchantInformationMerchantDescriptor country(String country)
public String getCountry()
public void setCountry(String country)
public V2payoutsMerchantInformationMerchantDescriptor administrativeArea(String administrativeArea)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
public V2payoutsMerchantInformationMerchantDescriptor postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public V2payoutsMerchantInformationMerchantDescriptor contact(String contact)
public String getContact()
public void setContact(String contact)
Copyright © 2018. All rights reserved.