Type alias SaleTransactionSuccess
SaleTransactionSuccess: { paymentMethod: checkout.SalePaymentTypes | undefined; transactions: { method: string; hash: string | undefined; }[]; }
Type declaration
-
-
transactions: {
method: string;
hash: string | undefined;
}[]
Type representing a Sale Widget with type TRANSACTION_SUCCESS.