Represents a vendor (generated) or provider (uploaded) billing of a Subscription.
Static methods
staticget(id:String):SubscriptionRequest
Returns:
The SubscriptionRequest with the given id, or null if it was not found.
staticlist(filters:Query):Collection<SubscriptionRequest>
Lists all requests that match the given filters. Supported filters are:
idtypeperiod.uomperiod.fromperiod.toevents.created.at(le, ge)events.updated.at(le, ge)asset.idasset.billing.period.uomasset.billing.next_dateasset.external_idasset.external_uidasset.product.idasset.product.nameasset.connection.idasset.connection.typeasset.connection.provider.idasset.connection.provider.nameasset.connection.vendor.idasset.connection.vendor.nameasset.connection.hub.idasset.connection.hub.nameasset.marketplace.idasset.marketplace.nameasset.tiers.customer.idasset.tiers.tier1.idasset.tiers.tier2.id
Returns:
A Collection of SubscriptionRequests.
Constructor
Variables
Methods
register():SubscriptionRequest
Registers a new SubscriptionRequest on Connect, based on the data of this SubscriptionRequest.
Returns:
The new SubscriptionRequest, or null if it couldn't be created.
updateAttributes():Bool
Updates the request in the server with the attributes changed in this model.
Only the attributes corresponding to the type (vendor or provider) will be updated.
Returns:
Whether the attributes were correctly updated.