Function account_billing_vnext_credit_get

Source
pub async fn account_billing_vnext_credit_get(
    configuration: &Configuration,
    email: &str,
    security_stamp: &str,
    api_key: &str,
    id: Option<Uuid>,
    name: Option<&str>,
    email_verified: Option<bool>,
    master_password: Option<&str>,
    master_password_hint: Option<&str>,
    culture: Option<&str>,
    two_factor_providers: Option<&str>,
    two_factor_recovery_code: Option<&str>,
    equivalent_domains: Option<&str>,
    excluded_global_equivalent_domains: Option<&str>,
    account_revision_date: Option<String>,
    key: Option<&str>,
    public_key: Option<&str>,
    private_key: Option<&str>,
    premium: Option<bool>,
    premium_expiration_date: Option<String>,
    renewal_reminder_date: Option<String>,
    storage: Option<i64>,
    max_storage_gb: Option<i32>,
    gateway: Option<GatewayType>,
    gateway_customer_id: Option<&str>,
    gateway_subscription_id: Option<&str>,
    reference_data: Option<&str>,
    license_key: Option<&str>,
    kdf: Option<KdfType>,
    kdf_iterations: Option<i32>,
    kdf_memory: Option<i32>,
    kdf_parallelism: Option<i32>,
    creation_date: Option<String>,
    revision_date: Option<String>,
    force_password_reset: Option<bool>,
    uses_key_connector: Option<bool>,
    failed_login_count: Option<i32>,
    last_failed_login_date: Option<String>,
    avatar_color: Option<&str>,
    last_password_change_date: Option<String>,
    last_kdf_change_date: Option<String>,
    last_key_rotation_date: Option<String>,
    last_email_change_date: Option<String>,
    verify_devices: Option<bool>,
) -> Result<(), Error<AccountBillingVnextCreditGetError>>