Struct stripe::IssuingTransactionFlightDataLeg [−][src]
pub struct IssuingTransactionFlightDataLeg {
pub arrival_airport_code: Option<Box<String>>,
pub carrier: Option<Box<String>>,
pub departure_airport_code: Option<Box<String>>,
pub flight_number: Option<Box<String>>,
pub service_class: Option<Box<String>>,
pub stopover_allowed: Option<Box<bool>>,
}
Fields
arrival_airport_code: Option<Box<String>>
The three-letter IATA airport code of the flight’s destination.
carrier: Option<Box<String>>
The airline carrier code.
departure_airport_code: Option<Box<String>>
The three-letter IATA airport code that the flight departed from.
flight_number: Option<Box<String>>
The flight number.
service_class: Option<Box<String>>
The flight’s service class.
stopover_allowed: Option<Box<bool>>
Whether a stopover is allowed on this flight.
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 Send for IssuingTransactionFlightDataLeg
impl Sync for IssuingTransactionFlightDataLeg
impl Unpin for IssuingTransactionFlightDataLeg
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