public class PaymentMethodOptionsPayPalRequest extends Request
Modifier and Type | Field and Description |
---|---|
private BigDecimal |
amount |
private String |
customField |
private String |
description |
private String |
orderId |
private PaymentMethodOptionsRequest |
parent |
private String |
payeeEmail |
private PaymentMethodOptionsPayPalShippingRequest |
shipping |
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, toGraphQLVariables
private PaymentMethodOptionsRequest parent
private PaymentMethodOptionsPayPalShippingRequest shipping
private String payeeEmail
private String customField
private String description
private String orderId
private BigDecimal amount
public 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 Request
public String toQueryString(String root)
toQueryString
in class Request
protected RequestBuilder buildRequest(String root)
Copyright © 2013-2019. All Rights Reserved.