public static class PaymentInstrumentRequest.PaymentInstrumentRequestBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrumentRequest |
build() |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
country(CountryCode country) |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
currency(Currency currency) |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
defaultDestination(java.lang.Boolean defaultDestination) |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
document(InstrumentDocument document) |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
instrumentDetails(InstrumentDetails instrumentDetails) |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
label(java.lang.String label) |
java.lang.String |
toString() |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
type(InstrumentType type) |
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder label(java.lang.String label)
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder type(InstrumentType type)
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder currency(Currency currency)
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder country(CountryCode country)
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder defaultDestination(java.lang.Boolean defaultDestination)
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder document(InstrumentDocument document)
public PaymentInstrumentRequest.PaymentInstrumentRequestBuilder instrumentDetails(InstrumentDetails instrumentDetails)
public PaymentInstrumentRequest build()
public java.lang.String toString()
toString in class java.lang.Object