Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 884 Bytes

CreditObjectItem.md

File metadata and controls

26 lines (14 loc) · 884 Bytes

CreditObjectItem

The item attached to the credit.

Properties

Name Type Description Notes
lagoItemId UUID Unique identifier assigned to the credit item within the Lago application.
type TypeEnum The type of credit applied. Possible values are `coupon` or `credit_note`.
code String The code of the credit applied. It can be the code of the coupon attached to the credit or the credit note's number.
name String The name of the credit applied. It can be the name of the coupon attached to the credit or the initial invoice's number linked to the credit note.

Enum: TypeEnum

Name Value
COUPON "coupon"
CREDIT_NOTE "credit_note"