GET /api/subscriptions/{subscription-id}/billing_events
OAuth AuthorizationRequired: profile_read
SCHEMA
billing_events
: Array
id
: Integerfrom_status
: Booleanto_status
: Booleanfrom_phase
: String<trial,discount,final>
to_phase
: String<trial,discount,final>
from_resource_qty
: Integerto_resource_qty
: Integercreated_at
: DateTimeupdated_at
: DateTimesubscription
: Object<Subscription>
source_product
: Object<Product>
destination_product
: Object<Product>
GET /api/subscriptions/{subscription-id}/billing_events/{id}
OAuth AuthorizationRequired: profile_read
SCHEMA
billing_event
: Object
id
: Integerfrom_status
: Booleanto_status
: Booleanfrom_phase
: String<trial,discount,final>
to_phase
: String<trial,discount,final>
from_resource_qty
: Integerto_resource_qty
: Integercreated_at
: DateTimeupdated_at
: DateTimesubscription
: Object<Subscription>
source_product
: Object<Product>
destination_product
: Object<Product>