Package com.stripe.param
Class PaymentMethodUpdateParams.BillingDetails.Builder
java.lang.Object
com.stripe.param.PaymentMethodUpdateParams.BillingDetails.Builder
- Enclosing class:
- PaymentMethodUpdateParams.BillingDetails
-
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
(EmptyParam address) Billing address.Billing address.setEmail
(EmptyParam email) Email address.Email address.setName
(EmptyParam name) Full name.Full name.setPhone
(EmptyParam phone) Billing phone number (including extension).Billing phone number (including extension).setTaxId
(EmptyParam taxId) Taxpayer identification number.Taxpayer identification number.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public PaymentMethodUpdateParams.BillingDetails.Builder setAddress(PaymentMethodUpdateParams.BillingDetails.Address address) Billing address. -
setAddress
Billing address. -
setEmail
Email address. -
setEmail
Email address. -
putExtraParam
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. SeePaymentMethodUpdateParams.BillingDetails.extraParams
for the field documentation. -
putAllExtraParam
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. SeePaymentMethodUpdateParams.BillingDetails.extraParams
for the field documentation. -
setName
Full name. -
setName
Full name. -
setPhone
Billing phone number (including extension). -
setPhone
Billing phone number (including extension). -
setTaxId
Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers. -
setTaxId
Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
-