public class UpdateMerchantRequest extends SiftMerchantRequest<UpdateMerchantResponse>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMerchantId() |
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, urlprotected okhttp3.HttpUrl path(okhttp3.HttpUrl baseUrl)
path in class SiftMerchantRequest<UpdateMerchantResponse>public java.lang.String getMerchantId()
protected void modifyRequestBuilder(okhttp3.Request.Builder builder)
SiftMerchantRequestmodifyRequestBuilder in class SiftMerchantRequest<UpdateMerchantResponse>