Skip to main content

SelfHostedOrganizationBillingVNextApi

Trait SelfHostedOrganizationBillingVNextApi 

Source
pub trait SelfHostedOrganizationBillingVNextApi: Send + Sync {
    // Required method
    fn get_metadata<'a, 'life0, 'async_trait>(
        &'life0 self,
        organization_id: &'a str,
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'a: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn get_metadata<'a, 'life0, 'async_trait>( &'life0 self, organization_id: &'a str, ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
where Self: 'async_trait, 'a: 'async_trait, 'life0: 'async_trait,

GET /organizations/{organizationId}/billing/vnext/self-host/metadata

Implementors§