OrderBulkCreateInvoiceInput Input Type
No description
input OrderBulkCreateInvoiceInput {
createdAt: DateTime!
number: String
url: String
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
}
Fields
createdAt ● DateTime!
The date, when the invoice was created.
number ● String
Invoice number.
url ● String
URL of the invoice to download.
metadata ● [MetadataInput!]
Metadata of the invoice. Can be read by any API client authorized to read the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
privateMetadata ● [MetadataInput!]
Private metadata of the invoice. Requires permissions to modify and to read the metadata of the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
Member Of
OrderBulkCreateInput input