You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, In Invoice we have "status" property which will have pending as a value when it has line items that belong to items that are metered. So basically Item model has metered property but not Invoice.InvoiceLineItem. If that is not what you want could you please elaborate more what exactly you want.
Would it be possible to expose a
Metered
property in theInvoice.InvoiceLineItem
model?The value is already coming from the wire.
By adding this method:
To this class:
chargebee-dotnet/ChargeBee/Models/Invoice.cs
Line 3119 in bbf3a09
The text was updated successfully, but these errors were encountered: