StripePaymentModelRef typedef
StripePaymentModelRef = ModelRef<StripePaymentModel> ?
Alias for ModelRef<StripePaymentModel>.
When defining parameters for other Models, you can define them as follows
@RefParam(StripePaymentModelDocument) StripePaymentModelRef replaced_collection
Implementation
typedef StripePaymentModelRef = ModelRef<StripePaymentModel>?;