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

Latest commit

 

History

History
24 lines (12 loc) · 657 Bytes

InvoiceUpdateInputInvoice.md

File metadata and controls

24 lines (12 loc) · 657 Bytes

InvoiceUpdateInputInvoice

Properties

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

Enum: PaymentStatusEnum

Name Value
PENDING "pending"
SUCCEEDED "succeeded"
FAILED "failed"