PurchaseSubscriptionModelRef typedef

PurchaseSubscriptionModelRef = ModelRef<PurchaseSubscriptionModel>?

Alias for ModelRef

When defining parameters for other Models, you can define them as follows

@RefParam(PurchaseSubscriptionModelDocument) PurchaseSubscriptionModelRef replaced_collection

Implementation

typedef PurchaseSubscriptionModelRef = ModelRef<PurchaseSubscriptionModel>?;