Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 695 Bytes

response-quick-invoice-resend.md

File metadata and controls

30 lines (22 loc) · 695 Bytes

Response Quick Invoice Resend

Structure

ResponseQuickInvoiceResend

Fields

Name Type Tags Description Getter Setter
type string Required, Constant Resource Type
Default: 'QuickInvoiceResend'
getType(): string setType(string type): void
data ?Data11 Optional - getData(): ?Data11 setData(?Data11 data): void

Example (as JSON)

{
  "type": "QuickInvoiceResend",
  "data": {
    "id": "id0",
    "email_log_id": "email_log_id2",
    "sms_log_id": "sms_log_id4",
    "success": false,
    "sms_success": false,
    "email": "email6"
  }
}