Class Billing
Extends
Resource.
Billing Resource
Defined in: billing.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Billing(spire, data)
Represents a billing subscription in the spire api.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Actual data from the spire.io api.
|
|
|
Reference to spire object.
|
- Methods borrowed from class Resource:
- authorization, capabilities, capability, get, getIfCapable, mediaType, request, schema, update, url
Class Detail
Billing(spire, data)
Represents a billing subscription in the spire api.
- Parameters:
- spire
- {object} Spire object
- data
- {object} Billing data from the spire api
Field Detail
data
Actual data from the spire.io api.
spire
Reference to spire object.