SGOneTimePurchases constructor
SGOneTimePurchases({})
Implementation
SGOneTimePurchases({
required this.gateway,
required this.gatewayPurcahseIdentifier,
required this.gatewayProductIdentifier,
required this.purchasedAt,
required this.productQuantity,
required this.isRefund,
required this.isConsumable,
required this.isSandbox,
});