Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 652 Bytes

CreditNoteItemObject.md

File metadata and controls

24 lines (18 loc) · 652 Bytes

LagoAPI::CreditNoteItemObject

Properties

Name Type Description Notes
lago_id String The credit note’s item unique identifier, created by Lago.
amount_cents Integer The credit note’s item amount, expressed in cents.
amount_currency Currency
fee CreditNoteItemObjectFee

Example

require 'lago_ruby'

instance = LagoAPI::CreditNoteItemObject.new(
  lago_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
  amount_cents: 100,
  amount_currency: null,
  fee: null
)