public class TransactionRefundRequest extends Request
Transactions.| Modifier and Type | Field and Description |
|---|---|
private BigDecimal |
amount |
private String |
merchantAccountId |
private String |
orderId |
| Constructor and Description |
|---|
TransactionRefundRequest() |
| Modifier and Type | Method and Description |
|---|---|
TransactionRefundRequest |
amount(BigDecimal amount) |
protected RequestBuilder |
buildRequest(String root) |
TransactionRefundRequest |
merchantAccountId(String merchantAccountId) |
TransactionRefundRequest |
orderId(String orderId) |
String |
toQueryString() |
String |
toQueryString(String root) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariablesprivate BigDecimal amount
private String merchantAccountId
private String orderId
public TransactionRefundRequest amount(BigDecimal amount)
public TransactionRefundRequest orderId(String orderId)
public TransactionRefundRequest merchantAccountId(String merchantAccountId)
public String toQueryString()
toQueryString in class Requestpublic String toQueryString(String root)
toQueryString in class Requestprotected RequestBuilder buildRequest(String root)
Copyright © 2013-2021. All Rights Reserved.