@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2012OrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
InlineResponse2012OrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2012OrderInformationAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency used for the order.
|
String |
getTotalAmount()
Amount you requested for the capture.
|
int |
hashCode() |
void |
setCurrency(String currency) |
void |
setTotalAmount(String totalAmount) |
String |
toString() |
InlineResponse2012OrderInformationAmountDetails |
totalAmount(String totalAmount) |
public InlineResponse2012OrderInformationAmountDetails()
public InlineResponse2012OrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public InlineResponse2012OrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2018. All rights reserved.