Package com.stripe.model.issuing
Class Card.Shipping
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.Shipping
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Card
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe delivery company that shipped a card.getEta()A unix timestamp representing a best estimate of when the card will be delivered.getName()Recipient name.Shipment service, such asstandardorexpress.The delivery status of the card.A tracking number for a card shipment.A link to the shipping carrier's site where you can view detailed information about a card shipment.getType()Packaging options.inthashCode()voidsetAddress(Address address) voidsetCarrier(String carrier) The delivery company that shipped a card.voidA unix timestamp representing a best estimate of when the card will be delivered.voidRecipient name.voidsetService(String service) Shipment service, such asstandardorexpress.voidThe delivery status of the card.voidsetTrackingNumber(String trackingNumber) A tracking number for a card shipment.voidsetTrackingUrl(String trackingUrl) A link to the shipping carrier's site where you can view detailed information about a card shipment.voidPackaging options.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Shipping
public Shipping()
-
-
Method Details
-
getAddress
-
getCarrier
The delivery company that shipped a card.One of
dhl,fedex,royal_mail, orusps. -
getEta
A unix timestamp representing a best estimate of when the card will be delivered. -
getName
Recipient name. -
getService
Shipment service, such asstandardorexpress.One of
express,priority, orstandard. -
getStatus
The delivery status of the card.One of
canceled,delivered,failure,pending,returned, orshipped. -
getTrackingNumber
A tracking number for a card shipment. -
getTrackingUrl
A link to the shipping carrier's site where you can view detailed information about a card shipment. -
getType
Packaging options.One of
bulk, orindividual. -
setAddress
-
setCarrier
The delivery company that shipped a card.One of
dhl,fedex,royal_mail, orusps. -
setEta
A unix timestamp representing a best estimate of when the card will be delivered. -
setName
Recipient name. -
setService
Shipment service, such asstandardorexpress.One of
express,priority, orstandard. -
setStatus
The delivery status of the card.One of
canceled,delivered,failure,pending,returned, orshipped. -
setTrackingNumber
A tracking number for a card shipment. -
setTrackingUrl
A link to the shipping carrier's site where you can view detailed information about a card shipment. -
setType
Packaging options.One of
bulk, orindividual. -
equals
-
canEqual
-
hashCode
public int hashCode()
-