public class GetMerchantsRequest extends SiftMerchantRequest<GetMerchantsResponse>
Modifier and Type | Class and Description |
---|---|
static class |
GetMerchantsRequest.Query |
Modifier and Type | Method and Description |
---|---|
protected void |
modifyRequestBuilder(okhttp3.Request.Builder builder)
By default, the request is a JSON encoded POST.
|
protected okhttp3.HttpUrl |
path(okhttp3.HttpUrl baseUrl) |
getAccountId, getFieldSet, send, url
protected okhttp3.HttpUrl path(okhttp3.HttpUrl baseUrl)
path
in class SiftMerchantRequest<GetMerchantsResponse>
protected void modifyRequestBuilder(okhttp3.Request.Builder builder)
SiftMerchantRequest
modifyRequestBuilder
in class SiftMerchantRequest<GetMerchantsResponse>