Class RequestDLocalSource.RequestDLocalSourceBuilder
- java.lang.Object
-
- com.checkout.payments.previous.request.source.RequestDLocalSource.RequestDLocalSourceBuilder
-
- Enclosing class:
- RequestDLocalSource
public static class RequestDLocalSource.RequestDLocalSourceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestDLocalSource.RequestDLocalSourceBuilderbillingAddress(Address billingAddress)RequestDLocalSourcebuild()RequestDLocalSource.RequestDLocalSourceBuildercvv(java.lang.String cvv)RequestDLocalSource.RequestDLocalSourceBuilderexpiryMonth(java.lang.Integer expiryMonth)RequestDLocalSource.RequestDLocalSourceBuilderexpiryYear(java.lang.Integer expiryYear)RequestDLocalSource.RequestDLocalSourceBuildername(java.lang.String name)RequestDLocalSource.RequestDLocalSourceBuildernumber(java.lang.String number)RequestDLocalSource.RequestDLocalSourceBuilderphone(Phone phone)RequestDLocalSource.RequestDLocalSourceBuilderstored(java.lang.Boolean stored)java.lang.StringtoString()
-
-
-
Method Detail
-
number
public RequestDLocalSource.RequestDLocalSourceBuilder number(java.lang.String number)
- Returns:
this.
-
expiryMonth
public RequestDLocalSource.RequestDLocalSourceBuilder expiryMonth(java.lang.Integer expiryMonth)
- Returns:
this.
-
expiryYear
public RequestDLocalSource.RequestDLocalSourceBuilder expiryYear(java.lang.Integer expiryYear)
- Returns:
this.
-
name
public RequestDLocalSource.RequestDLocalSourceBuilder name(java.lang.String name)
- Returns:
this.
-
cvv
public RequestDLocalSource.RequestDLocalSourceBuilder cvv(java.lang.String cvv)
- Returns:
this.
-
stored
public RequestDLocalSource.RequestDLocalSourceBuilder stored(java.lang.Boolean stored)
- Returns:
this.
-
billingAddress
public RequestDLocalSource.RequestDLocalSourceBuilder billingAddress(Address billingAddress)
- Returns:
this.
-
phone
public RequestDLocalSource.RequestDLocalSourceBuilder phone(Phone phone)
- Returns:
this.
-
build
public RequestDLocalSource build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-