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
RemoteException
int 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).RemoteException
PModelHandle[] getPayInfo(PModelHandle model) throws RemoteException
RemoteException
PaymentMethodData[] getPaymentMethodData() throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.