StripePurchaseModelRef typedef

StripePurchaseModelRef = ModelRef<StripePurchaseModel>?

Alias for ModelRef

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

@RefParam(StripePurchaseModelDocument) StripePurchaseModelRef replaced_collection

Implementation

typedef StripePurchaseModelRef = ModelRef<StripePurchaseModel>?;