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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AcceptAMEX
Column name AcceptAMEXstatic String
COLUMNNAME_AcceptATM
Column name AcceptATMstatic String
COLUMNNAME_AcceptCheck
Column name AcceptCheckstatic String
COLUMNNAME_AcceptCorporate
Column name AcceptCorporatestatic String
COLUMNNAME_AcceptDiners
Column name AcceptDinersstatic String
COLUMNNAME_AcceptDirectDebit
Column name AcceptDirectDebitstatic String
COLUMNNAME_AcceptDirectDeposit
Column name AcceptDirectDepositstatic String
COLUMNNAME_AcceptDiscover
Column name AcceptDiscoverstatic String
COLUMNNAME_AcceptMC
Column name AcceptMCstatic String
COLUMNNAME_AcceptVisa
Column name AcceptVisastatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_IDstatic String
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_PaymentProcessor_ID
Column name C_PaymentProcessor_IDstatic String
COLUMNNAME_C_PaymentProcessor_UU
Column name C_PaymentProcessor_UUstatic String
COLUMNNAME_Commission
Column name Commissionstatic String
COLUMNNAME_CostPerTrx
Column name CostPerTrxstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_HostAddress
Column name HostAddressstatic String
COLUMNNAME_HostPort
Column name HostPortstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_MinimumAmt
Column name MinimumAmtstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PayProcessorClass
Column name PayProcessorClassstatic String
COLUMNNAME_ProxyAddress
Column name ProxyAddressstatic String
COLUMNNAME_ProxyLogon
Column name ProxyLogonstatic String
COLUMNNAME_ProxyPassword
Column name ProxyPasswordstatic String
COLUMNNAME_ProxyPort
Column name ProxyPortstatic String
COLUMNNAME_RequireVV
Column name RequireVVstatic String
COLUMNNAME_TrxType
Column name TrxTypestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=398static String
Table_Name
TableName=C_PaymentProcessor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Sequence
getAD_Sequence()
int
getAD_Sequence_ID()
Get Sequence.I_C_BankAccount
getC_BankAccount()
int
getC_BankAccount_ID()
Get Bank Account.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.int
getC_PaymentProcessor_ID()
Get Payment Processor.String
getC_PaymentProcessor_UU()
Get C_PaymentProcessor_UUBigDecimal
getCommission()
Get Commission %.BigDecimal
getCostPerTrx()
Get Cost per transaction.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHostAddress()
Get Host Address.int
getHostPort()
Get Host port.BigDecimal
getMinimumAmt()
Get Minimum Amt.String
getName()
Get Name.String
getPayProcessorClass()
Get Payment Processor Class.String
getProxyAddress()
Get Proxy address.String
getProxyLogon()
Get Proxy logon.String
getProxyPassword()
Get Proxy password.int
getProxyPort()
Get Proxy port.String
getTrxType()
Get Transaction Type.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isAcceptAMEX()
Get Accept AMEX.boolean
isAcceptATM()
Get Accept ATM.boolean
isAcceptCheck()
Get Accept Electronic Check.boolean
isAcceptCorporate()
Get Accept Corporate.boolean
isAcceptDiners()
Get Accept Diners.boolean
isAcceptDirectDebit()
Get Accept Direct Debit.boolean
isAcceptDirectDeposit()
Get Accept Direct Deposit.boolean
isAcceptDiscover()
Get Accept Discover.boolean
isAcceptMC()
Get Accept MasterCard.boolean
isAcceptVisa()
Get Accept Visa.boolean
isActive()
Get Active.boolean
isRequireVV()
Get Require CreditCard 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
setName(String Name)
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 CreditCard Verification Code.void
setTrxType(String TrxType)
Set Transaction Type.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_PaymentProcessor- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=398- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AcceptAMEX
static final String COLUMNNAME_AcceptAMEX
Column name AcceptAMEX- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptATM
static final String COLUMNNAME_AcceptATM
Column name AcceptATM- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptCheck
static final String COLUMNNAME_AcceptCheck
Column name AcceptCheck- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptCorporate
static final String COLUMNNAME_AcceptCorporate
Column name AcceptCorporate- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptDiners
static final String COLUMNNAME_AcceptDiners
Column name AcceptDiners- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptDirectDebit
static final String COLUMNNAME_AcceptDirectDebit
Column name AcceptDirectDebit- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptDirectDeposit
static final String COLUMNNAME_AcceptDirectDeposit
Column name AcceptDirectDeposit- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptDiscover
static final String COLUMNNAME_AcceptDiscover
Column name AcceptDiscover- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptMC
static final String COLUMNNAME_AcceptMC
Column name AcceptMC- See Also:
- Constant Field Values
-
COLUMNNAME_AcceptVisa
static final String COLUMNNAME_AcceptVisa
Column name AcceptVisa- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Sequence_ID
static final String COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Commission
static final String COLUMNNAME_Commission
Column name Commission- See Also:
- Constant Field Values
-
COLUMNNAME_CostPerTrx
static final String COLUMNNAME_CostPerTrx
Column name CostPerTrx- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaymentProcessor_ID
static final String COLUMNNAME_C_PaymentProcessor_ID
Column name C_PaymentProcessor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PaymentProcessor_UU
static final String COLUMNNAME_C_PaymentProcessor_UU
Column name C_PaymentProcessor_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_HostAddress
static final String COLUMNNAME_HostAddress
Column name HostAddress- See Also:
- Constant Field Values
-
COLUMNNAME_HostPort
static final String COLUMNNAME_HostPort
Column name HostPort- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_MinimumAmt
static final String COLUMNNAME_MinimumAmt
Column name MinimumAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PayProcessorClass
static final String COLUMNNAME_PayProcessorClass
Column name PayProcessorClass- See Also:
- Constant Field Values
-
COLUMNNAME_ProxyAddress
static final String COLUMNNAME_ProxyAddress
Column name ProxyAddress- See Also:
- Constant Field Values
-
COLUMNNAME_ProxyLogon
static final String COLUMNNAME_ProxyLogon
Column name ProxyLogon- See Also:
- Constant Field Values
-
COLUMNNAME_ProxyPassword
static final String COLUMNNAME_ProxyPassword
Column name ProxyPassword- See Also:
- Constant Field Values
-
COLUMNNAME_ProxyPort
static final String COLUMNNAME_ProxyPort
Column name ProxyPort- See Also:
- Constant Field Values
-
COLUMNNAME_RequireVV
static final String COLUMNNAME_RequireVV
Column name RequireVV- See Also:
- Constant Field Values
-
COLUMNNAME_TrxType
static final String COLUMNNAME_TrxType
Column name TrxType- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
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 Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
I_AD_Sequence getAD_Sequence() throws RuntimeException
- 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
I_C_BankAccount getC_BankAccount() throws RuntimeException
- 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
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
setCommission
void setCommission(BigDecimal Commission)
Set Commission %. Commission stated as a percentage
-
getCommission
BigDecimal getCommission()
Get Commission %. Commission stated as a percentage
-
setCostPerTrx
void setCostPerTrx(BigDecimal CostPerTrx)
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
void setC_PaymentProcessor_UU(String C_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
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHostAddress
void setHostAddress(String HostAddress)
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
void setMinimumAmt(BigDecimal MinimumAmt)
Set Minimum Amt. Minimum Amount in Document Currency
-
getMinimumAmt
BigDecimal getMinimumAmt()
Get Minimum Amt. Minimum Amount in Document Currency
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPayProcessorClass
void setPayProcessorClass(String PayProcessorClass)
Set Payment Processor Class. Payment Processor Java Class
-
getPayProcessorClass
String getPayProcessorClass()
Get Payment Processor Class. Payment Processor Java Class
-
setProxyAddress
void setProxyAddress(String ProxyAddress)
Set Proxy address. Address of your proxy server
-
getProxyAddress
String getProxyAddress()
Get Proxy address. Address of your proxy server
-
setProxyLogon
void setProxyLogon(String ProxyLogon)
Set Proxy logon. Logon of your proxy server
-
getProxyLogon
String getProxyLogon()
Get Proxy logon. Logon of your proxy server
-
setProxyPassword
void setProxyPassword(String ProxyPassword)
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 CreditCard Verification Code. Require 3/4 digit Credit Verification Code
-
isRequireVV
boolean isRequireVV()
Get Require CreditCard Verification Code. Require 3/4 digit Credit Verification Code
-
setTrxType
void setTrxType(String TrxType)
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
-
-