public static class PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
billingAddress(Address billingAddress) |
PaymentRequestCardDestination |
build() |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
expiryMonth(java.lang.Integer expiryMonth) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
expiryYear(java.lang.Integer expiryYear) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
firstName(java.lang.String firstName) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
lastName(java.lang.String lastName) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
name(java.lang.String name) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
number(java.lang.String number) |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
phone(Phone phone) |
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 firstName(java.lang.String firstName)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder lastName(java.lang.String lastName)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder name(java.lang.String name)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder billingAddress(Address billingAddress)
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder phone(Phone phone)
public PaymentRequestCardDestination build()
public java.lang.String toString()
toString in class java.lang.Object