public static class RequestDLocalSource.RequestDLocalSourceBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
RequestDLocalSource.RequestDLocalSourceBuilder |
billingAddress(Address billingAddress) |
RequestDLocalSource |
build() |
RequestDLocalSource.RequestDLocalSourceBuilder |
cvv(java.lang.String cvv) |
RequestDLocalSource.RequestDLocalSourceBuilder |
expiryMonth(java.lang.Integer expiryMonth) |
RequestDLocalSource.RequestDLocalSourceBuilder |
expiryYear(java.lang.Integer expiryYear) |
RequestDLocalSource.RequestDLocalSourceBuilder |
name(java.lang.String name) |
RequestDLocalSource.RequestDLocalSourceBuilder |
number(java.lang.String number) |
RequestDLocalSource.RequestDLocalSourceBuilder |
phone(Phone phone) |
RequestDLocalSource.RequestDLocalSourceBuilder |
stored(java.lang.Boolean stored) |
java.lang.String |
toString() |
public RequestDLocalSource.RequestDLocalSourceBuilder number(java.lang.String number)
public RequestDLocalSource.RequestDLocalSourceBuilder expiryMonth(java.lang.Integer expiryMonth)
public RequestDLocalSource.RequestDLocalSourceBuilder expiryYear(java.lang.Integer expiryYear)
public RequestDLocalSource.RequestDLocalSourceBuilder name(java.lang.String name)
public RequestDLocalSource.RequestDLocalSourceBuilder cvv(java.lang.String cvv)
public RequestDLocalSource.RequestDLocalSourceBuilder stored(java.lang.Boolean stored)
public RequestDLocalSource.RequestDLocalSourceBuilder billingAddress(Address billingAddress)
public RequestDLocalSource.RequestDLocalSourceBuilder phone(Phone phone)
public RequestDLocalSource build()
public java.lang.String toString()
toString in class java.lang.Object