GetReceiptByFormatService

interface GetReceiptByFormatService

Functions

getReceiptByFormat
Link copied to clipboard
@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>