Package com.stripe.model
Class ShippingRate.DeliveryEstimate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ShippingRate.DeliveryEstimate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ShippingRate
For more details about DeliveryEstimate, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Maximum, please refer to the API Reference.static class
For more details about Minimum, 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 boolean
boolean
The upper bound of the estimated range.The lower bound of the estimated range.int
hashCode()
void
The upper bound of the estimated range.void
The lower bound of the estimated range.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DeliveryEstimate
public DeliveryEstimate()
-
-
Method Details
-
getMaximum
The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite. -
getMinimum
The lower bound of the estimated range. If empty, represents no lower bound. -
setMaximum
The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite. -
setMinimum
The lower bound of the estimated range. If empty, represents no lower bound. -
equals
-
canEqual
-
hashCode
public int hashCode()
-