public class PayoutRequestCardAccount extends Object
| Constructor and Description |
|---|
PayoutRequestCardAccount() |
| Modifier and Type | Method and Description |
|---|---|
PayoutRequestCardAccount |
billingAddress(BillingAddress billingAddress) |
PayoutRequestCardAccount |
card(PayoutRequestCard card) |
PayoutRequestCardAccount |
recipientInfo(String recipientInfo) |
void |
setBillingAddress(BillingAddress billingAddress) |
void |
setCard(PayoutRequestCard card) |
void |
setRecipientInfo(String recipientInfo) |
void |
setToken(String token) |
PayoutRequestCardAccount |
token(String token) |
String |
toString() |
public void setBillingAddress(BillingAddress billingAddress)
public PayoutRequestCardAccount billingAddress(BillingAddress billingAddress)
billingAddress - Address for billingpublic void setCard(PayoutRequestCard card)
public PayoutRequestCardAccount card(PayoutRequestCard card)
card - Represents a payout card data. Card section shouldn't be present if element `token` was presented.public void setRecipientInfo(String recipientInfo)
public PayoutRequestCardAccount recipientInfo(String recipientInfo)
recipientInfo - Property `recipient_info` may be required by Bank. In most cases it's Cardholder's name, contact CardPay manager for requirements. It must be omitted when property `token` is presentedpublic void setToken(String token)
public PayoutRequestCardAccount token(String token)
token - Card token value, used instead of a card dataCopyright © 2024. All rights reserved.