Package com.stripe.model
Class PaymentIntent.PaymentDetails.CarRental.Delivery
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.CarRental.Delivery
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentDetails.CarRental
For more details about Delivery, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Recipient, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Delivery
public Delivery()
-
-
Method Details
-
getMode
The delivery method for the paymentOne of
email
,phone
,pickup
, orpost
. -
getRecipient
-
setMode
The delivery method for the paymentOne of
email
,phone
,pickup
, orpost
. -
setRecipient
-
equals
-
canEqual
-
hashCode
public int hashCode()
-