Information about the next payment.
| Field | Type | Required | Description |
|---|---|---|---|
amount |
JsonNullable<CommerceSubscriptionItemAmount> | ➖ | Base plan fee for the next payment. Does not include per-unit (e.g. seat) charges; see totals.grand_total for the full amount. |
date |
JsonNullable<Long> | ➖ | Unix timestamp (in milliseconds) for the next payment date. |
perUnitTotals |
List<CommercePerUnitTotal> | ➖ | Per-unit total breakdown (for example, seats) for the next payment. |
totals |
JsonNullable<CommerceSubscriptionItemTotals> | ➖ | Breakdown of the recurring amount that will be billed at renewal (base fee + per-unit charges). Tax and credits are not previewed. |