Struct primer_api::model::BinDataApiSchema
source · [−]pub struct BinDataApiSchema {
pub network: String,
pub product_code: String,
pub issuer_name: Option<String>,
pub issuer_country_code: Option<CountryCodeEnum>,
pub prepaid_reloadable_indicator: String,
pub product_name: String,
pub issuer_currency_code: Option<Currency>,
pub product_usage_type: String,
pub account_funding_type: String,
pub regional_restriction: String,
pub account_number_type: String,
}Fields
network: Stringproduct_code: Stringissuer_name: Option<String>issuer_country_code: Option<CountryCodeEnum>An enumeration.
prepaid_reloadable_indicator: StringAn enumeration.
product_name: Stringissuer_currency_code: Option<Currency>Enumerates all supported currencies
product_usage_type: StringAn enumeration.
account_funding_type: StringAn enumeration.
regional_restriction: StringAn enumeration.
account_number_type: StringAn enumeration.
Trait Implementations
sourceimpl Debug for BinDataApiSchema
impl Debug for BinDataApiSchema
sourceimpl<'de> Deserialize<'de> for BinDataApiSchema
impl<'de> Deserialize<'de> for BinDataApiSchema
sourcefn 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
sourceimpl Display for BinDataApiSchema
impl Display for BinDataApiSchema
sourceimpl Serialize for BinDataApiSchema
impl Serialize for BinDataApiSchema
Auto Trait Implementations
impl RefUnwindSafe for BinDataApiSchema
impl Send for BinDataApiSchema
impl Sync for BinDataApiSchema
impl Unpin for BinDataApiSchema
impl UnwindSafe for BinDataApiSchema
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more