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
private BigDecimal amount
private String orderId
public TransactionRefundRequest amount(BigDecimal amount)
public TransactionRefundRequest orderId(String orderId)
public String toQueryString()
toQueryString
in class Request
public String toQueryString(String root)
toQueryString
in class Request
protected RequestBuilder buildRequest(String root)
Copyright © 2013-2017. All Rights Reserved.