Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder
- Enclosing class:
- PaymentIntentUpdateParams.PaymentMethodData.BillingDetails
public static class PaymentIntentUpdateParams.PaymentMethodData.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(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 PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder setAddress(PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Address address) Billing address. -
setAddress
public PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder setAddress(EmptyParam address) Billing address. -
setEmail
Email address. -
setEmail
public PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder setEmail(EmptyParam email) Email address. -
putExtraParam
public PaymentIntentUpdateParams.PaymentMethodData.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. SeePaymentIntentUpdateParams.PaymentMethodData.BillingDetails.extraParamsfor the field documentation. -
putAllExtraParam
public PaymentIntentUpdateParams.PaymentMethodData.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. SeePaymentIntentUpdateParams.PaymentMethodData.BillingDetails.extraParamsfor the field documentation. -
setName
Full name. -
setName
Full name. -
setPhone
Billing phone number (including extension). -
setPhone
public PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder setPhone(EmptyParam phone) Billing phone number (including extension). -
setTaxId
Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers. -
setTaxId
public PaymentIntentUpdateParams.PaymentMethodData.BillingDetails.Builder setTaxId(EmptyParam taxId) Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
-