public class CustomerOptionsPayPalRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
private BigDecimal |
amount |
private String |
customField |
private String |
description |
private String |
orderId |
private CustomerOptionsRequest |
parent |
private String |
payeeEmail |
private CustomerOptionsPayPalShippingRequest |
shipping |
| 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, toGraphQLVariablesprivate CustomerOptionsRequest parent
private CustomerOptionsPayPalShippingRequest shipping
private String payeeEmail
private String customField
private String description
private String orderId
private BigDecimal amount
public 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.