public class MerchantPullInfoType extends Object
| Constructor and Description |
|---|
MerchantPullInfoType()
Default Constructor
|
MerchantPullInfoType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustom()
Getter for custom
|
String |
getDesc()
Getter for desc
|
String |
getInvoice()
Getter for invoice
|
String |
getMpCustom()
Getter for mpCustom
|
BasicAmountType |
getMpMax()
Getter for mpMax
|
MerchantPullStatusCodeType |
getMpStatus()
Getter for mpStatus
|
String |
getPaymentSourceID()
Getter for paymentSourceID
|
void |
setCustom(String custom)
Setter for custom
|
void |
setDesc(String desc)
Setter for desc
|
void |
setInvoice(String invoice)
Setter for invoice
|
void |
setMpCustom(String mpCustom)
Setter for mpCustom
|
void |
setMpMax(BasicAmountType mpMax)
Setter for mpMax
|
void |
setMpStatus(MerchantPullStatusCodeType mpStatus)
Setter for mpStatus
|
void |
setPaymentSourceID(String paymentSourceID)
Setter for paymentSourceID
|
public MerchantPullInfoType()
public MerchantPullInfoType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic MerchantPullStatusCodeType getMpStatus()
public void setMpStatus(MerchantPullStatusCodeType mpStatus)
public BasicAmountType getMpMax()
public void setMpMax(BasicAmountType mpMax)
public String getMpCustom()
public void setMpCustom(String mpCustom)
public String getDesc()
public void setDesc(String desc)
public String getInvoice()
public void setInvoice(String invoice)
public String getCustom()
public void setCustom(String custom)
public String getPaymentSourceID()
public void setPaymentSourceID(String paymentSourceID)
Copyright © 2015. All Rights Reserved.