unitAmountDecimal property

String? unitAmountDecimal
getter/setter pair

The unit amount in cents (or local equivalent) to be charged, represented as a decimal string with at most 12 decimal places. Only set if billing_scheme=per_unit.

Implementation

String? unitAmountDecimal;