Package org.compiere.model
Class X_C_Payment
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_Payment
- All Implemented Interfaces:
Serializable,Cloneable,Comparator<Object>,I_C_Payment,I_Persistent,Evaluatee
- Direct Known Subclasses:
MPayment
Generated Model for C_Payment
- Version:
- Release 13 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCreditCardType AD_Reference_ID=149static final StringAmex = Astatic final StringATM = Cstatic final StringDiners = Dstatic final StringDiscover = Nstatic final StringMasterCard = Mstatic final StringPurchase Card = Pstatic final StringVisa = Vstatic final intDocAction AD_Reference_ID=135static final StringApprove = APstatic final StringClose = CLstatic final StringComplete = COstatic final StringInvalidate = INstatic final String<None> = --static final StringPost = POstatic final StringPrepare = PRstatic final StringRe-activate = REstatic final StringReject = RJstatic final StringReverse - Accrual = RAstatic final StringReverse - Correct = RCstatic final StringUnlock = XLstatic final StringVoid = VOstatic final StringWait Complete = WCstatic final intDocStatus AD_Reference_ID=131static final StringApproved = APstatic final StringClosed = CLstatic final StringCompleted = COstatic final StringDrafted = DRstatic final StringIn Progress = IPstatic final StringInvalid = INstatic final StringNot Approved = NAstatic final StringReversed = REstatic final StringUnknown = ??static final StringVoided = VOstatic final StringWaiting Confirmation = WCstatic final StringWaiting Payment = WPstatic final intR_AvsAddr AD_Reference_ID=213static final StringMatch = Ystatic final StringNo Match = Nstatic final StringUnavailable = Xstatic final intR_AvsZip AD_Reference_ID=213static final StringMatch = Ystatic final StringNo Match = Nstatic final StringUnavailable = Xstatic final StringAccount = Tstatic final intTenderType AD_Reference_ID=214static final StringCash = Xstatic final StringCheck = Kstatic final StringCredit Card = Cstatic final StringDirect Debit = Dstatic final StringDirect Deposit = Astatic final intTrxType AD_Reference_ID=215static final StringAuthorization = Astatic final StringCredit (Payment) = Cstatic final StringDelayed Capture = Dstatic final StringSales = Sstatic final StringVoice Authorization = Fstatic final StringVoid = VFields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_IDFields inherited from interface org.compiere.model.I_C_Payment
accessLevel, COLUMNNAME_A_City, COLUMNNAME_A_Country, COLUMNNAME_A_EMail, COLUMNNAME_A_Ident_DL, COLUMNNAME_A_Ident_SSN, COLUMNNAME_A_Name, COLUMNNAME_A_State, COLUMNNAME_A_Street, COLUMNNAME_A_Zip, COLUMNNAME_AccountNo, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_OrgTrx_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_BankAccount_ID, COLUMNNAME_C_BankTransfer_ID, COLUMNNAME_C_BP_BankAccount_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_Campaign_ID, COLUMNNAME_C_CashBook_ID, COLUMNNAME_C_Charge_ID, COLUMNNAME_C_ConversionType_ID, COLUMNNAME_C_CostCenter_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_Department_ID, COLUMNNAME_C_DepositBatch_ID, COLUMNNAME_C_DocType_ID, COLUMNNAME_C_Employee_ID, COLUMNNAME_C_Invoice_ID, COLUMNNAME_C_Order_ID, COLUMNNAME_C_Payment_ID, COLUMNNAME_C_Payment_UU, COLUMNNAME_C_PaymentBatch_ID, COLUMNNAME_C_PaymentProcessor_ID, COLUMNNAME_C_POSTenderType_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_ChargeAmt, COLUMNNAME_CheckNo, COLUMNNAME_ConvertedAmt, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_CreditCardExpMM, COLUMNNAME_CreditCardExpYY, COLUMNNAME_CreditCardNumber, COLUMNNAME_CreditCardType, COLUMNNAME_CreditCardVV, COLUMNNAME_CurrencyRate, COLUMNNAME_CustomerAddressID, COLUMNNAME_CustomerPaymentProfileID, COLUMNNAME_CustomerProfileID, COLUMNNAME_DateAcct, COLUMNNAME_DateTrx, COLUMNNAME_Description, COLUMNNAME_DiscountAmt, COLUMNNAME_DocAction, COLUMNNAME_DocStatus, COLUMNNAME_DocumentNo, COLUMNNAME_IBAN, COLUMNNAME_IsActive, COLUMNNAME_IsAllocated, COLUMNNAME_IsApproved, COLUMNNAME_IsDelayedCapture, COLUMNNAME_IsOnline, COLUMNNAME_IsOverrideCurrencyRate, COLUMNNAME_IsOverUnderPayment, COLUMNNAME_IsPrepayment, COLUMNNAME_IsReceipt, COLUMNNAME_IsReconciled, COLUMNNAME_IsSelfService, COLUMNNAME_IsVoided, COLUMNNAME_Micr, COLUMNNAME_OProcessing, COLUMNNAME_Orig_TrxID, COLUMNNAME_OverUnderAmt, COLUMNNAME_PayAmt, COLUMNNAME_PONum, COLUMNNAME_Posted, COLUMNNAME_Processed, COLUMNNAME_ProcessedOn, COLUMNNAME_Processing, COLUMNNAME_R_AuthCode, COLUMNNAME_R_AuthCode_DC, COLUMNNAME_R_AvsAddr, COLUMNNAME_R_AvsZip, COLUMNNAME_R_CVV2Match, COLUMNNAME_R_Info, COLUMNNAME_R_PnRef, COLUMNNAME_R_PnRef_DC, COLUMNNAME_R_RespMsg, COLUMNNAME_R_Result, COLUMNNAME_R_VoidMsg, COLUMNNAME_Ref_Payment_ID, COLUMNNAME_Reversal_ID, COLUMNNAME_RoutingNo, COLUMNNAME_SwiftCode, COLUMNNAME_Swipe, COLUMNNAME_TaxAmt, COLUMNNAME_TenderType, COLUMNNAME_TrxType, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, COLUMNNAME_VoiceAuthCode, COLUMNNAME_WriteOffAmt, Model, Table_ID, Table_Name -
Constructor Summary
ConstructorsConstructorDescriptionX_C_Payment(Properties ctx, int C_Payment_ID, String trxName) Standard ConstructorX_C_Payment(Properties ctx, int C_Payment_ID, String trxName, String... virtualColumns) Standard ConstructorX_C_Payment(Properties ctx, String C_Payment_UU, String trxName) Standard ConstructorX_C_Payment(Properties ctx, String C_Payment_UU, String trxName, String... virtualColumns) Standard ConstructorX_C_Payment(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected intAccessLevelGet Account City.Get Account Country.Get Account EMail.Get Driver License.Get Social Security No.Get Account Name.Get Account State.Get Account Street.getA_Zip()Get Account Zip/Postal.Get Account No.intGet Trx Organization.Deprecated.intGet Activity.Deprecated.intGet Bank Account.Deprecated.intGet Bank Transfer.Deprecated.intGet Partner Bank Account.Deprecated.intGet Business Partner.Deprecated.intGet Campaign.Deprecated.intGet Cash Book.Deprecated.intGet Charge.Deprecated.intGet Currency Type.Deprecated.intGet Cost Center.Deprecated.intGet Currency.Deprecated.intGet Department.Deprecated.intGet Deposit Batch.Deprecated.intGet Document Type.Deprecated.intGet Employee.Deprecated.intGet Invoice.Deprecated.intGet Order.intGet Payment.Get C_Payment_UU.Deprecated.intGet Payment Batch.Deprecated.intGet Payment Processor.Deprecated.intGet POS Tender Type.Deprecated.intGet Project.Get Charge amount.Get Check No.Get Converted Amount.intGet Exp.intGet Exp.Get Number.Get Credit Card.Get Verification Code.Get Rate.Get Customer Address ID.Get Customer Payment Profile ID.Get Customer Profile ID.Get Account Date.Get Transaction Date.Get Description.Get Discount Amount.Get Document Action.Get Document Status.Get Document No.getIBAN()Get IBAN.Get Record ID/ColumnNamegetMicr()Get Micr.Get Online Processing.Get Original Transaction ID.Get Over/Under Payment.Get Payment amount.getPONum()Get PO Number.Get Processed On.Get Authorization Code.Get Authorization Code (DC).Get Address verified.Get Zip verified.Get Info.Get Reference.Get Reference (DC).Get Response Message.Get Result.Get Void Message.Deprecated.intGet Referenced Payment.Deprecated.intGet Reversal ID.Get Routing No.Get Swift code.getSwipe()Get Swipe.Get Tax Amount.Get Tender type.Get Transaction Type.getUser1()Deprecated.intGet User Element List 1.getUser2()Deprecated.intGet User Element List 2.Get Voice authorization code.Get Write-off Amount.protected POInfoinitPO(Properties ctx) Load Meta DatabooleanGet Allocated.booleanGet Approved.booleanGet Delayed Capture.booleanisOnline()Get Online Access.booleanGet Override Currency Conversion Rate.booleanGet Over/Under Payment.booleanisPosted()Get Posted.booleanGet Prepayment.booleanGet Processed.booleanGet Process Now.booleanGet CVV Match.booleanGet Receipt.booleanGet Reconciled.booleanGet Self-Service.booleanisVoided()Get Voided.voidSet Account City.voidsetA_Country(String A_Country) Set Account Country.voidsetA_EMail(String A_EMail) Set Account EMail.voidsetA_Ident_DL(String A_Ident_DL) Set Driver License.voidsetA_Ident_SSN(String A_Ident_SSN) Set Social Security No.voidSet Account Name.voidsetA_State(String A_State) Set Account State.voidsetA_Street(String A_Street) Set Account Street.voidSet Account Zip/Postal.voidsetAccountNo(String AccountNo) Set Account No.voidsetAD_OrgTrx_ID(int AD_OrgTrx_ID) Set Trx Organization.voidsetC_Activity_ID(int C_Activity_ID) Set Activity.voidsetC_BankAccount_ID(int C_BankAccount_ID) Set Bank Account.voidsetC_BankTransfer_ID(int C_BankTransfer_ID) Set Bank Transfer.voidsetC_BP_BankAccount_ID(int C_BP_BankAccount_ID) Set Partner Bank Account.voidsetC_BPartner_ID(int C_BPartner_ID) Set Business Partner.voidsetC_Campaign_ID(int C_Campaign_ID) Set Campaign.voidsetC_CashBook_ID(int C_CashBook_ID) Set Cash Book.voidsetC_Charge_ID(int C_Charge_ID) Set Charge.voidsetC_ConversionType_ID(int C_ConversionType_ID) Set Currency Type.voidsetC_CostCenter_ID(int C_CostCenter_ID) Set Cost Center.voidsetC_Currency_ID(int C_Currency_ID) Set Currency.voidsetC_Department_ID(int C_Department_ID) Set Department.voidsetC_DepositBatch_ID(int C_DepositBatch_ID) Set Deposit Batch.voidsetC_DocType_ID(int C_DocType_ID) Set Document Type.voidsetC_Employee_ID(int C_Employee_ID) Set Employee.voidsetC_Invoice_ID(int C_Invoice_ID) Set Invoice.voidsetC_Order_ID(int C_Order_ID) Set Order.voidsetC_Payment_ID(int C_Payment_ID) Set Payment.voidsetC_Payment_UU(String C_Payment_UU) Set C_Payment_UU.voidsetC_PaymentBatch_ID(int C_PaymentBatch_ID) Set Payment Batch.voidsetC_PaymentProcessor_ID(int C_PaymentProcessor_ID) Set Payment Processor.voidsetC_POSTenderType_ID(int C_POSTenderType_ID) Set POS Tender Type.voidsetC_Project_ID(int C_Project_ID) Set Project.voidsetChargeAmt(BigDecimal ChargeAmt) Set Charge amount.voidsetCheckNo(String CheckNo) Set Check No.voidsetConvertedAmt(BigDecimal ConvertedAmt) Set Converted Amount.voidsetCreditCardExpMM(int CreditCardExpMM) Set Exp.voidsetCreditCardExpYY(int CreditCardExpYY) Set Exp.voidsetCreditCardNumber(String CreditCardNumber) Set Number.voidsetCreditCardType(String CreditCardType) Set Credit Card.voidsetCreditCardVV(String CreditCardVV) Set Verification Code.voidsetCurrencyRate(BigDecimal CurrencyRate) Set Rate.voidsetCustomerAddressID(String CustomerAddressID) Set Customer Address ID.voidsetCustomerPaymentProfileID(String CustomerPaymentProfileID) Set Customer Payment Profile ID.voidsetCustomerProfileID(String CustomerProfileID) Set Customer Profile ID.voidsetDateAcct(Timestamp DateAcct) Set Account Date.voidsetDateTrx(Timestamp DateTrx) Set Transaction Date.voidsetDescription(String Description) Set Description.voidsetDiscountAmt(BigDecimal DiscountAmt) Set Discount Amount.voidsetDocAction(String DocAction) Set Document Action.voidsetDocStatus(String DocStatus) Set Document Status.voidsetDocumentNo(String DocumentNo) Set Document No.voidSet IBAN.voidsetIsAllocated(boolean IsAllocated) Set Allocated.voidsetIsApproved(boolean IsApproved) Set Approved.voidsetIsDelayedCapture(boolean IsDelayedCapture) Set Delayed Capture.voidsetIsOnline(boolean IsOnline) Set Online Access.voidsetIsOverrideCurrencyRate(boolean IsOverrideCurrencyRate) Set Override Currency Conversion Rate.voidsetIsOverUnderPayment(boolean IsOverUnderPayment) Set Over/Under Payment.voidsetIsPrepayment(boolean IsPrepayment) Set Prepayment.voidsetIsReceipt(boolean IsReceipt) Set Receipt.voidsetIsReconciled(boolean IsReconciled) Set Reconciled.voidsetIsSelfService(boolean IsSelfService) Set Self-Service.voidsetIsVoided(boolean IsVoided) Set Voided.voidSet Micr.voidsetOProcessing(String OProcessing) Set Online Processing.voidsetOrig_TrxID(String Orig_TrxID) Set Original Transaction ID.voidsetOverUnderAmt(BigDecimal OverUnderAmt) Set Over/Under Payment.voidsetPayAmt(BigDecimal PayAmt) Set Payment amount.voidSet PO Number.voidsetPosted(boolean Posted) Set Posted.voidsetProcessed(boolean Processed) Set Processed.voidsetProcessedOn(BigDecimal ProcessedOn) Set Processed On.voidsetProcessing(boolean Processing) Set Process Now.voidsetR_AuthCode(String R_AuthCode) Set Authorization Code.voidsetR_AuthCode_DC(String R_AuthCode_DC) Set Authorization Code (DC).voidsetR_AvsAddr(String R_AvsAddr) Set Address verified.voidsetR_AvsZip(String R_AvsZip) Set Zip verified.voidsetR_CVV2Match(boolean R_CVV2Match) Set CVV Match.voidSet Info.voidsetR_PnRef(String R_PnRef) Set Reference.voidsetR_PnRef_DC(String R_PnRef_DC) Set Reference (DC).voidsetR_RespMsg(String R_RespMsg) Set Response Message.voidsetR_Result(String R_Result) Set Result.voidsetR_VoidMsg(String R_VoidMsg) Set Void Message.voidsetRef_Payment_ID(int Ref_Payment_ID) Set Referenced Payment.voidsetReversal_ID(int Reversal_ID) Set Reversal ID.voidsetRoutingNo(String RoutingNo) Set Routing No.voidsetSwiftCode(String SwiftCode) Set Swift code.voidSet Swipe.voidsetTaxAmt(BigDecimal TaxAmt) Set Tax Amount.voidsetTenderType(String TenderType) Set Tender type.voidsetTrxType(String TrxType) Set Transaction Type.voidsetUser1_ID(int User1_ID) Set User Element List 1.voidsetUser2_ID(int User2_ID) Set User Element List 2.voidsetVoiceAuthCode(String VoiceAuthCode) Set Voice authorization code.voidsetWriteOffAmt(BigDecimal WriteOffAmt) Set Write-off Amount.toString()String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableAttribute, get_TableAttributeAsBoolean, get_TableAttributeAsInt, get_TableAttributes, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys, validForeignKeysExMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.compiere.model.I_C_Payment
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActiveMethods inherited from interface org.compiere.model.I_Persistent
save
-
Field Details
-
CREDITCARDTYPE_AD_Reference_ID
public static final int CREDITCARDTYPE_AD_Reference_IDCreditCardType AD_Reference_ID=149- See Also:
-
CREDITCARDTYPE_Amex
Amex = A- See Also:
-
CREDITCARDTYPE_ATM
ATM = C- See Also:
-
CREDITCARDTYPE_Diners
Diners = D- See Also:
-
CREDITCARDTYPE_MasterCard
MasterCard = M- See Also:
-
CREDITCARDTYPE_Discover
Discover = N- See Also:
-
CREDITCARDTYPE_PurchaseCard
Purchase Card = P- See Also:
-
CREDITCARDTYPE_Visa
Visa = V- See Also:
-
DOCACTION_AD_Reference_ID
public static final int DOCACTION_AD_Reference_IDDocAction AD_Reference_ID=135- See Also:
-
DOCACTION_None
<None> = --- See Also:
-
DOCACTION_Approve
Approve = AP- See Also:
-
DOCACTION_Close
Close = CL- See Also:
-
DOCACTION_Complete
Complete = CO- See Also:
-
DOCACTION_Invalidate
Invalidate = IN- See Also:
-
DOCACTION_Post
Post = PO- See Also:
-
DOCACTION_Prepare
Prepare = PR- See Also:
-
DOCACTION_Reverse_Accrual
Reverse - Accrual = RA- See Also:
-
DOCACTION_Reverse_Correct
Reverse - Correct = RC- See Also:
-
DOCACTION_Re_Activate
Re-activate = RE- See Also:
-
DOCACTION_Reject
Reject = RJ- See Also:
-
DOCACTION_Void
Void = VO- See Also:
-
DOCACTION_WaitComplete
Wait Complete = WC- See Also:
-
DOCACTION_Unlock
Unlock = XL- See Also:
-
DOCSTATUS_AD_Reference_ID
public static final int DOCSTATUS_AD_Reference_IDDocStatus AD_Reference_ID=131- See Also:
-
DOCSTATUS_Unknown
Unknown = ??- See Also:
-
DOCSTATUS_Approved
Approved = AP- See Also:
-
DOCSTATUS_Closed
Closed = CL- See Also:
-
DOCSTATUS_Completed
Completed = CO- See Also:
-
DOCSTATUS_Drafted
Drafted = DR- See Also:
-
DOCSTATUS_Invalid
Invalid = IN- See Also:
-
DOCSTATUS_InProgress
In Progress = IP- See Also:
-
DOCSTATUS_NotApproved
Not Approved = NA- See Also:
-
DOCSTATUS_Reversed
Reversed = RE- See Also:
-
DOCSTATUS_Voided
Voided = VO- See Also:
-
DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC- See Also:
-
DOCSTATUS_WaitingPayment
Waiting Payment = WP- See Also:
-
R_AVSADDR_AD_Reference_ID
public static final int R_AVSADDR_AD_Reference_IDR_AvsAddr AD_Reference_ID=213- See Also:
-
R_AVSADDR_NoMatch
No Match = N- See Also:
-
R_AVSADDR_Match
Match = Y- See Also:
-
R_AVSZIP_AD_Reference_ID
public static final int R_AVSZIP_AD_Reference_IDR_AvsZip AD_Reference_ID=213- See Also:
-
R_AVSZIP_NoMatch
No Match = N- See Also:
-
R_AVSZIP_Match
Match = Y- See Also:
-
TENDERTYPE_AD_Reference_ID
public static final int TENDERTYPE_AD_Reference_IDTenderType AD_Reference_ID=214- See Also:
-
TENDERTYPE_DirectDeposit
Direct Deposit = A- See Also:
-
TENDERTYPE_CreditCard
Credit Card = C- See Also:
-
TENDERTYPE_DirectDebit
Direct Debit = D- See Also:
-
TENDERTYPE_Check
Check = K- See Also:
-
TENDERTYPE_Account
Account = T- See Also:
-
TENDERTYPE_Cash
Cash = X- See Also:
-
TRXTYPE_AD_Reference_ID
public static final int TRXTYPE_AD_Reference_IDTrxType AD_Reference_ID=215- See Also:
-
TRXTYPE_Authorization
Authorization = A- See Also:
-
TRXTYPE_CreditPayment
Credit (Payment) = C- See Also:
-
TRXTYPE_DelayedCapture
Delayed Capture = D- See Also:
-
TRXTYPE_VoiceAuthorization
Voice Authorization = F- See Also:
-
TRXTYPE_Sales
Sales = S- See Also:
-
TRXTYPE_Void
Void = V- See Also:
-
-
Constructor Details
-
X_C_Payment
Standard Constructor -
X_C_Payment
Standard Constructor -
X_C_Payment
Standard Constructor -
X_C_Payment
Standard Constructor -
X_C_Payment
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevelin classPO- Returns:
- 1 - Org
-
initPO
Load Meta Data -
toString
Description copied from class:POString representation -
setAD_OrgTrx_ID
public void setAD_OrgTrx_ID(int AD_OrgTrx_ID) Set Trx Organization.- Specified by:
setAD_OrgTrx_IDin interfaceI_C_Payment- Parameters:
AD_OrgTrx_ID- Performing or initiating organization
-
getAD_OrgTrx_ID
public int getAD_OrgTrx_ID()Get Trx Organization.- Specified by:
getAD_OrgTrx_IDin interfaceI_C_Payment- Returns:
- Performing or initiating organization
-
setA_City
Set Account City.- Specified by:
setA_Cityin interfaceI_C_Payment- Parameters:
A_City- City or the Credit Card or Account Holder
-
getA_City
Get Account City.- Specified by:
getA_Cityin interfaceI_C_Payment- Returns:
- City or the Credit Card or Account Holder
-
setA_Country
Set Account Country.- Specified by:
setA_Countryin interfaceI_C_Payment- Parameters:
A_Country- Country
-
getA_Country
Get Account Country.- Specified by:
getA_Countryin interfaceI_C_Payment- Returns:
- Country
-
setA_EMail
Set Account EMail.- Specified by:
setA_EMailin interfaceI_C_Payment- Parameters:
A_EMail- Email Address
-
getA_EMail
Get Account EMail.- Specified by:
getA_EMailin interfaceI_C_Payment- Returns:
- Email Address
-
setA_Ident_DL
Set Driver License.- Specified by:
setA_Ident_DLin interfaceI_C_Payment- Parameters:
A_Ident_DL- Payment Identification - Driver License
-
getA_Ident_DL
Get Driver License.- Specified by:
getA_Ident_DLin interfaceI_C_Payment- Returns:
- Payment Identification - Driver License
-
setA_Ident_SSN
Set Social Security No.- Specified by:
setA_Ident_SSNin interfaceI_C_Payment- Parameters:
A_Ident_SSN- Payment Identification - Social Security No
-
getA_Ident_SSN
Get Social Security No.- Specified by:
getA_Ident_SSNin interfaceI_C_Payment- Returns:
- Payment Identification - Social Security No
-
setA_Name
Set Account Name.- Specified by:
setA_Namein interfaceI_C_Payment- Parameters:
A_Name- Name on Credit Card or Account holder
-
getA_Name
Get Account Name.- Specified by:
getA_Namein interfaceI_C_Payment- Returns:
- Name on Credit Card or Account holder
-
setA_State
Set Account State.- Specified by:
setA_Statein interfaceI_C_Payment- Parameters:
A_State- State of the Credit Card or Account holder
-
getA_State
Get Account State.- Specified by:
getA_Statein interfaceI_C_Payment- Returns:
- State of the Credit Card or Account holder
-
setA_Street
Set Account Street.- Specified by:
setA_Streetin interfaceI_C_Payment- Parameters:
A_Street- Street address of the Credit Card or Account holder
-
getA_Street
Get Account Street.- Specified by:
getA_Streetin interfaceI_C_Payment- Returns:
- Street address of the Credit Card or Account holder
-
setA_Zip
Set Account Zip/Postal.- Specified by:
setA_Zipin interfaceI_C_Payment- Parameters:
A_Zip- Zip Code of the Credit Card or Account Holder
-
getA_Zip
Get Account Zip/Postal.- Specified by:
getA_Zipin interfaceI_C_Payment- Returns:
- Zip Code of the Credit Card or Account Holder
-
setAccountNo
Set Account No.- Specified by:
setAccountNoin interfaceI_C_Payment- Parameters:
AccountNo- Account Number
-
getAccountNo
Get Account No.- Specified by:
getAccountNoin interfaceI_C_Payment- Returns:
- Account Number
-
getC_Activity
Deprecated.- Specified by:
getC_Activityin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Activity_ID
public void setC_Activity_ID(int C_Activity_ID) Set Activity.- Specified by:
setC_Activity_IDin interfaceI_C_Payment- Parameters:
C_Activity_ID- Business Activity
-
getC_Activity_ID
public int getC_Activity_ID()Get Activity.- Specified by:
getC_Activity_IDin interfaceI_C_Payment- Returns:
- Business Activity
-
getC_BP_BankAccount
Deprecated.- Specified by:
getC_BP_BankAccountin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_BP_BankAccount_ID
public void setC_BP_BankAccount_ID(int C_BP_BankAccount_ID) Set Partner Bank Account.- Specified by:
setC_BP_BankAccount_IDin interfaceI_C_Payment- Parameters:
C_BP_BankAccount_ID- Bank Account of the Business Partner
-
getC_BP_BankAccount_ID
public int getC_BP_BankAccount_ID()Get Partner Bank Account.- Specified by:
getC_BP_BankAccount_IDin interfaceI_C_Payment- Returns:
- Bank Account of the Business Partner
-
getC_BPartner
Deprecated.- Specified by:
getC_BPartnerin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_BPartner_ID
public void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner.- Specified by:
setC_BPartner_IDin interfaceI_C_Payment- Parameters:
C_BPartner_ID- Identifies a Business Partner
-
getC_BPartner_ID
public int getC_BPartner_ID()Get Business Partner.- Specified by:
getC_BPartner_IDin interfaceI_C_Payment- Returns:
- Identifies a Business Partner
-
getC_BankAccount
Deprecated.- Specified by:
getC_BankAccountin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_BankAccount_ID
public void setC_BankAccount_ID(int C_BankAccount_ID) Set Bank Account.- Specified by:
setC_BankAccount_IDin interfaceI_C_Payment- Parameters:
C_BankAccount_ID- Account at the Bank
-
getC_BankAccount_ID
public int getC_BankAccount_ID()Get Bank Account.- Specified by:
getC_BankAccount_IDin interfaceI_C_Payment- Returns:
- Account at the Bank
-
getC_BankTransfer
Deprecated.- Specified by:
getC_BankTransferin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_BankTransfer_ID
public void setC_BankTransfer_ID(int C_BankTransfer_ID) Set Bank Transfer.- Specified by:
setC_BankTransfer_IDin interfaceI_C_Payment- Parameters:
C_BankTransfer_ID- Bank Transfer
-
getC_BankTransfer_ID
public int getC_BankTransfer_ID()Get Bank Transfer.- Specified by:
getC_BankTransfer_IDin interfaceI_C_Payment- Returns:
- Bank Transfer
-
getC_Campaign
Deprecated.- Specified by:
getC_Campaignin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Campaign_ID
public void setC_Campaign_ID(int C_Campaign_ID) Set Campaign.- Specified by:
setC_Campaign_IDin interfaceI_C_Payment- Parameters:
C_Campaign_ID- Marketing Campaign
-
getC_Campaign_ID
public int getC_Campaign_ID()Get Campaign.- Specified by:
getC_Campaign_IDin interfaceI_C_Payment- Returns:
- Marketing Campaign
-
getC_CashBook
Deprecated.- Specified by:
getC_CashBookin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_CashBook_ID
public void setC_CashBook_ID(int C_CashBook_ID) Set Cash Book.- Specified by:
setC_CashBook_IDin interfaceI_C_Payment- Parameters:
C_CashBook_ID- Cash Book for recording petty cash transactions
-
getC_CashBook_ID
public int getC_CashBook_ID()Get Cash Book.- Specified by:
getC_CashBook_IDin interfaceI_C_Payment- Returns:
- Cash Book for recording petty cash transactions
-
getC_Charge
Deprecated.- Specified by:
getC_Chargein interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Charge_ID
public void setC_Charge_ID(int C_Charge_ID) Set Charge.- Specified by:
setC_Charge_IDin interfaceI_C_Payment- Parameters:
C_Charge_ID- Additional document charges
-
getC_Charge_ID
public int getC_Charge_ID()Get Charge.- Specified by:
getC_Charge_IDin interfaceI_C_Payment- Returns:
- Additional document charges
-
getC_ConversionType
Deprecated.- Specified by:
getC_ConversionTypein interfaceI_C_Payment- Throws:
RuntimeException
-
setC_ConversionType_ID
public void setC_ConversionType_ID(int C_ConversionType_ID) Set Currency Type.- Specified by:
setC_ConversionType_IDin interfaceI_C_Payment- Parameters:
C_ConversionType_ID- Currency Conversion Rate Type
-
getC_ConversionType_ID
public int getC_ConversionType_ID()Get Currency Type.- Specified by:
getC_ConversionType_IDin interfaceI_C_Payment- Returns:
- Currency Conversion Rate Type
-
getC_CostCenter
Deprecated.- Specified by:
getC_CostCenterin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_CostCenter_ID
public void setC_CostCenter_ID(int C_CostCenter_ID) Set Cost Center.- Specified by:
setC_CostCenter_IDin interfaceI_C_Payment- Parameters:
C_CostCenter_ID- Cost Center
-
getC_CostCenter_ID
public int getC_CostCenter_ID()Get Cost Center.- Specified by:
getC_CostCenter_IDin interfaceI_C_Payment- Returns:
- Cost Center
-
getC_Currency
Deprecated.- Specified by:
getC_Currencyin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Currency_ID
public void setC_Currency_ID(int C_Currency_ID) Set Currency.- Specified by:
setC_Currency_IDin interfaceI_C_Payment- Parameters:
C_Currency_ID- The Currency for this record
-
getC_Currency_ID
public int getC_Currency_ID()Get Currency.- Specified by:
getC_Currency_IDin interfaceI_C_Payment- Returns:
- The Currency for this record
-
getC_Department
Deprecated.- Specified by:
getC_Departmentin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Department_ID
public void setC_Department_ID(int C_Department_ID) Set Department.- Specified by:
setC_Department_IDin interfaceI_C_Payment- Parameters:
C_Department_ID- Department
-
getC_Department_ID
public int getC_Department_ID()Get Department.- Specified by:
getC_Department_IDin interfaceI_C_Payment- Returns:
- Department
-
getC_DepositBatch
Deprecated.- Specified by:
getC_DepositBatchin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_DepositBatch_ID
public void setC_DepositBatch_ID(int C_DepositBatch_ID) Set Deposit Batch.- Specified by:
setC_DepositBatch_IDin interfaceI_C_Payment- Parameters:
C_DepositBatch_ID- Deposit Batch
-
getC_DepositBatch_ID
public int getC_DepositBatch_ID()Get Deposit Batch.- Specified by:
getC_DepositBatch_IDin interfaceI_C_Payment- Returns:
- Deposit Batch
-
getC_DocType
Deprecated.- Specified by:
getC_DocTypein interfaceI_C_Payment- Throws:
RuntimeException
-
setC_DocType_ID
public void setC_DocType_ID(int C_DocType_ID) Set Document Type.- Specified by:
setC_DocType_IDin interfaceI_C_Payment- Parameters:
C_DocType_ID- Document type or rules
-
getC_DocType_ID
public int getC_DocType_ID()Get Document Type.- Specified by:
getC_DocType_IDin interfaceI_C_Payment- Returns:
- Document type or rules
-
getC_Employee
Deprecated.- Specified by:
getC_Employeein interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Employee_ID
public void setC_Employee_ID(int C_Employee_ID) Set Employee.- Specified by:
setC_Employee_IDin interfaceI_C_Payment- Parameters:
C_Employee_ID- Identifies a Business Partner
-
getC_Employee_ID
public int getC_Employee_ID()Get Employee.- Specified by:
getC_Employee_IDin interfaceI_C_Payment- Returns:
- Identifies a Business Partner
-
getC_Invoice
Deprecated.- Specified by:
getC_Invoicein interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Invoice_ID
public void setC_Invoice_ID(int C_Invoice_ID) Set Invoice.- Specified by:
setC_Invoice_IDin interfaceI_C_Payment- Parameters:
C_Invoice_ID- Invoice Identifier
-
getC_Invoice_ID
public int getC_Invoice_ID()Get Invoice.- Specified by:
getC_Invoice_IDin interfaceI_C_Payment- Returns:
- Invoice Identifier
-
getC_Order
Deprecated.- Specified by:
getC_Orderin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Order_ID
public void setC_Order_ID(int C_Order_ID) Set Order.- Specified by:
setC_Order_IDin interfaceI_C_Payment- Parameters:
C_Order_ID- Order
-
getC_Order_ID
public int getC_Order_ID()Get Order.- Specified by:
getC_Order_IDin interfaceI_C_Payment- Returns:
- Order
-
getC_POSTenderType
Deprecated.- Specified by:
getC_POSTenderTypein interfaceI_C_Payment- Throws:
RuntimeException
-
setC_POSTenderType_ID
public void setC_POSTenderType_ID(int C_POSTenderType_ID) Set POS Tender Type.- Specified by:
setC_POSTenderType_IDin interfaceI_C_Payment- Parameters:
C_POSTenderType_ID- POS Tender Type
-
getC_POSTenderType_ID
public int getC_POSTenderType_ID()Get POS Tender Type.- Specified by:
getC_POSTenderType_IDin interfaceI_C_Payment- Returns:
- POS Tender Type
-
getC_PaymentBatch
Deprecated.- Specified by:
getC_PaymentBatchin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_PaymentBatch_ID
public void setC_PaymentBatch_ID(int C_PaymentBatch_ID) Set Payment Batch.- Specified by:
setC_PaymentBatch_IDin interfaceI_C_Payment- Parameters:
C_PaymentBatch_ID- Payment batch for EFT
-
getC_PaymentBatch_ID
public int getC_PaymentBatch_ID()Get Payment Batch.- Specified by:
getC_PaymentBatch_IDin interfaceI_C_Payment- Returns:
- Payment batch for EFT
-
getC_PaymentProcessor
Deprecated.- Specified by:
getC_PaymentProcessorin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_PaymentProcessor_ID
public void setC_PaymentProcessor_ID(int C_PaymentProcessor_ID) Set Payment Processor.- Specified by:
setC_PaymentProcessor_IDin interfaceI_C_Payment- Parameters:
C_PaymentProcessor_ID- Payment processor for electronic payments
-
getC_PaymentProcessor_ID
public int getC_PaymentProcessor_ID()Get Payment Processor.- Specified by:
getC_PaymentProcessor_IDin interfaceI_C_Payment- Returns:
- Payment processor for electronic payments
-
setC_Payment_ID
public void setC_Payment_ID(int C_Payment_ID) Set Payment.- Specified by:
setC_Payment_IDin interfaceI_C_Payment- Parameters:
C_Payment_ID- Payment identifier
-
getC_Payment_ID
public int getC_Payment_ID()Get Payment.- Specified by:
getC_Payment_IDin interfaceI_C_Payment- Returns:
- Payment identifier
-
setC_Payment_UU
Set C_Payment_UU.- Specified by:
setC_Payment_UUin interfaceI_C_Payment- Parameters:
C_Payment_UU- C_Payment_UU
-
getC_Payment_UU
Get C_Payment_UU.- Specified by:
getC_Payment_UUin interfaceI_C_Payment- Returns:
- C_Payment_UU
-
getC_Project
Deprecated.- Specified by:
getC_Projectin interfaceI_C_Payment- Throws:
RuntimeException
-
setC_Project_ID
public void setC_Project_ID(int C_Project_ID) Set Project.- Specified by:
setC_Project_IDin interfaceI_C_Payment- Parameters:
C_Project_ID- Financial Project
-
getC_Project_ID
public int getC_Project_ID()Get Project.- Specified by:
getC_Project_IDin interfaceI_C_Payment- Returns:
- Financial Project
-
setChargeAmt
Set Charge amount.- Specified by:
setChargeAmtin interfaceI_C_Payment- Parameters:
ChargeAmt- Charge Amount
-
getChargeAmt
Get Charge amount.- Specified by:
getChargeAmtin interfaceI_C_Payment- Returns:
- Charge Amount
-
setCheckNo
Set Check No.- Specified by:
setCheckNoin interfaceI_C_Payment- Parameters:
CheckNo- Check Number
-
getCheckNo
Get Check No.- Specified by:
getCheckNoin interfaceI_C_Payment- Returns:
- Check Number
-
setConvertedAmt
Set Converted Amount.- Specified by:
setConvertedAmtin interfaceI_C_Payment- Parameters:
ConvertedAmt- Converted Amount
-
getConvertedAmt
Get Converted Amount.- Specified by:
getConvertedAmtin interfaceI_C_Payment- Returns:
- Converted Amount
-
setCreditCardExpMM
public void setCreditCardExpMM(int CreditCardExpMM) Set Exp. Month.- Specified by:
setCreditCardExpMMin interfaceI_C_Payment- Parameters:
CreditCardExpMM- Expiry Month
-
getCreditCardExpMM
public int getCreditCardExpMM()Get Exp. Month.- Specified by:
getCreditCardExpMMin interfaceI_C_Payment- Returns:
- Expiry Month
-
setCreditCardExpYY
public void setCreditCardExpYY(int CreditCardExpYY) Set Exp. Year.- Specified by:
setCreditCardExpYYin interfaceI_C_Payment- Parameters:
CreditCardExpYY- Expiry Year
-
getCreditCardExpYY
public int getCreditCardExpYY()Get Exp. Year.- Specified by:
getCreditCardExpYYin interfaceI_C_Payment- Returns:
- Expiry Year
-
setCreditCardNumber
Set Number.- Specified by:
setCreditCardNumberin interfaceI_C_Payment- Parameters:
CreditCardNumber- Credit Card Number
-
getCreditCardNumber
Get Number.- Specified by:
getCreditCardNumberin interfaceI_C_Payment- Returns:
- Credit Card Number
-
setCreditCardType
Set Credit Card.- Specified by:
setCreditCardTypein interfaceI_C_Payment- Parameters:
CreditCardType- Credit Card (Visa, MC, AmEx)
-
getCreditCardType
Get Credit Card.- Specified by:
getCreditCardTypein interfaceI_C_Payment- Returns:
- Credit Card (Visa, MC, AmEx)
-
setCreditCardVV
Set Verification Code.- Specified by:
setCreditCardVVin interfaceI_C_Payment- Parameters:
CreditCardVV- Credit Card Verification code on credit card
-
getCreditCardVV
Get Verification Code.- Specified by:
getCreditCardVVin interfaceI_C_Payment- Returns:
- Credit Card Verification code on credit card
-
setCurrencyRate
Set Rate.- Specified by:
setCurrencyRatein interfaceI_C_Payment- Parameters:
CurrencyRate- Currency Conversion Rate
-
getCurrencyRate
Get Rate.- Specified by:
getCurrencyRatein interfaceI_C_Payment- Returns:
- Currency Conversion Rate
-
setCustomerAddressID
Set Customer Address ID.- Specified by:
setCustomerAddressIDin interfaceI_C_Payment- Parameters:
CustomerAddressID- Customer Address ID
-
getCustomerAddressID
Get Customer Address ID.- Specified by:
getCustomerAddressIDin interfaceI_C_Payment- Returns:
- Customer Address ID
-
setCustomerPaymentProfileID
Set Customer Payment Profile ID.- Specified by:
setCustomerPaymentProfileIDin interfaceI_C_Payment- Parameters:
CustomerPaymentProfileID- Customer Payment Profile ID
-
getCustomerPaymentProfileID
Get Customer Payment Profile ID.- Specified by:
getCustomerPaymentProfileIDin interfaceI_C_Payment- Returns:
- Customer Payment Profile ID
-
setCustomerProfileID
Set Customer Profile ID.- Specified by:
setCustomerProfileIDin interfaceI_C_Payment- Parameters:
CustomerProfileID- Customer Profile ID
-
getCustomerProfileID
Get Customer Profile ID.- Specified by:
getCustomerProfileIDin interfaceI_C_Payment- Returns:
- Customer Profile ID
-
setDateAcct
Set Account Date.- Specified by:
setDateAcctin interfaceI_C_Payment- Parameters:
DateAcct- Accounting Date
-
getDateAcct
Get Account Date.- Specified by:
getDateAcctin interfaceI_C_Payment- Returns:
- Accounting Date
-
setDateTrx
Set Transaction Date.- Specified by:
setDateTrxin interfaceI_C_Payment- Parameters:
DateTrx- Transaction Date
-
getDateTrx
Get Transaction Date.- Specified by:
getDateTrxin interfaceI_C_Payment- Returns:
- Transaction Date
-
setDescription
Set Description.- Specified by:
setDescriptionin interfaceI_C_Payment- Parameters:
Description- Optional short description of the record
-
getDescription
Get Description.- Specified by:
getDescriptionin interfaceI_C_Payment- Returns:
- Optional short description of the record
-
setDiscountAmt
Set Discount Amount.- Specified by:
setDiscountAmtin interfaceI_C_Payment- Parameters:
DiscountAmt- Calculated amount of discount
-
getDiscountAmt
Get Discount Amount.- Specified by:
getDiscountAmtin interfaceI_C_Payment- Returns:
- Calculated amount of discount
-
setDocAction
Set Document Action.- Specified by:
setDocActionin interfaceI_C_Payment- Parameters:
DocAction- The targeted status of the document
-
getDocAction
Get Document Action.- Specified by:
getDocActionin interfaceI_C_Payment- Returns:
- The targeted status of the document
-
setDocStatus
Set Document Status.- Specified by:
setDocStatusin interfaceI_C_Payment- Parameters:
DocStatus- The current status of the document
-
getDocStatus
Get Document Status.- Specified by:
getDocStatusin interfaceI_C_Payment- Returns:
- The current status of the document
-
setDocumentNo
Set Document No.- Specified by:
setDocumentNoin interfaceI_C_Payment- Parameters:
DocumentNo- Document sequence number of the document
-
getDocumentNo
Get Document No.- Specified by:
getDocumentNoin interfaceI_C_Payment- Returns:
- Document sequence number of the document
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setIBAN
Set IBAN.- Specified by:
setIBANin interfaceI_C_Payment- Parameters:
IBAN- International Bank Account Number
-
getIBAN
Get IBAN.- Specified by:
getIBANin interfaceI_C_Payment- Returns:
- International Bank Account Number
-
setIsAllocated
public void setIsAllocated(boolean IsAllocated) Set Allocated.- Specified by:
setIsAllocatedin interfaceI_C_Payment- Parameters:
IsAllocated- Indicates if the payment has been allocated
-
isAllocated
public boolean isAllocated()Get Allocated.- Specified by:
isAllocatedin interfaceI_C_Payment- Returns:
- Indicates if the payment has been allocated
-
setIsApproved
public void setIsApproved(boolean IsApproved) Set Approved.- Specified by:
setIsApprovedin interfaceI_C_Payment- Parameters:
IsApproved- Indicates if this document requires approval
-
isApproved
public boolean isApproved()Get Approved.- Specified by:
isApprovedin interfaceI_C_Payment- Returns:
- Indicates if this document requires approval
-
setIsDelayedCapture
public void setIsDelayedCapture(boolean IsDelayedCapture) Set Delayed Capture.- Specified by:
setIsDelayedCapturein interfaceI_C_Payment- Parameters:
IsDelayedCapture- Charge after Shipment
-
isDelayedCapture
public boolean isDelayedCapture()Get Delayed Capture.- Specified by:
isDelayedCapturein interfaceI_C_Payment- Returns:
- Charge after Shipment
-
setIsOnline
public void setIsOnline(boolean IsOnline) Set Online Access.- Specified by:
setIsOnlinein interfaceI_C_Payment- Parameters:
IsOnline- Can be accessed online
-
isOnline
public boolean isOnline()Get Online Access.- Specified by:
isOnlinein interfaceI_C_Payment- Returns:
- Can be accessed online
-
setIsOverUnderPayment
public void setIsOverUnderPayment(boolean IsOverUnderPayment) Set Over/Under Payment.- Specified by:
setIsOverUnderPaymentin interfaceI_C_Payment- Parameters:
IsOverUnderPayment- Over-Payment (unallocated) or Under-Payment (partial payment)
-
isOverUnderPayment
public boolean isOverUnderPayment()Get Over/Under Payment.- Specified by:
isOverUnderPaymentin interfaceI_C_Payment- Returns:
- Over-Payment (unallocated) or Under-Payment (partial payment)
-
setIsOverrideCurrencyRate
public void setIsOverrideCurrencyRate(boolean IsOverrideCurrencyRate) Set Override Currency Conversion Rate.- Specified by:
setIsOverrideCurrencyRatein interfaceI_C_Payment- Parameters:
IsOverrideCurrencyRate- Override Currency Conversion Rate
-
isOverrideCurrencyRate
public boolean isOverrideCurrencyRate()Get Override Currency Conversion Rate.- Specified by:
isOverrideCurrencyRatein interfaceI_C_Payment- Returns:
- Override Currency Conversion Rate
-
setIsPrepayment
public void setIsPrepayment(boolean IsPrepayment) Set Prepayment.- Specified by:
setIsPrepaymentin interfaceI_C_Payment- Parameters:
IsPrepayment- The Payment/Receipt is a Prepayment
-
isPrepayment
public boolean isPrepayment()Get Prepayment.- Specified by:
isPrepaymentin interfaceI_C_Payment- Returns:
- The Payment/Receipt is a Prepayment
-
setIsReceipt
public void setIsReceipt(boolean IsReceipt) Set Receipt.- Specified by:
setIsReceiptin interfaceI_C_Payment- Parameters:
IsReceipt- This is a sales transaction (receipt)
-
isReceipt
public boolean isReceipt()Get Receipt.- Specified by:
isReceiptin interfaceI_C_Payment- Returns:
- This is a sales transaction (receipt)
-
setIsReconciled
public void setIsReconciled(boolean IsReconciled) Set Reconciled.- Specified by:
setIsReconciledin interfaceI_C_Payment- Parameters:
IsReconciled- Payment is reconciled with bank statement
-
isReconciled
public boolean isReconciled()Get Reconciled.- Specified by:
isReconciledin interfaceI_C_Payment- Returns:
- Payment is reconciled with bank statement
-
setIsSelfService
public void setIsSelfService(boolean IsSelfService) Set Self-Service.- Specified by:
setIsSelfServicein interfaceI_C_Payment- Parameters:
IsSelfService- This is a Self-Service entry or this entry can be changed via Self-Service
-
isSelfService
public boolean isSelfService()Get Self-Service.- Specified by:
isSelfServicein interfaceI_C_Payment- Returns:
- This is a Self-Service entry or this entry can be changed via Self-Service
-
setIsVoided
public void setIsVoided(boolean IsVoided) Set Voided.- Specified by:
setIsVoidedin interfaceI_C_Payment- Parameters:
IsVoided- Voided
-
isVoided
public boolean isVoided()Get Voided.- Specified by:
isVoidedin interfaceI_C_Payment- Returns:
- Voided
-
setMicr
Set Micr.- Specified by:
setMicrin interfaceI_C_Payment- Parameters:
Micr- Combination of routing no, account and check no
-
getMicr
Get Micr.- Specified by:
getMicrin interfaceI_C_Payment- Returns:
- Combination of routing no, account and check no
-
setOProcessing
Set Online Processing.- Specified by:
setOProcessingin interfaceI_C_Payment- Parameters:
OProcessing- This payment can be processed online
-
getOProcessing
Get Online Processing.- Specified by:
getOProcessingin interfaceI_C_Payment- Returns:
- This payment can be processed online
-
setOrig_TrxID
Set Original Transaction ID.- Specified by:
setOrig_TrxIDin interfaceI_C_Payment- Parameters:
Orig_TrxID- Original Transaction ID
-
getOrig_TrxID
Get Original Transaction ID.- Specified by:
getOrig_TrxIDin interfaceI_C_Payment- Returns:
- Original Transaction ID
-
setOverUnderAmt
Set Over/Under Payment.- Specified by:
setOverUnderAmtin interfaceI_C_Payment- Parameters:
OverUnderAmt- Over-Payment (unallocated) or Under-Payment (partial payment) Amount
-
getOverUnderAmt
Get Over/Under Payment.- Specified by:
getOverUnderAmtin interfaceI_C_Payment- Returns:
- Over-Payment (unallocated) or Under-Payment (partial payment) Amount
-
setPONum
Set PO Number.- Specified by:
setPONumin interfaceI_C_Payment- Parameters:
PONum- Purchase Order Number
-
getPONum
Get PO Number.- Specified by:
getPONumin interfaceI_C_Payment- Returns:
- Purchase Order Number
-
setPayAmt
Set Payment amount.- Specified by:
setPayAmtin interfaceI_C_Payment- Parameters:
PayAmt- Amount being paid
-
getPayAmt
Get Payment amount.- Specified by:
getPayAmtin interfaceI_C_Payment- Returns:
- Amount being paid
-
setPosted
public void setPosted(boolean Posted) Set Posted.- Specified by:
setPostedin interfaceI_C_Payment- Parameters:
Posted- Posting status
-
isPosted
public boolean isPosted()Get Posted.- Specified by:
isPostedin interfaceI_C_Payment- Returns:
- Posting status
-
setProcessed
public void setProcessed(boolean Processed) Set Processed.- Specified by:
setProcessedin interfaceI_C_Payment- Parameters:
Processed- The document has been processed
-
isProcessed
public boolean isProcessed()Get Processed.- Specified by:
isProcessedin interfaceI_C_Payment- Returns:
- The document has been processed
-
setProcessedOn
Set Processed On.- Specified by:
setProcessedOnin interfaceI_C_Payment- Parameters:
ProcessedOn- The date+time (expressed in decimal format) when the document has been processed
-
getProcessedOn
Get Processed On.- Specified by:
getProcessedOnin interfaceI_C_Payment- Returns:
- The date+time (expressed in decimal format) when the document has been processed
-
setProcessing
public void setProcessing(boolean Processing) Set Process Now.- Specified by:
setProcessingin interfaceI_C_Payment- Parameters:
Processing- Process Now
-
isProcessing
public boolean isProcessing()Get Process Now.- Specified by:
isProcessingin interfaceI_C_Payment- Returns:
- Process Now
-
setR_AuthCode
Set Authorization Code.- Specified by:
setR_AuthCodein interfaceI_C_Payment- Parameters:
R_AuthCode- Authorization Code returned
-
getR_AuthCode
Get Authorization Code.- Specified by:
getR_AuthCodein interfaceI_C_Payment- Returns:
- Authorization Code returned
-
setR_AuthCode_DC
Set Authorization Code (DC).- Specified by:
setR_AuthCode_DCin interfaceI_C_Payment- Parameters:
R_AuthCode_DC- Authorization Code Delayed Capture returned
-
getR_AuthCode_DC
Get Authorization Code (DC).- Specified by:
getR_AuthCode_DCin interfaceI_C_Payment- Returns:
- Authorization Code Delayed Capture returned
-
setR_AvsAddr
Set Address verified.- Specified by:
setR_AvsAddrin interfaceI_C_Payment- Parameters:
R_AvsAddr- This address has been verified
-
getR_AvsAddr
Get Address verified.- Specified by:
getR_AvsAddrin interfaceI_C_Payment- Returns:
- This address has been verified
-
setR_AvsZip
Set Zip verified.- Specified by:
setR_AvsZipin interfaceI_C_Payment- Parameters:
R_AvsZip- The Zip Code has been verified
-
getR_AvsZip
Get Zip verified.- Specified by:
getR_AvsZipin interfaceI_C_Payment- Returns:
- The Zip Code has been verified
-
setR_CVV2Match
public void setR_CVV2Match(boolean R_CVV2Match) Set CVV Match.- Specified by:
setR_CVV2Matchin interfaceI_C_Payment- Parameters:
R_CVV2Match- Credit Card Verification Code Match
-
isR_CVV2Match
public boolean isR_CVV2Match()Get CVV Match.- Specified by:
isR_CVV2Matchin interfaceI_C_Payment- Returns:
- Credit Card Verification Code Match
-
setR_Info
Set Info.- Specified by:
setR_Infoin interfaceI_C_Payment- Parameters:
R_Info- Response info
-
getR_Info
Get Info.- Specified by:
getR_Infoin interfaceI_C_Payment- Returns:
- Response info
-
setR_PnRef
Set Reference.- Specified by:
setR_PnRefin interfaceI_C_Payment- Parameters:
R_PnRef- Payment reference
-
getR_PnRef
Get Reference.- Specified by:
getR_PnRefin interfaceI_C_Payment- Returns:
- Payment reference
-
setR_PnRef_DC
Set Reference (DC).- Specified by:
setR_PnRef_DCin interfaceI_C_Payment- Parameters:
R_PnRef_DC- Payment Reference Delayed Capture
-
getR_PnRef_DC
Get Reference (DC).- Specified by:
getR_PnRef_DCin interfaceI_C_Payment- Returns:
- Payment Reference Delayed Capture
-
setR_RespMsg
Set Response Message.- Specified by:
setR_RespMsgin interfaceI_C_Payment- Parameters:
R_RespMsg- Response message
-
getR_RespMsg
Get Response Message.- Specified by:
getR_RespMsgin interfaceI_C_Payment- Returns:
- Response message
-
setR_Result
Set Result.- Specified by:
setR_Resultin interfaceI_C_Payment- Parameters:
R_Result- Result of transmission
-
getR_Result
Get Result.- Specified by:
getR_Resultin interfaceI_C_Payment- Returns:
- Result of transmission
-
setR_VoidMsg
Set Void Message.- Specified by:
setR_VoidMsgin interfaceI_C_Payment- Parameters:
R_VoidMsg- Void Message
-
getR_VoidMsg
Get Void Message.- Specified by:
getR_VoidMsgin interfaceI_C_Payment- Returns:
- Void Message
-
getRef_Payment
Deprecated.- Specified by:
getRef_Paymentin interfaceI_C_Payment- Throws:
RuntimeException
-
setRef_Payment_ID
public void setRef_Payment_ID(int Ref_Payment_ID) Set Referenced Payment.- Specified by:
setRef_Payment_IDin interfaceI_C_Payment- Parameters:
Ref_Payment_ID- Referenced Payment
-
getRef_Payment_ID
public int getRef_Payment_ID()Get Referenced Payment.- Specified by:
getRef_Payment_IDin interfaceI_C_Payment- Returns:
- Referenced Payment
-
getReversal
Deprecated.- Specified by:
getReversalin interfaceI_C_Payment- Throws:
RuntimeException
-
setReversal_ID
public void setReversal_ID(int Reversal_ID) Set Reversal ID.- Specified by:
setReversal_IDin interfaceI_C_Payment- Parameters:
Reversal_ID- ID of document reversal
-
getReversal_ID
public int getReversal_ID()Get Reversal ID.- Specified by:
getReversal_IDin interfaceI_C_Payment- Returns:
- ID of document reversal
-
setRoutingNo
Set Routing No.- Specified by:
setRoutingNoin interfaceI_C_Payment- Parameters:
RoutingNo- Bank Routing Number
-
getRoutingNo
Get Routing No.- Specified by:
getRoutingNoin interfaceI_C_Payment- Returns:
- Bank Routing Number
-
setSwiftCode
Set Swift code.- Specified by:
setSwiftCodein interfaceI_C_Payment- Parameters:
SwiftCode- Swift Code or BIC
-
getSwiftCode
Get Swift code.- Specified by:
getSwiftCodein interfaceI_C_Payment- Returns:
- Swift Code or BIC
-
setSwipe
Set Swipe.- Specified by:
setSwipein interfaceI_C_Payment- Parameters:
Swipe- Track 1 and 2 of the Credit Card
-
getSwipe
Get Swipe.- Specified by:
getSwipein interfaceI_C_Payment- Returns:
- Track 1 and 2 of the Credit Card
-
setTaxAmt
Set Tax Amount.- Specified by:
setTaxAmtin interfaceI_C_Payment- Parameters:
TaxAmt- Tax Amount for a document
-
getTaxAmt
Get Tax Amount.- Specified by:
getTaxAmtin interfaceI_C_Payment- Returns:
- Tax Amount for a document
-
setTenderType
Set Tender type.- Specified by:
setTenderTypein interfaceI_C_Payment- Parameters:
TenderType- Method of Payment
-
getTenderType
Get Tender type.- Specified by:
getTenderTypein interfaceI_C_Payment- Returns:
- Method of Payment
-
setTrxType
Set Transaction Type.- Specified by:
setTrxTypein interfaceI_C_Payment- Parameters:
TrxType- Type of credit card transaction
-
getTrxType
Get Transaction Type.- Specified by:
getTrxTypein interfaceI_C_Payment- Returns:
- Type of credit card transaction
-
getUser1
Deprecated.- Specified by:
getUser1in interfaceI_C_Payment- Throws:
RuntimeException
-
setUser1_ID
public void setUser1_ID(int User1_ID) Set User Element List 1.- Specified by:
setUser1_IDin interfaceI_C_Payment- Parameters:
User1_ID- User defined list element #1
-
getUser1_ID
public int getUser1_ID()Get User Element List 1.- Specified by:
getUser1_IDin interfaceI_C_Payment- Returns:
- User defined list element #1
-
getUser2
Deprecated.- Specified by:
getUser2in interfaceI_C_Payment- Throws:
RuntimeException
-
setUser2_ID
public void setUser2_ID(int User2_ID) Set User Element List 2.- Specified by:
setUser2_IDin interfaceI_C_Payment- Parameters:
User2_ID- User defined list element #2
-
getUser2_ID
public int getUser2_ID()Get User Element List 2.- Specified by:
getUser2_IDin interfaceI_C_Payment- Returns:
- User defined list element #2
-
setVoiceAuthCode
Set Voice authorization code.- Specified by:
setVoiceAuthCodein interfaceI_C_Payment- Parameters:
VoiceAuthCode- Voice Authorization Code from credit card company
-
getVoiceAuthCode
Get Voice authorization code.- Specified by:
getVoiceAuthCodein interfaceI_C_Payment- Returns:
- Voice Authorization Code from credit card company
-
setWriteOffAmt
Set Write-off Amount.- Specified by:
setWriteOffAmtin interfaceI_C_Payment- Parameters:
WriteOffAmt- Amount to write-off
-
getWriteOffAmt
Get Write-off Amount.- Specified by:
getWriteOffAmtin interfaceI_C_Payment- Returns:
- Amount to write-off
-