bitwarden_api_api::apis::accounts_api

Function accounts_premium_post

source
pub async fn accounts_premium_post(
    configuration: &Configuration,
    payment_method_type: PaymentMethodType,
    payment_token: Option<&str>,
    additional_storage_gb: Option<i32>,
    country: Option<&str>,
    postal_code: Option<&str>,
    license: Option<PathBuf>,
) -> Result<PaymentResponseModel, Error<AccountsPremiumPostError>>