public static class PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
accountHolder(AccountHolder accountHolder) |
PaymentRequestCardDestination |
build() |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
expiryMonth(java.lang.Integer expiryMonth) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
expiryYear(java.lang.Integer expiryYear) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
number(java.lang.String number) |
java.lang.String |
toString() |
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder number(java.lang.String number)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder expiryMonth(java.lang.Integer expiryMonth)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder expiryYear(java.lang.Integer expiryYear)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder accountHolder(AccountHolder accountHolder)
public PaymentRequestCardDestination build()
public java.lang.String toString()
toString in class java.lang.Object