Package org.compiere.model
Interface I_C_PaymentProcessor
- All Known Implementing Classes:
MPaymentProcessor
,X_C_PaymentProcessor
public interface I_C_PaymentProcessor
Generated Interface for C_PaymentProcessor
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AcceptAMEXstatic final String
Column name AcceptATMstatic final String
Column name AcceptCheckstatic final String
Column name AcceptCorporatestatic final String
Column name AcceptDinersstatic final String
Column name AcceptDirectDebitstatic final String
Column name AcceptDirectDepositstatic final String
Column name AcceptDiscoverstatic final String
Column name AcceptMCstatic final String
Column name AcceptVisastatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Sequence_IDstatic final String
Column name C_BankAccount_IDstatic final String
Column name C_Currency_IDstatic final String
Column name C_PaymentProcessor_IDstatic final String
Column name C_PaymentProcessor_UUstatic final String
Column name Commissionstatic final String
Column name CostPerTrxstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name HostAddressstatic final String
Column name HostPortstatic final String
Column name IsActivestatic final String
Column name MinimumAmtstatic final String
Column name Namestatic final String
Column name PayProcessorClassstatic final String
Column name ProxyAddressstatic final String
Column name ProxyLogonstatic final String
Column name ProxyPasswordstatic final String
Column name ProxyPortstatic final String
Column name RequireVVstatic final String
Column name TrxTypestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=398static final String
TableName=C_PaymentProcessor -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Sequence.int
Get Bank Account.int
Get Currency.int
Get Payment Processor.Get C_PaymentProcessor_UUGet Commission %.Get Cost per transaction.Get Created.int
Get Created By.Get Description.Get Host Address.int
Get Host port.Get Minimum Amt.getName()
Get Name.Get Payment Processor Class.Get Proxy address.Get Proxy logon.Get Proxy password.int
Get Proxy port.Get Transaction Type.Get Updated.int
Get Updated By.boolean
Get Accept AMEX.boolean
Get Accept ATM.boolean
Get Accept Electronic Check.boolean
Get Accept Corporate.boolean
Get Accept Diners.boolean
Get Accept Direct Debit.boolean
Get Accept Direct Deposit.boolean
Get Accept Discover.boolean
Get Accept MasterCard.boolean
Get Accept Visa.boolean
isActive()
Get Active.boolean
Get Require Credit Card Verification Code.void
setAcceptAMEX
(boolean AcceptAMEX) Set Accept AMEX.void
setAcceptATM
(boolean AcceptATM) Set Accept ATM.void
setAcceptCheck
(boolean AcceptCheck) Set Accept Electronic Check.void
setAcceptCorporate
(boolean AcceptCorporate) Set Accept Corporate.void
setAcceptDiners
(boolean AcceptDiners) Set Accept Diners.void
setAcceptDirectDebit
(boolean AcceptDirectDebit) Set Accept Direct Debit.void
setAcceptDirectDeposit
(boolean AcceptDirectDeposit) Set Accept Direct Deposit.void
setAcceptDiscover
(boolean AcceptDiscover) Set Accept Discover.void
setAcceptMC
(boolean AcceptMC) Set Accept MasterCard.void
setAcceptVisa
(boolean AcceptVisa) Set Accept Visa.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Sequence_ID
(int AD_Sequence_ID) Set Sequence.void
setC_BankAccount_ID
(int C_BankAccount_ID) Set Bank Account.void
setC_Currency_ID
(int C_Currency_ID) Set Currency.void
setC_PaymentProcessor_ID
(int C_PaymentProcessor_ID) Set Payment Processor.void
setC_PaymentProcessor_UU
(String C_PaymentProcessor_UU) Set C_PaymentProcessor_UUvoid
setCommission
(BigDecimal Commission) Set Commission %.void
setCostPerTrx
(BigDecimal CostPerTrx) Set Cost per transaction.void
setDescription
(String Description) Set Description.void
setHostAddress
(String HostAddress) Set Host Address.void
setHostPort
(int HostPort) Set Host port.void
setIsActive
(boolean IsActive) Set Active.void
setMinimumAmt
(BigDecimal MinimumAmt) Set Minimum Amt.void
Set Name.void
setPayProcessorClass
(String PayProcessorClass) Set Payment Processor Class.void
setProxyAddress
(String ProxyAddress) Set Proxy address.void
setProxyLogon
(String ProxyLogon) Set Proxy logon.void
setProxyPassword
(String ProxyPassword) Set Proxy password.void
setProxyPort
(int ProxyPort) Set Proxy port.void
setRequireVV
(boolean RequireVV) Set Require Credit Card Verification Code.void
setTrxType
(String TrxType) Set Transaction Type.
-
Field Details
-
Table_Name
TableName=C_PaymentProcessor- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=398- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AcceptAMEX
Column name AcceptAMEX- See Also:
-
COLUMNNAME_AcceptATM
Column name AcceptATM- See Also:
-
COLUMNNAME_AcceptCheck
Column name AcceptCheck- See Also:
-
COLUMNNAME_AcceptCorporate
Column name AcceptCorporate- See Also:
-
COLUMNNAME_AcceptDiners
Column name AcceptDiners- See Also:
-
COLUMNNAME_AcceptDirectDebit
Column name AcceptDirectDebit- See Also:
-
COLUMNNAME_AcceptDirectDeposit
Column name AcceptDirectDeposit- See Also:
-
COLUMNNAME_AcceptDiscover
Column name AcceptDiscover- See Also:
-
COLUMNNAME_AcceptMC
Column name AcceptMC- See Also:
-
COLUMNNAME_AcceptVisa
Column name AcceptVisa- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_ID- See Also:
-
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_Commission
Column name Commission- See Also:
-
COLUMNNAME_CostPerTrx
Column name CostPerTrx- See Also:
-
COLUMNNAME_C_PaymentProcessor_ID
Column name C_PaymentProcessor_ID- See Also:
-
COLUMNNAME_C_PaymentProcessor_UU
Column name C_PaymentProcessor_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_HostAddress
Column name HostAddress- See Also:
-
COLUMNNAME_HostPort
Column name HostPort- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_MinimumAmt
Column name MinimumAmt- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PayProcessorClass
Column name PayProcessorClass- See Also:
-
COLUMNNAME_ProxyAddress
Column name ProxyAddress- See Also:
-
COLUMNNAME_ProxyLogon
Column name ProxyLogon- See Also:
-
COLUMNNAME_ProxyPassword
Column name ProxyPassword- See Also:
-
COLUMNNAME_ProxyPort
Column name ProxyPort- See Also:
-
COLUMNNAME_RequireVV
Column name RequireVV- See Also:
-
COLUMNNAME_TrxType
Column name TrxType- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
setAcceptAMEX
void setAcceptAMEX(boolean AcceptAMEX) Set Accept AMEX. Accept American Express Card -
isAcceptAMEX
boolean isAcceptAMEX()Get Accept AMEX. Accept American Express Card -
setAcceptATM
void setAcceptATM(boolean AcceptATM) Set Accept ATM. Accept Bank ATM Card -
isAcceptATM
boolean isAcceptATM()Get Accept ATM. Accept Bank ATM Card -
setAcceptCheck
void setAcceptCheck(boolean AcceptCheck) Set Accept Electronic Check. Accept ECheck (Electronic Checks) -
isAcceptCheck
boolean isAcceptCheck()Get Accept Electronic Check. Accept ECheck (Electronic Checks) -
setAcceptCorporate
void setAcceptCorporate(boolean AcceptCorporate) Set Accept Corporate. Accept Corporate Purchase Cards -
isAcceptCorporate
boolean isAcceptCorporate()Get Accept Corporate. Accept Corporate Purchase Cards -
setAcceptDiners
void setAcceptDiners(boolean AcceptDiners) Set Accept Diners. Accept Diner' s Club -
isAcceptDiners
boolean isAcceptDiners()Get Accept Diners. Accept Diner' s Club -
setAcceptDirectDebit
void setAcceptDirectDebit(boolean AcceptDirectDebit) Set Accept Direct Debit. Accept Direct Debits (vendor initiated) -
isAcceptDirectDebit
boolean isAcceptDirectDebit()Get Accept Direct Debit. Accept Direct Debits (vendor initiated) -
setAcceptDirectDeposit
void setAcceptDirectDeposit(boolean AcceptDirectDeposit) Set Accept Direct Deposit. Accept Direct Deposit (payee initiated) -
isAcceptDirectDeposit
boolean isAcceptDirectDeposit()Get Accept Direct Deposit. Accept Direct Deposit (payee initiated) -
setAcceptDiscover
void setAcceptDiscover(boolean AcceptDiscover) Set Accept Discover. Accept Discover Card -
isAcceptDiscover
boolean isAcceptDiscover()Get Accept Discover. Accept Discover Card -
setAcceptMC
void setAcceptMC(boolean AcceptMC) Set Accept MasterCard. Accept Master Card -
isAcceptMC
boolean isAcceptMC()Get Accept MasterCard. Accept Master Card -
setAcceptVisa
void setAcceptVisa(boolean AcceptVisa) Set Accept Visa. Accept Visa Cards -
isAcceptVisa
boolean isAcceptVisa()Get Accept Visa. Accept Visa Cards -
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_Sequence_ID
void setAD_Sequence_ID(int AD_Sequence_ID) Set Sequence. Document Sequence -
getAD_Sequence_ID
int getAD_Sequence_ID()Get Sequence. Document Sequence -
getAD_Sequence
- Throws:
RuntimeException
-
setC_BankAccount_ID
void setC_BankAccount_ID(int C_BankAccount_ID) Set Bank Account. Account at the Bank -
getC_BankAccount_ID
int getC_BankAccount_ID()Get Bank Account. Account at the Bank -
getC_BankAccount
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
- Throws:
RuntimeException
-
setCommission
Set Commission %. Commission stated as a percentage -
getCommission
BigDecimal getCommission()Get Commission %. Commission stated as a percentage -
setCostPerTrx
Set Cost per transaction. Fixed cost per transaction -
getCostPerTrx
BigDecimal getCostPerTrx()Get Cost per transaction. Fixed cost per transaction -
setC_PaymentProcessor_ID
void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID) Set Payment Processor. Payment processor for electronic payments -
getC_PaymentProcessor_ID
int getC_PaymentProcessor_ID()Get Payment Processor. Payment processor for electronic payments -
setC_PaymentProcessor_UU
Set C_PaymentProcessor_UU -
getC_PaymentProcessor_UU
String getC_PaymentProcessor_UU()Get C_PaymentProcessor_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setHostAddress
Set Host Address. Host Address URL or DNS -
getHostAddress
String getHostAddress()Get Host Address. Host Address URL or DNS -
setHostPort
void setHostPort(int HostPort) Set Host port. Host Communication Port -
getHostPort
int getHostPort()Get Host port. Host Communication Port -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setMinimumAmt
Set Minimum Amt. Minimum Amount in Document Currency -
getMinimumAmt
BigDecimal getMinimumAmt()Get Minimum Amt. Minimum Amount in Document Currency -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPayProcessorClass
Set Payment Processor Class. Payment Processor Java Class -
getPayProcessorClass
String getPayProcessorClass()Get Payment Processor Class. Payment Processor Java Class -
setProxyAddress
Set Proxy address. Address of your proxy server -
getProxyAddress
String getProxyAddress()Get Proxy address. Address of your proxy server -
setProxyLogon
Set Proxy logon. Logon of your proxy server -
getProxyLogon
String getProxyLogon()Get Proxy logon. Logon of your proxy server -
setProxyPassword
Set Proxy password. Password of your proxy server -
getProxyPassword
String getProxyPassword()Get Proxy password. Password of your proxy server -
setProxyPort
void setProxyPort(int ProxyPort) Set Proxy port. Port of your proxy server -
getProxyPort
int getProxyPort()Get Proxy port. Port of your proxy server -
setRequireVV
void setRequireVV(boolean RequireVV) Set Require Credit Card Verification Code. Require 3/4 digit Credit Verification Code -
isRequireVV
boolean isRequireVV()Get Require Credit Card Verification Code. Require 3/4 digit Credit Verification Code -
setTrxType
Set Transaction Type. Type of credit card transaction -
getTrxType
String getTrxType()Get Transaction Type. Type of credit card transaction -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-