Struct stripe::IssuingCardShipping [−][src]
pub struct IssuingCardShipping {
pub address: Address,
pub carrier: Option<Box<IssuingCardShippingCarrier>>,
pub eta: Option<Box<Timestamp>>,
pub name: String,
pub service: IssuingCardShippingService,
pub status: Option<IssuingCardShippingStatus>,
pub tracking_number: Option<Box<String>>,
pub tracking_url: Option<Box<String>>,
pub type_: IssuingCardShippingType,
}
Fields
address: Address
carrier: Option<Box<IssuingCardShippingCarrier>>
The delivery company that shipped a card.
eta: Option<Box<Timestamp>>
A unix timestamp representing a best estimate of when the card will be delivered.
name: String
Recipient name.
service: IssuingCardShippingService
Shipment service, such as standard
or express
.
status: Option<IssuingCardShippingStatus>
The delivery status of the card.
tracking_number: Option<Box<String>>
A tracking number for a card shipment.
tracking_url: Option<Box<String>>
A link to the shipping carrier’s site where you can view detailed information about a card shipment.
type_: IssuingCardShippingType
Packaging options.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IssuingCardShipping
impl Send for IssuingCardShipping
impl Sync for IssuingCardShipping
impl Unpin for IssuingCardShipping
impl UnwindSafe for IssuingCardShipping
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more