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

InvoiceUpdateInputInvoice.md

File metadata and controls

20 lines (14 loc) · 583 Bytes

LagoAPI::InvoiceUpdateInputInvoice

Properties

Name Type Description Notes
payment_status String The payment status of the invoice. Possible values are `pending`, `failed` or `succeeded`. [optional]
metadata Array<InvoiceUpdateInputInvoiceMetadataInner> [optional]

Example

require 'lago_ruby'

instance = LagoAPI::InvoiceUpdateInputInvoice.new(
  payment_status: succeeded,
  metadata: null
)