UNPKG

@lomi./sdk

Version:

Official TypeScript SDK for the lomi. API

30 lines 935 B
/** * Request body for creating a payout methods object. System-managed fields like `created_at`, `organization_id`, and IDs are automatically set. */ export type payout_methods_create = { account_name?: string; account_number?: string; auto_withdrawal_day?: number; auto_withdrawal_enabled?: boolean; auto_withdrawal_last_run?: string; auto_withdrawal_method?: string; auto_withdrawal_mobile_provider?: string; bank_code?: string; bank_name?: string; branch_code?: string; country?: string; is_default?: boolean; is_spi_enabled?: boolean; is_uemoa?: boolean; is_valid?: boolean; /** * Unique identifier (UUID format) */ payout_method_id?: string; payout_method_type?: string; spi_account_number?: string; spi_alias_mbno?: string; spi_alias_shid?: string; spi_alias_type?: string; }; //# sourceMappingURL=payout_methods_create.d.ts.map