public class PaymentGroupUpdate extends Modification
OrderFulfiller, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
ADD, PAYMENT_GROUP_UPDATE, REMOVE, SHIPPING_GROUP_UPDATE, STATUS_FAILED, STATUS_PENDING, STATUS_SUCCESS, TARGET_ITEM, TARGET_ORDER, TARGET_PAYMENT_GROUP, TARGET_RELATIONSHIP, TARGET_SHIPPING_GROUP, UPDATE| Constructor and Description | 
|---|
PaymentGroupUpdate()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getModificationType()
This is a read-only property in this implementation. 
 | 
java.lang.String[] | 
getPaymentGroupIds()
This property identifies which payment groups that need to be resent to the fulfillers. 
 | 
void | 
setModificationType(int pModificationType)
This method sets the modification type. 
 | 
void | 
setPaymentGroupIds(java.lang.String[] pPaymentGroupIds)  | 
java.lang.String | 
toString()
This method returns a readable string representing the contents of this message. 
 | 
getModificationId, getModificationStatus, getModificationStatusText, setModificationId, setModificationStatus, setModificationStatusTextpublic void setModificationType(int pModificationType)
ModificationsetModificationType in class Modificationpublic int getModificationType()
getModificationType in class ModificationModification.ADDpublic void setPaymentGroupIds(java.lang.String[] pPaymentGroupIds)
public java.lang.String[] getPaymentGroupIds()
public java.lang.String toString()
toString in class java.lang.Object