Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsPayoutTransactionType
The possible transaction types for a payout.
Signature:
export declare enum ShopifyPaymentsPayoutTransactionType
| Member | Value | Description |
|---|---|---|
| Deposit | "DEPOSIT" |
The payout is a deposit. |
| Withdrawal | "WITHDRAWAL" |
The payout is a withdrawal. |