Package com.onlinepayments.domain
Class PaymentContext
java.lang.Object
com.onlinepayments.domain.PaymentContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesThe country the payment takes place inTrue if the payment is recurringvoidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetCountryCode(String value) The country the payment takes place invoidsetIsRecurring(Boolean value) True if the payment is recurringwithAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithCountryCode(String value) The country the payment takes place inwithIsRecurring(Boolean value) True if the payment is recurring
-
Constructor Details
-
PaymentContext
public PaymentContext()
-
-
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 -
getCountryCode
The country the payment takes place in -
setCountryCode
The country the payment takes place in -
withCountryCode
The country the payment takes place in -
getIsRecurring
True if the payment is recurring -
setIsRecurring
True if the payment is recurring -
withIsRecurring
True if the payment is recurring
-