Package com.stripe.param
Class PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Builder
java.lang.Object
com.stripe.param.PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Builder
- Enclosing class:
- PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails
public static class PaymentRecordReportPaymentParams.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.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 PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Builder setAddress(PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Address address) The billing address associated with the method of payment. -
setEmail
public PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Builder setEmail(String email) The billing email associated with the method of payment. -
putExtraParam
public PaymentRecordReportPaymentParams.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. SeePaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.extraParams
for the field documentation. -
putAllExtraParam
public PaymentRecordReportPaymentParams.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. SeePaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.extraParams
for the field documentation. -
setName
public PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Builder setName(String name) The billing name associated with the method of payment. -
setPhone
public PaymentRecordReportPaymentParams.PaymentMethodDetails.BillingDetails.Builder setPhone(String phone) The billing phone number associated with the method of payment.
-