SubscriptionReviseResponse constructor

const SubscriptionReviseResponse(
  1. String? planId,
  2. String? quantity,
  3. String? effectiveTime,
  4. Money? shippingAmount,
  5. Subscriber? subscriber,
  6. AddressPortable? shippingAddress,
  7. bool? planOverridden,
  8. Plan? plan,
  9. List<LinkDescription>? links,
)

Implementation

const SubscriptionReviseResponse(
    this.planId,
    this.quantity,
    this.effectiveTime,
    this.shippingAmount,
    this.subscriber,
    this.shippingAddress,
    this.planOverridden,
    this.plan,
    this.links);