Class RequestedSessionUpdateParams.FulfillmentDetails
java.lang.Object
com.stripe.param.delegatedcheckout.RequestedSessionUpdateParams.FulfillmentDetails
- Enclosing class:
- RequestedSessionUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. State, county, province, or region. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe customer's address.getEmail()The customer's email address.Map of extra parameters for custom features not available in this client library.getName()The customer's name.getPhone()The customer's phone number.The fulfillment option to select.inthashCode()
-
Method Details
-
builder
-
getAddress
The customer's address. -
getEmail
The customer's email address. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getName
The customer's name. -
getPhone
The customer's phone number. -
getSelectedFulfillmentOption
public RequestedSessionUpdateParams.FulfillmentDetails.SelectedFulfillmentOption getSelectedFulfillmentOption()The fulfillment option to select. -
equals
-
canEqual
-
hashCode
public int hashCode()
-