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.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |
| FileData | String | The FileData output |