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: String

An enumeration.

product_name: Stringissuer_currency_code: Option<Currency>

Enumerates all supported currencies

product_usage_type: String

An enumeration.

account_funding_type: String

An enumeration.

regional_restriction: String

An enumeration.

account_number_type: String

An enumeration.

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. 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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

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

Converts the given value to a String. Read more
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.
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