PACECloudSDK
/
cloud.pace.sdk.api.pay.generated.request.paymentTransactions
/
GetReceiptByFormatAPI
/
GetReceiptByFormatService
/
getReceiptByFormat
get
Receipt
By
Format
@
GET
(
value =
"receipts/{transactionID}.{fileFormat}"
)
abstract fun
getReceiptByFormat
(
@
Path
(
value =
"transactionID"
)
transactionID:
String
,
@
Path
(
value =
"fileFormat"
)
fileFormat:
GetReceiptByFormatAPI.FileFormat
? = null,
@
Query
(
value =
"language"
)
language:
String
? = null):
Call
<
Void
>
Content copied to clipboard