@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails |
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() |
PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails |
totalAmount(String totalAmount) |
public PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails()
public PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2020. All rights reserved.