public class CardPayoutMethodSpecificInput extends Object
| Constructor and Description |
|---|
CardPayoutMethodSpecificInput() |
| Modifier and Type | Method and Description |
|---|---|
Card |
getCard()
Object containing card details
|
Integer |
getPaymentProductId()
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
String |
getPayoutReason()
Allows you to additionally specify the reason for initiating the payout for authorization purposes.
|
String |
getToken()
ID of the token
|
void |
setCard(Card value)
Object containing card details
|
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
void |
setPayoutReason(String value)
Allows you to additionally specify the reason for initiating the payout for authorization purposes.
|
void |
setToken(String value)
ID of the token
|
CardPayoutMethodSpecificInput |
withCard(Card value)
Object containing card details
|
CardPayoutMethodSpecificInput |
withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
CardPayoutMethodSpecificInput |
withPayoutReason(String value)
Allows you to additionally specify the reason for initiating the payout for authorization purposes.
|
CardPayoutMethodSpecificInput |
withToken(String value)
ID of the token
|
public Card getCard()
public void setCard(Card value)
public CardPayoutMethodSpecificInput withCard(Card value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public CardPayoutMethodSpecificInput withPaymentProductId(Integer value)
public String getPayoutReason()
public void setPayoutReason(String value)
public CardPayoutMethodSpecificInput withPayoutReason(String value)
public String getToken()
public void setToken(String value)
public CardPayoutMethodSpecificInput withToken(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.