public class CustomerOptionsPayPalRequest extends Request
| Constructor and Description |
|---|
CustomerOptionsPayPalRequest(CustomerOptionsRequest parent) |
| Modifier and Type | Method and Description |
|---|---|
CustomerOptionsPayPalRequest |
amount(BigDecimal amount) |
protected RequestBuilder |
buildRequest(String root) |
CustomerOptionsPayPalRequest |
customField(String customField) |
CustomerOptionsPayPalRequest |
description(String description) |
CustomerOptionsRequest |
done() |
CustomerOptionsPayPalRequest |
orderId(String orderId) |
CustomerOptionsPayPalRequest |
payeeEmail(String payeeEmail) |
CustomerOptionsPayPalShippingRequest |
shipping() |
String |
toQueryString() |
String |
toQueryString(String root) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariablespublic CustomerOptionsPayPalRequest(CustomerOptionsRequest parent)
public CustomerOptionsRequest done()
public CustomerOptionsPayPalShippingRequest shipping()
public CustomerOptionsPayPalRequest payeeEmail(String payeeEmail)
public CustomerOptionsPayPalRequest customField(String customField)
public CustomerOptionsPayPalRequest description(String description)
public CustomerOptionsPayPalRequest orderId(String orderId)
public CustomerOptionsPayPalRequest amount(BigDecimal amount)
public String toQueryString()
toQueryString in class Requestpublic String toQueryString(String root)
toQueryString in class Requestprotected RequestBuilder buildRequest(String root)
Copyright © 2013–2018. All rights reserved.