You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/cost.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@
10
10
|`count`|*int*|:heavy_check_mark:| The number of fees | 10 |
11
11
|`rate`|[models.Rate](../models/rate.md)|:heavy_check_mark:| The service rates, further divided into `fixed` and `percentage` costs. ||
12
12
|`amount_net`|[models.Amount](../models/amount.md)|:heavy_check_mark:| In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. ||
13
-
|`amount_vat`|[models.Amount](../models/amount.md)|:heavy_check_mark:| In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. ||
13
+
|`amount_vat`|[Nullable[models.AmountNullable]](../models/amountnullable.md)|:heavy_check_mark:| In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. ||
14
14
|`amount_gross`|[models.Amount](../models/amount.md)|:heavy_check_mark:| In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. ||
0 commit comments