Package com.onlinepayments.domain
Class CardPayoutMethodSpecificInput
java.lang.Object
com.onlinepayments.domain.CardPayoutMethodSpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()Object containing card detailsPayment product identifier - Please see Products documentation for a full overview of possible values.Allows you to additionally specify the reason for initiating the payout for authorization purposes.getToken()ID of the tokenvoidObject containing card detailsvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.voidsetPayoutReason(String value) Allows you to additionally specify the reason for initiating the payout for authorization purposes.voidID of the tokenObject containing card detailswithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.withPayoutReason(String value) Allows you to additionally specify the reason for initiating the payout for authorization purposes.ID of the token
-
Constructor Details
-
CardPayoutMethodSpecificInput
public CardPayoutMethodSpecificInput()
-
-
Method Details
-
getCard
Object containing card details -
setCard
Object containing card details -
withCard
Object containing card details -
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
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
-
getToken
ID of the token -
setToken
ID of the token -
withToken
ID of the token
-