DownloadFile
Download the file in the Stripe account.
Input
| Name | Type | Description |
| FileId | String | The File Id. |
| DownloadLocation | String | Download location. For example: C:\file.pdf |
| Encoding | String | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |
| FileData | String | The FileData output |