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
Billing month (YYYY-MM). Defaults to previous month.
[optional]
dry_run
bool
If true, show what would be invoiced without creating Stripe invoice.
[optional] [default to False]
Example
frommixpeek.models.body_generate_invoice_now_v1_organizations_billing_generate_invoice_postimportBodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost# TODO update the JSON string belowjson="{}"# create an instance of BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost from a JSON stringbody_generate_invoice_now_v1_organizations_billing_generate_invoice_post_instance=BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost.from_json(json)
# print the JSON string representation of the objectprint(BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost.to_json())
# convert the object into a dictbody_generate_invoice_now_v1_organizations_billing_generate_invoice_post_dict=body_generate_invoice_now_v1_organizations_billing_generate_invoice_post_instance.to_dict()
# create an instance of BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost from a dictbody_generate_invoice_now_v1_organizations_billing_generate_invoice_post_from_dict=BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost.from_dict(body_generate_invoice_now_v1_organizations_billing_generate_invoice_post_dict)