Struct libstripe::CountrySpecs [] [src]

pub struct CountrySpecs {
    pub id: String,
    pub object: String,
    pub default_currency: Currency,
    pub supported_bank_account_currencies: SupportedBankAccountCurrency,
    pub supported_payment_currencies: Vec<Currency>,
    pub supported_payment_methods: Vec<PaymentMethods>,
    pub verification_fields: Verification,
}

Fields

Methods

impl CountrySpecs
[src]

[src]

[src]

Trait Implementations

impl Debug for CountrySpecs
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CountrySpecs
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.