Uses of Class
com.onlinepayments.domain.PayoutOutput
Packages that use PayoutOutput
-
Uses of PayoutOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PayoutOutputModifier and TypeMethodDescriptionPayoutResponse.getPayoutOutput()PayoutResult.getPayoutOutput()PayoutOutput.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesPayoutOutput.withPayoutReason(String value) Allows you to additionally specify the reason for initiating the payout for authorization purposes.Methods in com.onlinepayments.domain with parameters of type PayoutOutputModifier and TypeMethodDescriptionvoidPayoutResponse.setPayoutOutput(PayoutOutput value) voidPayoutResult.setPayoutOutput(PayoutOutput value) PayoutResponse.withPayoutOutput(PayoutOutput value) PayoutResult.withPayoutOutput(PayoutOutput value)