public class PaymentTransactionSearchResultType extends Object
| Constructor and Description |
|---|
PaymentTransactionSearchResultType()
Default Constructor
|
PaymentTransactionSearchResultType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getFeeAmount()
Getter for feeAmount
|
BasicAmountType |
getGrossAmount()
Getter for grossAmount
|
BasicAmountType |
getNetAmount()
Getter for netAmount
|
String |
getPayer()
Getter for payer
|
String |
getPayerDisplayName()
Getter for payerDisplayName
|
String |
getStatus()
Getter for status
|
String |
getTimestamp()
Getter for timestamp
|
String |
getTimezone()
Getter for timezone
|
String |
getTransactionID()
Getter for transactionID
|
String |
getType()
Getter for type
|
void |
setFeeAmount(BasicAmountType feeAmount)
Setter for feeAmount
|
void |
setGrossAmount(BasicAmountType grossAmount)
Setter for grossAmount
|
void |
setNetAmount(BasicAmountType netAmount)
Setter for netAmount
|
void |
setPayer(String payer)
Setter for payer
|
void |
setPayerDisplayName(String payerDisplayName)
Setter for payerDisplayName
|
void |
setStatus(String status)
Setter for status
|
void |
setTimestamp(String timestamp)
Setter for timestamp
|
void |
setTimezone(String timezone)
Setter for timezone
|
void |
setTransactionID(String transactionID)
Setter for transactionID
|
void |
setType(String type)
Setter for type
|
public PaymentTransactionSearchResultType()
public PaymentTransactionSearchResultType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getTimestamp()
public void setTimestamp(String timestamp)
public String getTimezone()
public void setTimezone(String timezone)
public String getType()
public void setType(String type)
public String getPayer()
public void setPayer(String payer)
public String getPayerDisplayName()
public void setPayerDisplayName(String payerDisplayName)
public String getTransactionID()
public void setTransactionID(String transactionID)
public String getStatus()
public void setStatus(String status)
public BasicAmountType getGrossAmount()
public void setGrossAmount(BasicAmountType grossAmount)
public BasicAmountType getFeeAmount()
public void setFeeAmount(BasicAmountType feeAmount)
public BasicAmountType getNetAmount()
public void setNetAmount(BasicAmountType netAmount)
Copyright © 2015. All Rights Reserved.