#raam
1 messages · Page 1 of 1 (latest)
Can you clarify the Q for me?
How can i differentiate the invoice objects which was getting during trail period and after trail period ends
@red jasper can you please helpe me on that
The only fields where there's explicit mention of a trial is on the line item description (https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-description) or the recurring hash (https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-price-recurring)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Depending on what it is you're trying to do and why you need to differentiate the invoices, there may be a better way