Class RequestedSession.FulfillmentDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.FulfillmentDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- RequestedSession
For more details about FulfillmentDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Address, please refer to the API Reference.static classFor more details about FulfillmentOption, please refer to the API Reference.static classFor more details about SelectedFulfillmentOption, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe fulfillment address.getEmail()The email address for the fulfillment details.The fulfillment options.getName()The name for the fulfillment details.getPhone()The phone number for the fulfillment details.The fulfillment option.inthashCode()voidThe fulfillment address.voidThe email address for the fulfillment details.voidsetFulfillmentOptions(List<RequestedSession.FulfillmentDetails.FulfillmentOption> fulfillmentOptions) The fulfillment options.voidThe name for the fulfillment details.voidThe phone number for the fulfillment details.voidsetSelectedFulfillmentOption(RequestedSession.FulfillmentDetails.SelectedFulfillmentOption selectedFulfillmentOption) The fulfillment option.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FulfillmentDetails
public FulfillmentDetails()
-
-
Method Details
-
getAddress
The fulfillment address. -
getEmail
The email address for the fulfillment details. -
getFulfillmentOptions
The fulfillment options. -
getName
The name for the fulfillment details. -
getPhone
The phone number for the fulfillment details. -
getSelectedFulfillmentOption
The fulfillment option. -
setAddress
The fulfillment address. -
setEmail
The email address for the fulfillment details. -
setFulfillmentOptions
public void setFulfillmentOptions(List<RequestedSession.FulfillmentDetails.FulfillmentOption> fulfillmentOptions) The fulfillment options. -
setName
The name for the fulfillment details. -
setPhone
The phone number for the fulfillment details. -
setSelectedFulfillmentOption
public void setSelectedFulfillmentOption(RequestedSession.FulfillmentDetails.SelectedFulfillmentOption selectedFulfillmentOption) The fulfillment option. -
equals
-
canEqual
-
hashCode
public int hashCode()
-