Package com.onlinepayments.domain
Class CancelPaymentRequest
java.lang.Object
com.onlinepayments.domain.CancelPaymentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesThis property indicates whether this will be the final operation.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetIsFinal(Boolean value) This property indicates whether this will be the final operation.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithIsFinal(Boolean value) This property indicates whether this will be the final operation.
-
Constructor Details
-
CancelPaymentRequest
public CancelPaymentRequest()
-
-
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 -
getIsFinal
This property indicates whether this will be the final operation. The default value for this property is false. -
setIsFinal
This property indicates whether this will be the final operation. The default value for this property is false. -
withIsFinal
This property indicates whether this will be the final operation. The default value for this property is false.
-