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: StringThe OAuth2 token header
display_name: StringThe OAuth2 token header
icon: Iconis_default: Option<bool>is_physical: Option<bool>spending_restrictions: SpendingRestrictionsSpecifies the spend restrictions on a Ramp card.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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