CreateSubscriptionRequest constructor
CreateSubscriptionRequest({})
Implementation
CreateSubscriptionRequest({
required this.locationId, this.idempotencyKey, required this.customerId,
this.timezone, this.source, this.cardId, this.taxPercentage,
this.startDate, this.priceOverrideMoney, this.canceledDate,
required this.planId
});