DownloadFile
Download the file in the Stripe account.
Input
| Name | Type | Accepts Output Streams | Description |
| FileId | String | False | The File Id. |
| DownloadLocation | String | False | Download location. For example: C:\file.pdf |
| Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
| FileStream | String | True | An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |
| FileData | String | The FileData output |