This class represents assets with one or more reservation type items.
Static methods
staticget(id:String):Subscription
Returns:
The Subscription with the given id, or null if it was not found.
staticlist(filters:Query):Collection<Subscription>
Lists all subscription assets that match the given filters. Supported filters are:
statusevents.created.atevents.created.atbilling.period.uombilling.next_dateexternal_idexternal_uidproduct.idproduct.nameconnection.idconnection.typeconnection.provider.idconnection.provider.nameconnection.vendor.idconnection.vendor.nameconnection.hub.idconnection.hub.namemarketplace.idmarketplace.nametiers.customer.idtiers.tier1.idtiers.tier2.id
Returns:
A Collection of Subscriptions.