MakePurchaseResponse constructor

MakePurchaseResponse(
  1. PurchaseInfo? purchaseInfo,
  2. GenericError? error
)

Implementation

MakePurchaseResponse(this.purchaseInfo, this.error);