AlternativeBillingOnlyReportingDetailsWrapper constructor
const
AlternativeBillingOnlyReportingDetailsWrapper({
- required BillingResponse responseCode,
- String? debugMessage,
- String externalTransactionToken = '',
Constructs the object with responseCode
and debugMessage
.
Implementation
const AlternativeBillingOnlyReportingDetailsWrapper(
{required this.responseCode,
this.debugMessage,
this.externalTransactionToken = ''});