public static interface Total.Builder extends SdkPojo, CopyableBuilder<Total.Builder,Total>
| Modifier and Type | Method and Description |
|---|---|
Total.Builder |
amount(String amount)
The total usage.
|
Total.Builder |
unit(String unit)
The currency unit that the amount is given in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTotal.Builder amount(String amount)
The total usage.
amount - The total usage.Total.Builder unit(String unit)
The currency unit that the amount is given in.
unit - The currency unit that the amount is given in.Copyright © 2023. All rights reserved.