ExternalTransaction constructor
ExternalTransaction({
- String? createTime,
- Price? currentPreTaxAmount,
- Price? currentTaxAmount,
- String? externalTransactionId,
- OneTimeExternalTransaction? oneTimeTransaction,
- Price? originalPreTaxAmount,
- Price? originalTaxAmount,
- String? packageName,
- RecurringExternalTransaction? recurringTransaction,
- ExternalTransactionTestPurchase? testPurchase,
- String? transactionState,
- String? transactionTime,
- 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,
});