Withdrawal
Removal of money from an account
Extends: Finance
Withdrawal
Removal of money from an account
Reference
Withdrawal - finance.org.ai
Relationships
- relatedTo: https://schema.org/FinancialProduct
Properties
- index: 13
Usage
import { $ } from 'sdk.do'
// Query for Withdrawal
const result = await db.query({
subject: $.Withdrawal,
})