Package com.stripe.model
Class PaymentIntent.PaymentDetails.CarRentalDatum.Pickup
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.CarRentalDatum.Pickup
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentDetails.CarRentalDatum
For more details about Pickup, 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 booleanbooleanName of the location.getTime()Time associated with the location.inthashCode()voidsetAddress(Address address) voidsetLocationName(String locationName) Name of the location.voidTime associated with the location.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Pickup
public Pickup()
-
-
Method Details
-
getAddress
-
getLocationName
Name of the location. -
getTime
Time associated with the location. -
setAddress
-
setLocationName
Name of the location. -
setTime
Time associated with the location. -
equals
-
canEqual
-
hashCode
public int hashCode()
-