Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

MtdInvoiceResponse.md

File metadata and controls

16 lines (11 loc) · 1.02 KB

MtdInvoiceResponse

Properties

Name Type Description Notes
customer_id Option<String> The Customer ID associated with the invoice.
invoice_id Option<String> An alphanumeric string identifying the invoice.
billing_start_date Option<String> The date and time (in ISO 8601 format) for the initiation point of a billing cycle, signifying the start of charges for a service or subscription.
billing_end_date Option<String> The date and time (in ISO 8601 format) for the termination point of a billing cycle, signifying the end of charges for a service or subscription.
monthly_transaction_amount Option<String> The total billable amount for invoiced services charged within a single month.
transaction_line_items Option<Vec<crate::models::Mtdlineitems>>

[Back to API list] [Back to README]