public class TransactionRefundRequest extends Request
Transactions.| Modifier and Type | Field and Description |
|---|---|
private BigDecimal |
amount |
private String |
orderId |
| Constructor and Description |
|---|
TransactionRefundRequest() |
| Modifier and Type | Method and Description |
|---|---|
TransactionRefundRequest |
amount(BigDecimal amount) |
protected RequestBuilder |
buildRequest(String root) |
TransactionRefundRequest |
orderId(String orderId) |
String |
toQueryString() |
String |
toQueryString(String root) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariablesprivate BigDecimal amount
private String orderId
public TransactionRefundRequest amount(BigDecimal amount)
public TransactionRefundRequest orderId(String orderId)
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.