Package com.stripe.param.checkout
Class SessionUpdateParams.CollectedInformation.ShippingDetails.Builder
java.lang.Object
com.stripe.param.checkout.SessionUpdateParams.CollectedInformation.ShippingDetails.Builder
- Enclosing class:
- SessionUpdateParams.CollectedInformation.ShippingDetails
-
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.Required. The address of the customersetName
(EmptyParam name) Required. The name of customerRequired. The name of customer
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public SessionUpdateParams.CollectedInformation.ShippingDetails.Builder setAddress(SessionUpdateParams.CollectedInformation.ShippingDetails.Address address) Required. The address of the customer -
putExtraParam
public SessionUpdateParams.CollectedInformation.ShippingDetails.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. SeeSessionUpdateParams.CollectedInformation.ShippingDetails.extraParams
for the field documentation. -
putAllExtraParam
public SessionUpdateParams.CollectedInformation.ShippingDetails.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. SeeSessionUpdateParams.CollectedInformation.ShippingDetails.extraParams
for the field documentation. -
setName
Required. The name of customer -
setName
Required. The name of customer
-