@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2payoutsOrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
V2payoutsOrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
V2payoutsOrderInformationAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency used for the order.
|
String |
getSurchargeAmount()
The surcharge amount is included in the total transaction amount but is passed in a separate field to the issuer and acquirer for tracking.
|
String |
getTotalAmount()
Grand total for the order.
|
int |
hashCode() |
void |
setCurrency(String currency) |
void |
setSurchargeAmount(String surchargeAmount) |
void |
setTotalAmount(String totalAmount) |
V2payoutsOrderInformationAmountDetails |
surchargeAmount(String surchargeAmount) |
String |
toString() |
V2payoutsOrderInformationAmountDetails |
totalAmount(String totalAmount) |
public V2payoutsOrderInformationAmountDetails()
public V2payoutsOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public V2payoutsOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public V2payoutsOrderInformationAmountDetails surchargeAmount(String surchargeAmount)
public String getSurchargeAmount()
public void setSurchargeAmount(String surchargeAmount)
Copyright © 2018. All rights reserved.