Class PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder
- java.lang.Object
-
- com.checkout.payments.previous.request.destination.PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder
-
- Enclosing class:
- PaymentRequestCardDestination
public static class PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderbillingAddress(Address billingAddress)PaymentRequestCardDestinationbuild()PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderexpiryMonth(java.lang.Integer expiryMonth)PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderexpiryYear(java.lang.Integer expiryYear)PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderfirstName(java.lang.String firstName)PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderlastName(java.lang.String lastName)PaymentRequestCardDestination.PaymentRequestCardDestinationBuildername(java.lang.String name)PaymentRequestCardDestination.PaymentRequestCardDestinationBuildernumber(java.lang.String number)PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderphone(Phone phone)java.lang.StringtoString()
-
-
-
Method Detail
-
number
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder number(java.lang.String number)
- Returns:
this.
-
expiryMonth
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder expiryMonth(java.lang.Integer expiryMonth)
- Returns:
this.
-
expiryYear
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder expiryYear(java.lang.Integer expiryYear)
- Returns:
this.
-
firstName
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder firstName(java.lang.String firstName)
- Returns:
this.
-
lastName
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder lastName(java.lang.String lastName)
- Returns:
this.
-
name
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder name(java.lang.String name)
- Returns:
this.
-
billingAddress
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder billingAddress(Address billingAddress)
- Returns:
this.
-
phone
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder phone(Phone phone)
- Returns:
this.
-
build
public PaymentRequestCardDestination build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-