@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-27T12:49:40.999Z") public class PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor extends Object
| Constructor and Description |
|---|
PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor |
country(String country) |
boolean |
equals(Object o) |
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)
|
int |
hashCode() |
PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor |
locality(String locality) |
PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor |
name(String name) |
void |
setCountry(String country) |
void |
setLocality(String locality) |
void |
setName(String name) |
String |
toString() |
public PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor()
public PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor name(String name)
public String getName()
public void setName(String name)
public PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor locality(String locality)
public String getLocality()
public void setLocality(String locality)
public PtsV2PayoutsPost201ResponseMerchantInformationMerchantDescriptor country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2019. All rights reserved.