public class CreateRecurringPaymentsProfileResponseDetailsType extends Object
| Constructor and Description |
|---|
CreateRecurringPaymentsProfileResponseDetailsType()
Default Constructor
|
CreateRecurringPaymentsProfileResponseDetailsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDCCProcessorResponse()
Getter for dCCProcessorResponse
|
String |
getDCCReturnCode()
Getter for dCCReturnCode
|
String |
getProfileID()
Getter for profileID
|
RecurringPaymentsProfileStatusType |
getProfileStatus()
Getter for profileStatus
|
String |
getTransactionID()
Getter for transactionID
|
void |
setDCCProcessorResponse(String dCCProcessorResponse)
Setter for dCCProcessorResponse
|
void |
setDCCReturnCode(String dCCReturnCode)
Setter for dCCReturnCode
|
void |
setProfileID(String profileID)
Setter for profileID
|
void |
setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
Setter for profileStatus
|
void |
setTransactionID(String transactionID)
Setter for transactionID
|
public CreateRecurringPaymentsProfileResponseDetailsType()
public CreateRecurringPaymentsProfileResponseDetailsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getProfileID()
public void setProfileID(String profileID)
public RecurringPaymentsProfileStatusType getProfileStatus()
public void setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
public String getTransactionID()
public void setTransactionID(String transactionID)
public String getDCCProcessorResponse()
public void setDCCProcessorResponse(String dCCProcessorResponse)
public String getDCCReturnCode()
public void setDCCReturnCode(String dCCReturnCode)
Copyright © 2017. All Rights Reserved.