Class CancelPaymentRequest

java.lang.Object
com.onlinepayments.domain.CancelPaymentRequest

public class CancelPaymentRequest extends Object
  • Constructor Details

    • CancelPaymentRequest

      public CancelPaymentRequest()
  • Method Details

    • getAmountOfMoney

      public AmountOfMoney getAmountOfMoney()
      Object containing amount and ISO currency code attributes
    • setAmountOfMoney

      public void setAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • withAmountOfMoney

      public CancelPaymentRequest withAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • getIsFinal

      public Boolean getIsFinal()
      This property indicates whether this will be the final operation. The default value for this property is false.
    • setIsFinal

      public void setIsFinal(Boolean value)
      This property indicates whether this will be the final operation. The default value for this property is false.
    • withIsFinal

      public CancelPaymentRequest withIsFinal(Boolean value)
      This property indicates whether this will be the final operation. The default value for this property is false.