Class RequestedSessionUpdateParams.FulfillmentDetails.Builder
java.lang.Object
com.stripe.param.delegatedcheckout.RequestedSessionUpdateParams.FulfillmentDetails.Builder
- Enclosing class:
- RequestedSessionUpdateParams.FulfillmentDetails
-
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.setEmail(EmptyParam email) The customer's email address.The customer's email address.setName(EmptyParam name) The customer's name.The customer's name.setPhone(EmptyParam phone) The customer's phone number.The customer's phone number.setSelectedFulfillmentOption(RequestedSessionUpdateParams.FulfillmentDetails.SelectedFulfillmentOption selectedFulfillmentOption) The fulfillment option to select.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAddress
public RequestedSessionUpdateParams.FulfillmentDetails.Builder setAddress(RequestedSessionUpdateParams.FulfillmentDetails.Address address) -
setEmail
The customer's email address. -
setEmail
The customer's email address. -
putExtraParam
public RequestedSessionUpdateParams.FulfillmentDetails.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. SeeRequestedSessionUpdateParams.FulfillmentDetails.extraParamsfor the field documentation. -
putAllExtraParam
public RequestedSessionUpdateParams.FulfillmentDetails.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. SeeRequestedSessionUpdateParams.FulfillmentDetails.extraParamsfor the field documentation. -
setName
The customer's name. -
setName
The customer's name. -
setPhone
The customer's phone number. -
setPhone
The customer's phone number. -
setSelectedFulfillmentOption
public RequestedSessionUpdateParams.FulfillmentDetails.Builder setSelectedFulfillmentOption(RequestedSessionUpdateParams.FulfillmentDetails.SelectedFulfillmentOption selectedFulfillmentOption) The fulfillment option to select.
-