5. Data Debits
Data Debits
Get all the Data Debits
try {
const result = await hat.dataDebits().getAllDefault();
if (result.parsedBody) {
// result.parsedBody contains an array of Data Debits.
}
} catch (error) {
// Failed to fetch Data Debits.
}Get a Data Debit with a specific ID
Get Data Debit values
Last updated
Was this helpful?