Package com.portal.app.cc.comp
Interface PIAPaymentOnFileFieldBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAPaymentOnFileFieldBeanImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptiongetPayInfo(PModelHandle model) Apollo changesint[]Retrieves default method of payment information.intIndicates whether payment method is subordinate of another billing group.
-
Field Details
-
UNKNOWN
static final int UNKNOWN- See Also:
-
NONSUBORDINATE
static final int NONSUBORDINATE- See Also:
-
SUBORDINATE
static final int SUBORDINATE- See Also:
-
-
Method Details
-
getPaymentMethodIndices
Retrieves default method of payment information.- Returns:
- array of "payment method" indices
- Throws:
RemoteException
-
getSubordinateStatus
Indicates whether payment method is subordinate of another billing group.- Returns:
NONSUBORDINATEif it is non-subordinate,SUBORDINATEif it is subordinate, andUNKNOWNif there is no way to determine (for example, this widget is being used during account creation and so there is nothing to test against).- Throws:
RemoteException
-
getPayInfo
Apollo changes- Throws:
RemoteException
-
getPaymentMethodData
- Throws:
RemoteException
-