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
Whether Send Invoice Email To User Or Not,Default Not Send
[optional] [default to False]
Example
fromopenapi_client.models.unibee_api_merchant_invoice_pdf_generate_reqimportUnibeeApiMerchantInvoicePdfGenerateReq# TODO update the JSON string belowjson="{}"# create an instance of UnibeeApiMerchantInvoicePdfGenerateReq from a JSON stringunibee_api_merchant_invoice_pdf_generate_req_instance=UnibeeApiMerchantInvoicePdfGenerateReq.from_json(json)
# print the JSON string representation of the objectprintUnibeeApiMerchantInvoicePdfGenerateReq.to_json()
# convert the object into a dictunibee_api_merchant_invoice_pdf_generate_req_dict=unibee_api_merchant_invoice_pdf_generate_req_instance.to_dict()
# create an instance of UnibeeApiMerchantInvoicePdfGenerateReq from a dictunibee_api_merchant_invoice_pdf_generate_req_form_dict=unibee_api_merchant_invoice_pdf_generate_req.from_dict(unibee_api_merchant_invoice_pdf_generate_req_dict)