@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsAggregatorInformation extends Object
| Constructor and Description |
|---|
V2paymentsAggregatorInformation() |
| Modifier and Type | Method and Description |
|---|---|
V2paymentsAggregatorInformation |
aggregatorId(String aggregatorId) |
boolean |
equals(Object o) |
String |
getAggregatorId()
Value that identifies you as a payment aggregator.
|
String |
getName()
Your payment aggregator business name.
|
V2paymentsAggregatorInformationSubMerchant |
getSubMerchant()
Get subMerchant
|
int |
hashCode() |
V2paymentsAggregatorInformation |
name(String name) |
void |
setAggregatorId(String aggregatorId) |
void |
setName(String name) |
void |
setSubMerchant(V2paymentsAggregatorInformationSubMerchant subMerchant) |
V2paymentsAggregatorInformation |
subMerchant(V2paymentsAggregatorInformationSubMerchant subMerchant) |
String |
toString() |
public V2paymentsAggregatorInformation aggregatorId(String aggregatorId)
public String getAggregatorId()
public void setAggregatorId(String aggregatorId)
public V2paymentsAggregatorInformation name(String name)
public String getName()
public void setName(String name)
public V2paymentsAggregatorInformation subMerchant(V2paymentsAggregatorInformationSubMerchant subMerchant)
public V2paymentsAggregatorInformationSubMerchant getSubMerchant()
public void setSubMerchant(V2paymentsAggregatorInformationSubMerchant subMerchant)
Copyright © 2018. All rights reserved.