This object stores information relating to specific recurring billing cycles.
It includes the frequency, amount, start and end dates of the recurring billing schedule.
Type | Name | Description |
---|---|---|
string | Schedule | Frequency of recurring billing schedule. Possible values include: disabled, daily, weekly, bi-weekly (every two weeks), monthly, bi-monthly (every two months), quarterly, bi-annually (every six months), annually. |
string | Next | Date this customer will be billed next. Must be formatted Year/Month/Day |
string | Expire | Date this billing entry will be disabled. |
integer | NumLeft | Number of transactions remaining in recurring billing cycle. |
double | Amount | Amount to be billed in each transaction. |
boolean | Enabled | Notes whether customer is currently enabled for recurring billing. |