ExternalTransaction constructor

ExternalTransaction({
  1. String? createTime,
  2. Price? currentPreTaxAmount,
  3. Price? currentTaxAmount,
  4. String? externalTransactionId,
  5. OneTimeExternalTransaction? oneTimeTransaction,
  6. Price? originalPreTaxAmount,
  7. Price? originalTaxAmount,
  8. String? packageName,
  9. RecurringExternalTransaction? recurringTransaction,
  10. ExternalTransactionTestPurchase? testPurchase,
  11. String? transactionState,
  12. String? transactionTime,
  13. ExternalTransactionAddress? userTaxAddress,
})

Implementation

ExternalTransaction({
  this.createTime,
  this.currentPreTaxAmount,
  this.currentTaxAmount,
  this.externalTransactionId,
  this.oneTimeTransaction,
  this.originalPreTaxAmount,
  this.originalTaxAmount,
  this.packageName,
  this.recurringTransaction,
  this.testPurchase,
  this.transactionState,
  this.transactionTime,
  this.userTaxAddress,
});