public class PaymentMethodOptionsPayPalRequest extends Request
| Constructor and Description |
|---|
PaymentMethodOptionsPayPalRequest(PaymentMethodOptionsRequest parent) |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodOptionsPayPalRequest |
amount(BigDecimal amount) |
protected RequestBuilder |
buildRequest(String root) |
PaymentMethodOptionsPayPalRequest |
customField(String customField) |
PaymentMethodOptionsPayPalRequest |
description(String description) |
PaymentMethodOptionsRequest |
done() |
PaymentMethodOptionsPayPalRequest |
orderId(String orderId) |
PaymentMethodOptionsPayPalRequest |
payeeEmail(String payeeEmail) |
PaymentMethodOptionsPayPalShippingRequest |
shipping() |
String |
toQueryString() |
String |
toQueryString(String root) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariablespublic PaymentMethodOptionsPayPalRequest(PaymentMethodOptionsRequest parent)
public PaymentMethodOptionsRequest done()
public PaymentMethodOptionsPayPalRequest payeeEmail(String payeeEmail)
public PaymentMethodOptionsPayPalRequest description(String description)
public PaymentMethodOptionsPayPalRequest customField(String customField)
public PaymentMethodOptionsPayPalRequest orderId(String orderId)
public PaymentMethodOptionsPayPalRequest amount(BigDecimal amount)
public PaymentMethodOptionsPayPalShippingRequest shipping()
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.