Package com.stripe.model
Class Order.ShippingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.ShippingDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Recipient shipping address.getName()
Recipient name.getPhone()
Recipient phone (including extension).int
hashCode()
void
setAddress
(Address address) Recipient shipping address.void
Recipient name.void
Recipient phone (including extension).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ShippingDetails
public ShippingDetails()
-
-
Method Details
-
getAddress
Recipient shipping address. Required if the order includes products that are shippable. -
getName
Recipient name. -
getPhone
Recipient phone (including extension). -
setAddress
Recipient shipping address. Required if the order includes products that are shippable. -
setName
Recipient name. -
setPhone
Recipient phone (including extension). -
equals
-
canEqual
-
hashCode
public int hashCode()
-