@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances |
accountType(String accountType) |
PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances |
amount(String amount) |
PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances |
amountType(String amountType) |
PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAccountType()
Type of account.
|
String |
getAmount()
Remaining balance on the account.
|
String |
getAmountType()
Type of amount.
|
String |
getCurrency()
Currency of the remaining balance on the account.
|
int |
hashCode() |
void |
setAccountType(String accountType) |
void |
setAmount(String amount) |
void |
setAmountType(String amountType) |
void |
setCurrency(String currency) |
String |
toString() |
public PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances()
public PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances accountType(String accountType)
public String getAccountType()
public void setAccountType(String accountType)
public PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances amount(String amount)
public String getAmount()
public void setAmount(String amount)
public PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances amountType(String amountType)
public String getAmountType()
public void setAmountType(String amountType)
public PtsV2PaymentsPost201ResponsePaymentInformationAccountFeaturesBalances currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2020. All rights reserved.