# Relevant Cardscript iconAction.RefreshRemit

Cardscript

When invoked this will refresh the app's remit.

# Example

"No example! :-("

# Required properties

# type

Must be "Action.RefreshRemit".

  • Type: string

# JSON Schema

{
  "additionalProperties": true,
  "description": "When invoked this will refresh the app's remit.",
  "properties": {
    "type": {
      "type": "string",
      "description": "Must be `\"Action.RefreshRemit\"`"
    }
  },
  "required": [
    "type"
  ],
  "type": "Action.RefreshRemit",
  "typeSafe": "action-refresh-remit",
  "example": "FIXME!",
  "propertySummary": [
    {
      "name": "type",
      "type": "string",
      "required": "Required",
      "text": "Must be `\"Action.RefreshRemit\"`"
    }
  ]
}
Last Updated: 9/10/2023, 11:30:14 AM