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

Latest commit

 

History

History
37 lines (33 loc) · 1.48 KB

CreditNoteObject.md

File metadata and controls

37 lines (33 loc) · 1.48 KB

Org.OpenAPITools.Model.CreditNoteObject

Properties

Name Type Description Notes
LagoId Guid
SequentialId int
Number string
LagoInvoiceId Guid
InvoiceNumber string
IssuingDate DateTime
CreditStatus string Credit status [optional]
RefundStatus string Refund status [optional]
Reason string Reason
Description string [optional]
Currency string
TotalAmountCents int
TotalAmountCurrency string
VatAmountCents int
VatAmountCurrency string
SubTotalVatExcludedAmountCents int
SubTotalVatExcludedAmountCurrency string
BalanceAmountCents int
BalanceAmountCurrency string
CreditAmountCents int
CreditAmountCurrency string
RefundAmountCents int
RefundAmountCurrency string
CouponsAdjustementAmountCents int
CreatedAt DateTime
UpdatedAt DateTime
FileUrl string [optional]
Items List<CreditNoteItemObject> [optional]

[Back to Model list] [Back to API list] [Back to README]