public class Surcharge extends Object
| Constructor and Description |
|---|
Surcharge() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getNetAmount()
Object containing amount and ISO currency code attributes
|
Integer |
getPaymentProductId()
The payment product identifier.
|
String |
getResult()
Token describing result.
|
AmountOfMoney |
getSurchargeAmount()
Object containing amount and ISO currency code attributes
|
SurchargeRate |
getSurchargeRate()
A summary of surcharge details used in the calculation of the surcharge amount.
|
AmountOfMoney |
getTotalAmount()
Object containing amount and ISO currency code attributes
|
void |
setNetAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setPaymentProductId(Integer value)
The payment product identifier.
|
void |
setResult(String value)
Token describing result.
|
void |
setSurchargeAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setSurchargeRate(SurchargeRate value)
A summary of surcharge details used in the calculation of the surcharge amount.
|
void |
setTotalAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
Surcharge |
withNetAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
Surcharge |
withPaymentProductId(Integer value)
The payment product identifier.
|
Surcharge |
withResult(String value)
Token describing result.
|
Surcharge |
withSurchargeAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
Surcharge |
withSurchargeRate(SurchargeRate value)
A summary of surcharge details used in the calculation of the surcharge amount.
|
Surcharge |
withTotalAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
public AmountOfMoney getNetAmount()
public void setNetAmount(AmountOfMoney value)
public Surcharge withNetAmount(AmountOfMoney value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public Surcharge withPaymentProductId(Integer value)
public String getResult()
public void setResult(String value)
public Surcharge withResult(String value)
public AmountOfMoney getSurchargeAmount()
public void setSurchargeAmount(AmountOfMoney value)
public Surcharge withSurchargeAmount(AmountOfMoney value)
public SurchargeRate getSurchargeRate()
public void setSurchargeRate(SurchargeRate value)
public Surcharge withSurchargeRate(SurchargeRate value)
public AmountOfMoney getTotalAmount()
public void setTotalAmount(AmountOfMoney value)
public Surcharge withTotalAmount(AmountOfMoney value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.