@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class TssV2TransactionsGet200ResponseOrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseOrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsGet200ResponseOrderInformationAmountDetails |
authorizedAmount(String authorizedAmount) |
TssV2TransactionsGet200ResponseOrderInformationAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAuthorizedAmount()
Amount that was authorized.
|
String |
getCurrency()
Currency used for the order.
|
String |
getTaxAmount()
Total tax amount for all the items in the order.
|
String |
getTotalAmount()
Grand total for the order.
|
int |
hashCode() |
void |
setAuthorizedAmount(String authorizedAmount) |
void |
setCurrency(String currency) |
void |
setTaxAmount(String taxAmount) |
void |
setTotalAmount(String totalAmount) |
TssV2TransactionsGet200ResponseOrderInformationAmountDetails |
taxAmount(String taxAmount) |
String |
toString() |
TssV2TransactionsGet200ResponseOrderInformationAmountDetails |
totalAmount(String totalAmount) |
public TssV2TransactionsGet200ResponseOrderInformationAmountDetails()
public TssV2TransactionsGet200ResponseOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public TssV2TransactionsGet200ResponseOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public TssV2TransactionsGet200ResponseOrderInformationAmountDetails taxAmount(String taxAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
public TssV2TransactionsGet200ResponseOrderInformationAmountDetails authorizedAmount(String authorizedAmount)
public String getAuthorizedAmount()
public void setAuthorizedAmount(String authorizedAmount)
Copyright © 2018. All rights reserved.