Struct ramp_api::types::PostResourcesCardProgramRequest [−][src]
pub struct PostResourcesCardProgramRequest { pub description: String, pub display_name: String, pub icon: Icon, pub is_default: Option<bool>, pub is_physical: Option<bool>, pub spending_restrictions: SpendingRestrictions, }
Fields
description: String
display_name: String
icon: Icon
is_default: Option<bool>
is_physical: Option<bool>
spending_restrictions: SpendingRestrictions
Specifies the spend restrictions on a Ramp card.
Trait Implementations
Returns the “default value” for a type. Read more
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 PostResourcesCardProgramRequest
impl Sync for PostResourcesCardProgramRequest
impl Unpin for PostResourcesCardProgramRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more