public class PushFunds201ResponseMerchantInformationMerchantDescriptor extends Object
| Constructor and Description |
|---|
PushFunds201ResponseMerchantInformationMerchantDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
PushFunds201ResponseMerchantInformationMerchantDescriptor |
country(String country) |
boolean |
equals(Object o) |
String |
getCountry()
Merchant's country.
|
String |
getLocality()
Merchant's City.
|
String |
getName()
Your merchant name.
|
int |
hashCode() |
PushFunds201ResponseMerchantInformationMerchantDescriptor |
locality(String locality) |
PushFunds201ResponseMerchantInformationMerchantDescriptor |
name(String name) |
void |
setCountry(String country) |
void |
setLocality(String locality) |
void |
setName(String name) |
String |
toString() |
public PushFunds201ResponseMerchantInformationMerchantDescriptor()
public PushFunds201ResponseMerchantInformationMerchantDescriptor name(String name)
public String getName()
public void setName(String name)
public PushFunds201ResponseMerchantInformationMerchantDescriptor locality(String locality)
public String getLocality()
public void setLocality(String locality)
public PushFunds201ResponseMerchantInformationMerchantDescriptor country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2025. All rights reserved.