ExtendRenewalDateResponse constructor

const ExtendRenewalDateResponse(
  1. String effectiveDate,
  2. String originalTransactionId,
  3. bool success,
  4. String webOrderLineItemId,
)

Implementation

const ExtendRenewalDateResponse(this.effectiveDate,
    this.originalTransactionId, this.success, this.webOrderLineItemId);