public class PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails extends Object
| Constructor | Description |
|---|---|
PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails() |
| Modifier and Type | Method | Description |
|---|---|---|
PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails |
currency(String currency) |
|
boolean |
equals(Object o) |
|
String |
getCurrency() |
Currency used for the order.
|
String |
getProcessorTransactionFee() |
The fee decided by the PSP/Processor per transaction.
|
String |
getTotalAmount() |
Amount you requested for the capture.
|
int |
hashCode() |
|
PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails |
processorTransactionFee(String processorTransactionFee) |
|
void |
setCurrency(String currency) |
|
void |
setProcessorTransactionFee(String processorTransactionFee) |
|
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)
public PtsV2PaymentsCapturesPost201ResponseOrderInformationAmountDetails processorTransactionFee(String processorTransactionFee)
public String getProcessorTransactionFee()
public void setProcessorTransactionFee(String processorTransactionFee)
Copyright © 2026. All rights reserved.