Package | Description |
---|---|
com.crm.dataobject.accounts | |
com.crm.dataobject.financialtransactions | |
com.crm.dataobject.paymentgateway | |
com.crm.dataobject.paymentgateway.stripe |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayProtocol |
CRMDOPaymentPreference.getPaymentGatewayProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOPaymentPreference.setPaymentGatewayProtocol(PaymentGatewayProtocol paymentGatewayProtocol) |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayProtocol |
CRMDOPayment.getPaymentGatewayProtocol() |
PaymentGatewayProtocol |
CRMDOPaymentCancellation.getPaymentGatewayProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOPayment.setPaymentGatewayProtocol(PaymentGatewayProtocol paymentGatewayProtocol) |
void |
CRMDOPaymentCancellation.setPaymentGatewayProtocol(PaymentGatewayProtocol paymentGatewayProtocol) |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayProtocol |
CRMDOPaymentGatewayAccount.getProtocol() |
PaymentGatewayProtocol |
CRMDOPaymentGatewaySetting.getProtocol() |
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 |
CRMDOPaymentGatewayAccount.setProtocol(PaymentGatewayProtocol protocol) |
void |
CRMDOPaymentGatewaySetting.setProtocol(PaymentGatewayProtocol protocol) |
Modifier and Type | Method and Description |
---|---|
PaymentGatewayProtocol |
StripePaymentGatewayProcessRunDefinition.getProtocol() |
PaymentGatewayProtocol |
PaymentGatewayProcessRunDefinition.getProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
StripePaymentGatewayProcessRunDefinition.setProtocol(PaymentGatewayProtocol protocol) |
void |
PaymentGatewayProcessRunDefinition.setProtocol(PaymentGatewayProtocol protocol) |