Package com.portal.app.cc.comp
Interface PIAPaymentOnFileFieldBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAPaymentOnFileFieldBeanImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptiongetPayInfo
(PModelHandle model) Apollo changesint[]
Retrieves default method of payment information.int
Indicates 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:
NONSUBORDINATE
if it is non-subordinate,SUBORDINATE
if it is subordinate, andUNKNOWN
if 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
-