Class OmnichannelPayoutSpecificInput

java.lang.Object
com.onlinepayments.domain.OmnichannelPayoutSpecificInput

public class OmnichannelPayoutSpecificInput extends Object
  • Constructor Details

    • OmnichannelPayoutSpecificInput

      public OmnichannelPayoutSpecificInput()
  • Method Details

    • getPaymentId

      public String getPaymentId()
      The Payment Id of the transaction (either in-store or online), from which you request to make a refund.
    • setPaymentId

      public void setPaymentId(String value)
      The Payment Id of the transaction (either in-store or online), from which you request to make a refund.
    • withPaymentId

      public OmnichannelPayoutSpecificInput withPaymentId(String value)
      The Payment Id of the transaction (either in-store or online), from which you request to make a refund.