Class PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder
- java.lang.Object
-
- com.checkout.payments.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.PaymentRequestCardDestinationBuilderaccountHolder(AccountHolder accountHolder)PaymentRequestCardDestinationbuild()PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderexpiryMonth(java.lang.Integer expiryMonth)PaymentRequestCardDestination.PaymentRequestCardDestinationBuilderexpiryYear(java.lang.Integer expiryYear)PaymentRequestCardDestination.PaymentRequestCardDestinationBuildernumber(java.lang.String number)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.
-
accountHolder
public PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder accountHolder(AccountHolder accountHolder)
- Returns:
this.
-
build
public PaymentRequestCardDestination build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-