unitAmount property

int? unitAmount
getter/setter pair

The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if billing_scheme=per_unit.

Implementation

int? unitAmount;