InitPayAction constructor

InitPayAction({
  1. List<String>? productIDs,
  2. String? appleAppStorePassword,
  3. String? verifyEndpoint,
})

Implementation

InitPayAction({
  this.productIDs,
  this.appleAppStorePassword,
  this.verifyEndpoint,
}) : this.timestamp = DateTime.now().millisecondsSinceEpoch;