Package com.onlinepayments.domain
Class CalculateSurchargeRequest
java.lang.Object
com.onlinepayments.domain.CalculateSurchargeRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesContains elements from which card number can be obtained.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetCardSource(CardSource value) Contains elements from which card number can be obtained.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithCardSource(CardSource value) Contains elements from which card number can be obtained.
-
Constructor Details
-
CalculateSurchargeRequest
public CalculateSurchargeRequest()
-
-
Method Details
-
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
getCardSource
Contains elements from which card number can be obtained. -
setCardSource
Contains elements from which card number can be obtained. -
withCardSource
Contains elements from which card number can be obtained.
-