public class PaymentMethodData extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PaymentMethodData.OpcodeInfo |
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_CHAGRE_INDEX |
static int |
EVENT_RECOVER_INDEX |
static int |
EVENT_VALIDATE_INDEX
Indicies for the various types of events supported by a payment
method.
|
Modifier and Type | Method and Description |
---|---|
PaymentMethodData.OpcodeInfo[] |
getOpcodeArray()
Return the array of op-codes utilized by this "payment method".
|
String |
getPayinfoClassName()
Return the name of the storable class that this payment method
pertains to (i.e.
|
String |
getPaymentEventName()
Return the "payment event" that this payment method will create.
|
int |
getPaymentMethodIndex()
Return the "index" or "ID" of the payment method.
|
String |
getRefundEventName()
Return the "refund event" that this payment method will create.
|
public static final int EVENT_VALIDATE_INDEX
public static final int EVENT_CHAGRE_INDEX
public static final int EVENT_RECOVER_INDEX
public int getPaymentMethodIndex()
public String getPayinfoClassName()
public String getPaymentEventName()
public String getRefundEventName()
public PaymentMethodData.OpcodeInfo[] getOpcodeArray()
Copyright © 2003, 2023, Oracle and/or its affiliates.