Represents a CreateInvoiceAttachment request.
CreateInvoiceAttachmentRequest
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() |
{
"description": "Service contract",
"idempotency_key": "ae5e84f9-4742-4fc1-ba12-a3ce3748f1c3"
}