SubscriptionReviseRequest constructor

SubscriptionReviseRequest({
  1. required String planId,
  2. String? quantity,
  3. String? effectiveTime,
  4. Money? shippingAmount,
  5. AddressPortable? shippingAddress,
  6. ApplicationContext? applicationContext,
  7. Plan? plan,
})

Implementation

SubscriptionReviseRequest(
    {required this.planId,
    this.quantity,
    this.effectiveTime,
    this.shippingAmount,
    this.shippingAddress,
    this.applicationContext,
    this.plan});