Package | Description |
---|---|
com.crm.dataobject.paymentgateway |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayProtocol |
PaymentGatewayRequestSearchCriteria.getPaymentGatewayProtocol() |
PaymentGatewayProtocol |
CRMDOPaymentGatewaySetting.getProtocol()
Deprecated.
|
PaymentGatewayProtocol |
CRMDOPaymentGatewayAccount.getProtocol()
Deprecated.
|
static PaymentGatewayProtocol |
PaymentGatewayProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentGatewayProtocol[] |
PaymentGatewayProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentGatewayRequestSearchCriteria.setPaymentGatewayProtocol(PaymentGatewayProtocol paymentGatewayProtocol) |
void |
CRMDOPaymentGatewaySetting.setProtocol(PaymentGatewayProtocol protocol)
Deprecated.
|
void |
CRMDOPaymentGatewayAccount.setProtocol(PaymentGatewayProtocol protocol)
Deprecated.
|