amount property

int? amount
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? amount;