@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") 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()
Merchant's country.
|
String |
getLocality()
Merchant's City.
|
String |
getName()
Your merchant name.
|
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 © 2020. All rights reserved.