SKPaymentTransactionWrapper constructor
SKPaymentTransactionWrapper({
- required SKPaymentWrapper payment,
- required SKPaymentTransactionStateWrapper transactionState,
- SKPaymentTransactionWrapper? originalTransaction,
- double? transactionTimeStamp,
- String? transactionIdentifier,
- SKError? error,
Creates a new SKPaymentTransactionWrapper with the provided information.
Implementation
SKPaymentTransactionWrapper({
required this.payment,
required this.transactionState,
this.originalTransaction,
this.transactionTimeStamp,
this.transactionIdentifier,
this.error,
});