All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.univapay.sdk.resources.QrMerchantsResource Maven / Gradle / Ivy

There is a newer version: 0.2.35
Show newest version
package com.univapay.sdk.resources;

import com.univapay.sdk.models.common.ChargeId;
import com.univapay.sdk.models.common.StoreId;
import com.univapay.sdk.models.response.QrCode;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Path;

public interface QrMerchantsResource {

  @GET("/stores/{storeId}/charges/{id}/qr")
  Call getChargeQrCodeMerchant(@Path("storeId") StoreId storeId, @Path("id") ChargeId id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy