Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 618 Bytes

response-async-processing.md

File metadata and controls

28 lines (20 loc) · 618 Bytes

Response Async Processing

Structure

ResponseAsyncProcessing

Fields

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

Example (as JSON)

{
  "type": "AsyncProcessing",
  "data": {
    "async": {
      "code": "00001036-0000-0000-0000-000000000000",
      "link": "link2"
    }
  }
}