public interface PIAPaymentOnFileFieldBean extends Remote
| Modifier and Type | Field and Description |
|---|---|
static int |
NONSUBORDINATE |
static int |
SUBORDINATE |
static int |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
PModelHandle[] |
getPayInfo(PModelHandle model)
Apollo changes
|
PaymentMethodData[] |
getPaymentMethodData() |
int[] |
getPaymentMethodIndices()
Retrieves default method of payment information.
|
int |
getSubordinateStatus()
Indicates whether payment method is subordinate of another billing
group.
|
static final int UNKNOWN
static final int NONSUBORDINATE
static final int SUBORDINATE
int[] getPaymentMethodIndices()
throws RemoteException
RemoteExceptionint getSubordinateStatus()
throws RemoteException
NONSUBORDINATE if it is non-subordinate,
SUBORDINATE if it is subordinate, and
UNKNOWN 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).RemoteExceptionPModelHandle[] getPayInfo(PModelHandle model) throws RemoteException
RemoteExceptionPaymentMethodData[] getPaymentMethodData() throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.