Struct libstripe::IssuingCard

source ·
pub struct IssuingCard {
Show 16 fields pub id: String, pub object: Object, pub authorization_controls: AuthorizationControls, pub brand: CardBrand, pub cardholder: CardHolders, pub created: i64, pub currency: Currency, pub exp_month: i64, pub exp_year: i64, pub last4: String, pub livemode: bool, pub metadata: HashMap<String, String>, pub name: String, pub shipping: IssuingShipping, pub status: CardStatus, pub card_type: CardType,
}

Fields§

§id: String§object: Object§authorization_controls: AuthorizationControls§brand: CardBrand§cardholder: CardHolders§created: i64§currency: Currency§exp_month: i64§exp_year: i64§last4: String§livemode: bool§metadata: HashMap<String, String>§name: String§shipping: IssuingShipping§status: CardStatus§card_type: CardType

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.