public class PatchRequest
extends com.paypal.base.rest.PayPalModel
Modifier and Type | Field and Description |
---|---|
private PatchAmount |
patchAmount |
private PatchShippingAddress |
patchShippingAdress |
Constructor and Description |
---|
PatchRequest() |
Modifier and Type | Method and Description |
---|---|
PatchAmount |
getPatchAmount() |
PatchShippingAddress |
getPatchShippingAdress() |
void |
setPatchAmount(PatchAmount patchAmount) |
void |
setPatchShippingAdress(PatchShippingAddress patchShippingAdress) |
java.lang.String |
toJSON() |
private PatchAmount patchAmount
private PatchShippingAddress patchShippingAdress
public PatchAmount getPatchAmount()
public void setPatchAmount(PatchAmount patchAmount)
public PatchShippingAddress getPatchShippingAdress()
public void setPatchShippingAdress(PatchShippingAddress patchShippingAdress)
public java.lang.String toJSON()
toJSON
in class com.paypal.base.rest.PayPalModel