Package com.stripe.param
Class OrderUpdateParams.BillingDetails.Builder
java.lang.Object
com.stripe.param.OrderUpdateParams.BillingDetails.Builder
- Enclosing class:
- OrderUpdateParams.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.The billing address provided by the customer.setEmail
(EmptyParam email) The billing email provided by the customer.The billing email provided by the customer.setName
(EmptyParam name) The billing name provided by the customer.The billing name provided by the customer.setPhone
(EmptyParam phone) The billing phone number provided by the customer.The billing phone number provided by the customer.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public OrderUpdateParams.BillingDetails.Builder setAddress(OrderUpdateParams.BillingDetails.Address address) The billing address provided by the customer. -
setEmail
The billing email provided by the customer. -
setEmail
The billing email provided by the customer. -
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. SeeOrderUpdateParams.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. SeeOrderUpdateParams.BillingDetails.extraParams
for the field documentation. -
setName
The billing name provided by the customer. -
setName
The billing name provided by the customer. -
setPhone
The billing phone number provided by the customer. -
setPhone
The billing phone number provided by the customer.
-