Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 3.19 KB

File metadata and controls

13 lines (9 loc) · 3.19 KB

NextPayment

Information about the next payment.

Fields

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.