Class PayoutOutput

java.lang.Object
com.onlinepayments.domain.PayoutOutput

public class PayoutOutput extends Object
  • Constructor Details

    • PayoutOutput

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

      public String getPayoutReason()
      Allows you to additionally specify the reason for initiating the payout for authorization purposes. If this field is not specified, authorisation of the payment will be made according to your merchant profile. Possible values are:
      • Gambling
      • Refund
      • Loyalty
    • setPayoutReason

      public void setPayoutReason(String value)
      Allows you to additionally specify the reason for initiating the payout for authorization purposes. If this field is not specified, authorisation of the payment will be made according to your merchant profile. Possible values are:
      • Gambling
      • Refund
      • Loyalty
    • withPayoutReason

      public PayoutOutput withPayoutReason(String value)
      Allows you to additionally specify the reason for initiating the payout for authorization purposes. If this field is not specified, authorisation of the payment will be made according to your merchant profile. Possible values are:
      • Gambling
      • Refund
      • Loyalty