public interface PaymentGroupRelationship extends Relationship
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getAmount()Returns the amount that this Relationship represents. | 
| PaymentGroup | getPaymentGroup()Returns the PaymentGroup reference. | 
| void | setAmount(double pAmount)Sets the amount that this Relationship represents. | 
| void | setPaymentGroup(PaymentGroup pGroup)Sets the PaymentGroup reference. | 
getRelationshipClassType, getRelationshipType, setRelationshipClassType, setRelationshipTypegetIdstatic final java.lang.String CLASS_VERSION
PaymentGroup getPaymentGroup()
void setPaymentGroup(PaymentGroup pGroup)
double getAmount()
void setAmount(double pAmount)