Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 665 Bytes

File metadata and controls

26 lines (21 loc) · 665 Bytes

RetryWebhookResponse

Example Usage

import { RetryWebhookResponse } from "dwolla/models/operations";

let value: RetryWebhookResponse = {
  headers: {
    "key": [
      "<value 1>",
    ],
    "key1": [
      "<value 1>",
      "<value 2>",
      "<value 3>",
    ],
  },
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A