SubscriptionReviseRequest constructor
SubscriptionReviseRequest({
- required String planId,
- String? quantity,
- String? effectiveTime,
- Money? shippingAmount,
- AddressPortable? shippingAddress,
- ApplicationContext? applicationContext,
- Plan? plan,
Implementation
SubscriptionReviseRequest(
{required this.planId,
this.quantity,
this.effectiveTime,
this.shippingAmount,
this.shippingAddress,
this.applicationContext,
this.plan});