ApiV1BillingSubscribePost200Response constructor

ApiV1BillingSubscribePost200Response({
  1. required String checkoutUrl,
  2. required String subscriptionId,
})

Returns a new ApiV1BillingSubscribePost200Response instance.

Implementation

ApiV1BillingSubscribePost200Response({
  required this.checkoutUrl,
  required this.subscriptionId,
});