Package com.stripe.model
Class ShippingDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ShippingDetails
- All Implemented Interfaces:
StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.getName()
Recipient name.getPhone()
Recipient phone (including extension).The tracking number for a physical product, obtained from the delivery service.int
hashCode()
void
setAddress
(Address address) void
setCarrier
(String carrier) The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.void
Recipient name.void
Recipient phone (including extension).void
setTrackingNumber
(String trackingNumber) The tracking number for a physical product, obtained from the delivery service.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ShippingDetails
public ShippingDetails()
-
-
Method Details
-
getAddress
-
getCarrier
The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. -
getName
Recipient name. -
getPhone
Recipient phone (including extension). -
getTrackingNumber
The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas. -
setAddress
-
setCarrier
The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. -
setName
Recipient name. -
setPhone
Recipient phone (including extension). -
setTrackingNumber
The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas. -
equals
-
canEqual
-
hashCode
public int hashCode()
-