Skip to content
Updated pricing (markdown) authored by Lars Krämer's avatar Lars Krämer
# methods
## 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 />
......@@ -6,3 +7,5 @@ Both net and gross prices are included in the response.
```
lkcode.hetznercloudapi.Api.Pricing pricing = await lkcode.hetznercloudapi.Api.Pricing.GetAsync();
```
# data
\ No newline at end of file