InvoicePrePayment
Name | Type | Tags | Description |
---|---|---|---|
SubscriptionId |
*int |
Optional | The subscription id for the prepayment account |
AmountInCents |
*int64 |
Optional | The amount in cents of the prepayment that was created as a result of this payment. |
EndingBalanceInCents |
*int64 |
Optional | The total balance of the prepayment account for this subscription including any prior prepayments |
{
"subscription_id": 180,
"amount_in_cents": 100,
"ending_balance_in_cents": 60
}