Skip to content
Updated pricing (markdown) authored by Lars Krämer's avatar Lars Krämer
# methods
## GetAsync(); ## GetAsync();
#### public static async Task<Pricing> GetAsync(); #### public static async Task<Pricing> GetAsync();
Returns prices for all resources available on the platform. VAT and currency of the project owner are used for calculations.<br /> Returns prices for all resources available on the platform. VAT and currency of the project owner are used for calculations.<br />
...@@ -5,4 +6,6 @@ Returns prices for all resources available on the platform. VAT and currency of ...@@ -5,4 +6,6 @@ Returns prices for all resources available on the platform. VAT and currency of
Both net and gross prices are included in the response. Both net and gross prices are included in the response.
``` ```
lkcode.hetznercloudapi.Api.Pricing pricing = await lkcode.hetznercloudapi.Api.Pricing.GetAsync(); lkcode.hetznercloudapi.Api.Pricing pricing = await lkcode.hetznercloudapi.Api.Pricing.GetAsync();
``` ```
\ No newline at end of file
# data
\ No newline at end of file