Fix merge with 28f0ff5b4ae2e8ae3565045da5ed334120e2965f

This commit is contained in:
Elaine Tan 2012-11-01 20:59:59 +08:00
parent fe8573e501
commit 281cd20e6f
1 changed files with 32 additions and 0 deletions

View File

@ -736,6 +736,38 @@ public class X_C_PaymentProcessor extends PO implements I_C_PaymentProcessor, I_
return false;
}
/** TrxType AD_Reference_ID=215 */
public static final int TRXTYPE_AD_Reference_ID=215;
/** Sales = S */
public static final String TRXTYPE_Sales = "S";
/** Delayed Capture = D */
public static final String TRXTYPE_DelayedCapture = "D";
/** Credit (Payment) = C */
public static final String TRXTYPE_CreditPayment = "C";
/** Voice Authorization = F */
public static final String TRXTYPE_VoiceAuthorization = "F";
/** Authorization = A */
public static final String TRXTYPE_Authorization = "A";
/** Void = V */
public static final String TRXTYPE_Void = "V";
/** Set Transaction Type.
@param TrxType
Type of credit card transaction
*/
public void setTrxType (String TrxType)
{
set_Value (COLUMNNAME_TrxType, TrxType);
}
/** Get Transaction Type.
@return Type of credit card transaction
*/
public String getTrxType ()
{
return (String)get_Value(COLUMNNAME_TrxType);
}
/** Set User ID.
@param UserID
User ID or account number