PromotedPurchaseResult constructor

PromotedPurchaseResult({
  1. required String productIdentifier,
  2. required CustomerInfo customerInfo,
})

Constructs a PromotedPurchaseResult with its properties

Implementation

PromotedPurchaseResult({
  required this.productIdentifier,
  required this.customerInfo,
});