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

Latest commit

 

History

History
20 lines (14 loc) · 666 Bytes

CreditNoteEstimatedEstimatedCreditNoteItemsInner.md

File metadata and controls

20 lines (14 loc) · 666 Bytes

LagoAPI::CreditNoteEstimatedEstimatedCreditNoteItemsInner

Properties

Name Type Description Notes
amount_cents Integer The credit note’s item amount, expressed in cents.
lago_fee_id String Unique identifier assigned to the fee within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the fee’s record within the Lago system.

Example

require 'lago_ruby'

instance = LagoAPI::CreditNoteEstimatedEstimatedCreditNoteItemsInner.new(
  amount_cents: 100,
  lago_fee_id: 1a901a90-1a90-1a90-1a90-1a901a901a90
)