public class Ptsv2payoutsMerchantInformationMerchantDescriptor extends Object
| Constructor and Description |
|---|
Ptsv2payoutsMerchantInformationMerchantDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2payoutsMerchantInformationMerchantDescriptor |
address1(String address1) |
Ptsv2payoutsMerchantInformationMerchantDescriptor |
administrativeArea(String administrativeArea) |
Ptsv2payoutsMerchantInformationMerchantDescriptor |
contact(String contact) |
Ptsv2payoutsMerchantInformationMerchantDescriptor |
country(String country) |
boolean |
equals(Object o) |
String |
getAddress1()
First line of merchant's address.
|
String |
getAdministrativeArea()
The state where the merchant is located.
|
String |
getContact()
For the descriptions, used-by information, data types, and lengths for these fields, see `merchant_descriptor_contact` field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html)--> Contact information for the merchant.
|
String |
getCountry()
Merchant's country.
|
String |
getLocality()
Merchant's City.
|
String |
getName()
Your merchant name.
|
String |
getPostalCode()
Merchant's postal code.
|
int |
hashCode() |
Ptsv2payoutsMerchantInformationMerchantDescriptor |
locality(String locality) |
Ptsv2payoutsMerchantInformationMerchantDescriptor |
name(String name) |
Ptsv2payoutsMerchantInformationMerchantDescriptor |
postalCode(String postalCode) |
void |
setAddress1(String address1) |
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 Ptsv2payoutsMerchantInformationMerchantDescriptor()
public Ptsv2payoutsMerchantInformationMerchantDescriptor name(String name)
public String getName()
public void setName(String name)
public Ptsv2payoutsMerchantInformationMerchantDescriptor locality(String locality)
public String getLocality()
public void setLocality(String locality)
public Ptsv2payoutsMerchantInformationMerchantDescriptor country(String country)
public String getCountry()
public void setCountry(String country)
public Ptsv2payoutsMerchantInformationMerchantDescriptor administrativeArea(String administrativeArea)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
public Ptsv2payoutsMerchantInformationMerchantDescriptor postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public Ptsv2payoutsMerchantInformationMerchantDescriptor contact(String contact)
public String getContact()
public void setContact(String contact)
public Ptsv2payoutsMerchantInformationMerchantDescriptor address1(String address1)
public String getAddress1()
public void setAddress1(String address1)
Copyright © 2024. All rights reserved.