UNPKG

@lomi./sdk

Version:

Official TypeScript SDK for the lomi. API

30 lines 884 B
/** * Request body for updating a payout methods object. Only include fields you want to modify. */ export type payout_methods_update = { 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_update.d.ts.map