public class CardPayoutMethodSpecificInput extends AbstractPayoutMethodSpecificInput
Constructor and Description |
---|
CardPayoutMethodSpecificInput() |
Modifier and Type | Method and Description |
---|---|
Card |
getCard()
Object containing the card details.
|
Integer |
getPaymentProductId()
Payment product identifier
Please see payment products for a full overview of possible values. |
PayoutRecipient |
getRecipient()
Object containing the details of the recipient of the payout
|
String |
getToken()
ID of the token that holds previously stored card data.
If both the token and card are provided, then the card takes precedence over the token. |
void |
setCard(Card value)
Object containing the card details.
|
void |
setPaymentProductId(Integer value)
Payment product identifier
Please see payment products for a full overview of possible values. |
void |
setRecipient(PayoutRecipient value)
Object containing the details of the recipient of the payout
|
void |
setToken(String value)
ID of the token that holds previously stored card data.
If both the token and card are provided, then the card takes precedence over the token. |
public Card getCard()
public void setCard(Card value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public PayoutRecipient getRecipient()
public void setRecipient(PayoutRecipient value)
public String getToken()
public void setToken(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.