public class PatchPaymentRequest extends PayPalBaseRequest
Modifier and Type | Field and Description |
---|---|
private PatchAmount |
patchAmount |
private PatchAddress |
patchBillingAddress |
private PatchAddress |
patchShippingAdress |
Constructor and Description |
---|
PatchPaymentRequest() |
Modifier and Type | Method and Description |
---|---|
PatchAmount |
getPatchAmount() |
PatchAddress |
getPatchBillingAddress() |
PatchAddress |
getPatchShippingAdress() |
java.lang.String |
getRequestBody() |
void |
setPatchAmount(PatchAmount patchAmount) |
void |
setPatchBillingAddress(PatchAddress patchBillingAddress) |
void |
setPatchShippingAdress(PatchAddress patchShippingAdress) |
getAccessToken, getApiContext, getHttpHeaders, getHttpMethod, getPayload, getRequestId, getTargetResource, setApiContext, setHttpHeader, setHttpHeaders, setHttpMethod, setPayload, setTargetResouce
private PatchAmount patchAmount
private PatchAddress patchShippingAdress
private PatchAddress patchBillingAddress
public PatchAmount getPatchAmount()
public void setPatchAmount(PatchAmount patchAmount)
public PatchAddress getPatchShippingAdress()
public void setPatchShippingAdress(PatchAddress patchShippingAdress)
public void setPatchBillingAddress(PatchAddress patchBillingAddress)
public PatchAddress getPatchBillingAddress()
public java.lang.String getRequestBody()
getRequestBody
in interface PayPalRequest
getRequestBody
in class PayPalBaseRequest