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) · 505 Bytes

CreditNoteEstimateInputCreditNoteItemsInner.md

File metadata and controls

20 lines (14 loc) · 505 Bytes

LagoAPI::CreditNoteEstimateInputCreditNoteItemsInner

Properties

Name Type Description Notes
fee_id String The fee unique identifier, created by Lago.
amount_cents Integer The amount of the credit note item, expressed in cents.

Example

require 'lago_ruby'

instance = LagoAPI::CreditNoteEstimateInputCreditNoteItemsInner.new(
  fee_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
  amount_cents: 10
)