Class OperationOutput

java.lang.Object
com.onlinepayments.domain.OperationOutput

public class OperationOutput extends Object
  • Constructor Details

    • OperationOutput

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

      public String getId()
      Our unique payment transaction identifier
    • setId

      public void setId(String value)
      Our unique payment transaction identifier
    • withId

      public OperationOutput withId(String value)
      Our unique payment transaction identifier
    • 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 OperationOutput withOperationReferences(OperationPaymentReferences value)
      Object that holds all reference properties that are linked to this transaction
    • getPaymentMethod

      public String getPaymentMethod()
      Payment method identifier used by the our payment engine.
    • setPaymentMethod

      public void setPaymentMethod(String value)
      Payment method identifier used by the our payment engine.
    • withPaymentMethod

      public OperationOutput withPaymentMethod(String value)
      Payment method identifier used by the our payment engine.
    • 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 OperationOutput withReferences(PaymentReferences value)
      Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead.
    • getStatus

      public String getStatus()
      Current high-level status of the payment in a human-readable form.
    • setStatus

      public void setStatus(String value)
      Current high-level status of the payment in a human-readable form.
    • withStatus

      public OperationOutput withStatus(String value)
      Current high-level status of the payment in a human-readable form.
    • getStatusOutput

      public PaymentStatusOutput getStatusOutput()
      This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
    • setStatusOutput

      public void setStatusOutput(PaymentStatusOutput value)
      This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
    • withStatusOutput

      public OperationOutput withStatusOutput(PaymentStatusOutput value)
      This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.