Represents an UpsertSnippet
request.
UpsertSnippetRequest
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
snippet |
Snippet |
Required | Represents the snippet that is added to a Square Online site. The snippet code is injected into the head element of all pages on the site, except for checkout pages. |
getSnippet(): Snippet | setSnippet(Snippet snippet): void |
{
"snippet": {
"content": "<script>var js = 1;</script>",
"id": "id0",
"site_id": "site_id6",
"created_at": "created_at8",
"updated_at": "updated_at4"
}
}