@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsOrderInformationAmountDetailsSurcharge extends Object
| Constructor and Description |
|---|
Ptsv2paymentsOrderInformationAmountDetailsSurcharge() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsOrderInformationAmountDetailsSurcharge |
amount(String amount) |
Ptsv2paymentsOrderInformationAmountDetailsSurcharge |
description(String description) |
boolean |
equals(Object o) |
String |
getAmount()
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 |
getDescription()
Merchant-defined field for describing the surcharge amount.
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setDescription(String description) |
String |
toString() |
public Ptsv2paymentsOrderInformationAmountDetailsSurcharge()
public Ptsv2paymentsOrderInformationAmountDetailsSurcharge amount(String amount)
public String getAmount()
public void setAmount(String amount)
public Ptsv2paymentsOrderInformationAmountDetailsSurcharge description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.