unitAmount property

int? unitAmount
final

A positive integer in cents (or 0 for a free price) representing how much to charge. One of unit_amount or custom_unit_amount is required, unless billing_scheme=tiered. (REQUIRED CONDITIONALLY)

Implementation

final int? unitAmount;