Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 928 Bytes

create-invoice-attachment-request.md

File metadata and controls

25 lines (16 loc) · 928 Bytes

Create Invoice Attachment Request

Represents a CreateInvoiceAttachment request.

Structure

CreateInvoiceAttachmentRequest

Fields

Name Type Tags Description Getter
IdempotencyKey String Optional A unique string that identifies the CreateInvoiceAttachment request.
For more information, see Idempotency.
Constraints: Maximum Length: 128
String getIdempotencyKey()
Description String Optional The description of the attachment to display on the invoice.
Constraints: Maximum Length: 128
String getDescription()

Example (as JSON)

{
  "description": "Service contract",
  "idempotency_key": "ae5e84f9-4742-4fc1-ba12-a3ce3748f1c3"
}