Package com.onlinepayments.domain
Class PayoutOutput
java.lang.Object
com.onlinepayments.domain.PayoutOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesAllows you to additionally specify the reason for initiating the payout for authorization purposes.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetPayoutReason(String value) Allows you to additionally specify the reason for initiating the payout for authorization purposes.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithPayoutReason(String value) Allows you to additionally specify the reason for initiating the payout for authorization purposes.
-
Constructor Details
-
PayoutOutput
public PayoutOutput()
-
-
Method Details
-
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
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
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
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
-