/**
 * Generated by orval v8.9.1 🍺
 * Do not edit manually.
 * Api
 * Model Directory & Booking Platform API
 * OpenAPI spec version: 0.1.0
 */

export type WalletTransactionType = typeof WalletTransactionType[keyof typeof WalletTransactionType];


export const WalletTransactionType = {
  deposit: 'deposit',
  order_payment: 'order_payment',
  earning: 'earning',
  commission: 'commission',
  withdrawal: 'withdrawal',
  refund: 'refund',
  escrow_in: 'escrow_in',
  escrow_out: 'escrow_out',
} as const;
