Class RefundRequest

java.lang.Object
com.onlinepayments.domain.RefundRequest

public class RefundRequest extends Object
  • Constructor Details

    • RefundRequest

      public RefundRequest()
  • 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 RefundRequest withAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • getCaptureId

      public String getCaptureId()
      The identifier of the capture that is used for partial refund. CaptureId is only necessary for Paypal/PostfinancePay multi-capture payments.
    • setCaptureId

      public void setCaptureId(String value)
      The identifier of the capture that is used for partial refund. CaptureId is only necessary for Paypal/PostfinancePay multi-capture payments.
    • withCaptureId

      public RefundRequest withCaptureId(String value)
      The identifier of the capture that is used for partial refund. CaptureId is only necessary for Paypal/PostfinancePay multi-capture payments.
    • getOperationReferences

      public OperationPaymentReferences getOperationReferences()
      Object that holds all reference properties that are linked to this transaction
    • setOperationReferences

      public void setOperationReferences(OperationPaymentReferences value)
      Object that holds all reference properties that are linked to this transaction
    • withOperationReferences

      public RefundRequest withOperationReferences(OperationPaymentReferences value)
      Object that holds all reference properties that are linked to this transaction
    • getReferences

      public PaymentReferences getReferences()
      Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead.
    • setReferences

      public void setReferences(PaymentReferences value)
      Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead.
    • withReferences

      public RefundRequest withReferences(PaymentReferences value)
      Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead.