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] |
require 'lago_ruby'
instance = LagoAPI::InvoiceUpdateInputInvoice.new(
payment_status: succeeded,
metadata: null
)