public class ManageRecurringPaymentsProfileStatusRequestDetailsType extends Object
| Constructor and Description |
|---|
ManageRecurringPaymentsProfileStatusRequestDetailsType()
Default Constructor
|
ManageRecurringPaymentsProfileStatusRequestDetailsType(String profileID,
StatusChangeActionType action)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
StatusChangeActionType |
getAction()
Getter for action
|
String |
getNote()
Getter for note
|
String |
getProfileID()
Getter for profileID
|
void |
setAction(StatusChangeActionType action)
Setter for action
|
void |
setNote(String note)
Setter for note
|
void |
setProfileID(String profileID)
Setter for profileID
|
String |
toXMLString(String prefix,
String name) |
public ManageRecurringPaymentsProfileStatusRequestDetailsType(String profileID, StatusChangeActionType action)
public ManageRecurringPaymentsProfileStatusRequestDetailsType()
public String getProfileID()
public void setProfileID(String profileID)
public StatusChangeActionType getAction()
public void setAction(StatusChangeActionType action)
public String getNote()
public void setNote(String note)
Copyright © 2015. All Rights Reserved.