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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-