PurchasesResponse constructor
PurchasesResponse({})
Implementation
PurchasesResponse({
required this.code,
this.errorMessage,
this.errorDescription,
this.traceId,
required this.purchases,
required this.errors,
});