GetReceiptService

interface GetReceiptService

Functions

getReceipt
Link copied to clipboard
@GET(value = "receipts/{transactionID}")
abstract fun getReceipt(@Path(value = "transactionID"transactionID: String, @Query(value = "language"language: String? = null): Call<Void>