Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getasset.com/llms.txt

Use this file to discover all available pages before exploring further.

business_id
string<biz_string>
required

The ID of the Business that the credit memo is associated with

Example:

"biz_Pk2fNFDd8wj7EFeLWJywc7"

customer_id
string<cus_string>
required

The ID of the Customer that the credit memo is issued to

Example:

"cus_ApaM9xeQtNyVk5qpaHJbNj"

number
string
required

The number of the credit memo

Maximum string length: 255
Example:

"CM-001"

amount
number
required

The amount of the credit memo

Example:

100

issued_at
string<date-time>
required

The date and time the credit memo was issued

journal_entry_id
string<je_string>
required

The journal entry that issued the credit

Example:

"je_R2fAXCjqJPdpYata112zyW"

id
string<cm_string>
required

The ID of the credit memo

Example:

"cm_WQMDNUHpBThYSNh4AprDBo"

voided
boolean
required
read-only

Whether the credit memo has been voided

memo
string | null

Description of the credit memo

Maximum string length: 255
void_journal_entry_id
string<je_string> | null

The reversing journal entry created when the credit memo was voided

Example:

"je_R2fAXCjqJPdpYata112zyW"

voided_at
string<date-time> | null

The date and time the credit memo was voided

created_by
string | null

The entity that created the credit memo

Maximum string length: 255