Package com.stripe.model.checkout
Class Session.ShippingOption
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.ShippingOption
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
The amount on which tax is calculated, in cents (or local equivalent).
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A non-negative integer in cents representing how much to charge.Get ID of expandableshippingRate
object.Get expandedshippingRate
.int
hashCode()
void
setShippingAmount
(Long shippingAmount) A non-negative integer in cents representing how much to charge.void
void
setShippingRateObject
(ShippingRate expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ShippingOption
public ShippingOption()
-
-
Method Details
-
getShippingRate
Get ID of expandableshippingRate
object. -
setShippingRate
-
getShippingRateObject
Get expandedshippingRate
. -
setShippingRateObject
-
getShippingAmount
A non-negative integer in cents representing how much to charge. -
setShippingAmount
A non-negative integer in cents representing how much to charge. -
equals
-
canEqual
-
hashCode
public int hashCode()
-