public static class PaymentIntentCreateParams.MandateData.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PaymentIntentCreateParams.MandateData |
build()
Finalize and obtain parameter instance from this builder.
|
PaymentIntentCreateParams.MandateData.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
PaymentIntentCreateParams.MandateData.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
PaymentIntentCreateParams.MandateData.Builder |
setCustomerAcceptance(PaymentIntentCreateParams.MandateData.CustomerAcceptance customerAcceptance)
This hash contains details about the customer acceptance of the Mandate.
|
public PaymentIntentCreateParams.MandateData build()
public PaymentIntentCreateParams.MandateData.Builder setCustomerAcceptance(PaymentIntentCreateParams.MandateData.CustomerAcceptance customerAcceptance)
public PaymentIntentCreateParams.MandateData.Builder putExtraParam(java.lang.String key, java.lang.Object value)
PaymentIntentCreateParams.MandateData.extraParams
for the field documentation.public PaymentIntentCreateParams.MandateData.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
PaymentIntentCreateParams.MandateData.extraParams
for the field documentation.