AlternativeBillingOnlyReportingDetailsWrapper constructor

const AlternativeBillingOnlyReportingDetailsWrapper({
  1. required BillingResponse responseCode,
  2. String? debugMessage,
  3. String externalTransactionToken = '',
})

Constructs the object with responseCode and debugMessage.

Implementation

const AlternativeBillingOnlyReportingDetailsWrapper(
    {required this.responseCode,
    this.debugMessage,
    this.externalTransactionToken = ''});