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