Package com.stripe.param
Class PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder
java.lang.Object
com.stripe.param.PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder
public static class PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setAddress
(PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Address address) The billing address associated with the method of payment.The billing email associated with the method of payment.The billing name associated with the method of payment.The billing phone number associated with the method of payment.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder setAddress(PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Address address) The billing address associated with the method of payment. -
setEmail
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder setEmail(String email) The billing email associated with the method of payment. -
putExtraParam
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.extraParams
for the field documentation. -
putAllExtraParam
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.extraParams
for the field documentation. -
setName
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder setName(String name) The billing name associated with the method of payment. -
setPhone
public PaymentRecordReportPaymentAttemptParams.PaymentMethodDetails.BillingDetails.Builder setPhone(String phone) The billing phone number associated with the method of payment.
-