com.intuit.qbmsconnector.request
Class ScheduledBillingConstants

java.lang.Object
  extended by com.intuit.qbmsconnector.request.ScheduledBillingConstants

public class ScheduledBillingConstants
extends Object

The Class ScheduledBillingConstants.


Field Summary
static String AMOUNT_RANGE_MAX
          Could be used only in ScheduledBilling related query.
static String AMOUNT_RANGE_MIN
          Could be used only in ScheduledBilling related query.
static String COMMERCIAL_CARD_CODE
          Could be used only in ScheduledBilling related query.
static String CUSTOMER_ID
          Could be used in both ScheduledBilling and ScheduledBillingPayment related query.
static String DESCRIPTION
          Could be used only in ScheduledBilling related query.
static String END_DATE_RANGE_MAX
          Could be used only in ScheduledBilling-related query.
static String END_DATE_RANGE_MIN
          Could be used only in ScheduledBilling-related query.
static String PAYMENT_DATE_RANGE_MAX
          Could be used only in ScheduledBillingPayment-related query.
static String PAYMENT_DATE_RANGE_MIN
          Could be used only in ScheduledBillingPayment-related query.
static String PAYMENT_TYPE_CHECK
           
static String PAYMENT_TYPE_CREDITCARD
           
static String RESULT_STATUS_CODE
          Could be used only in ScheduledBillingPayment-related query.
static String SALES_TAX_AMOUNT_RANGE_MAX
          Could be used only in ScheduledBilling related query.
static String SALES_TAX_AMOUNT_RANGE_MIN
          Could be used only in ScheduledBilling related query.
static String SCHEDULED_BILLING_ID
          Could be used in both ScheduledBilling and ScheduledBillingPayment related query.
static String SCHEDULED_BILLING_PAYMENT_ID
          Could be used only in ScheduledBillingPayment-related query.
static String START_DATE_RANGE_MAX
          Could be used only in ScheduledBilling-related query.
static String START_DATE_RANGE_MIN
          Could be used only in ScheduledBilling-related query.
static String STATUS
          Could be used only in ScheduledBilling related query.
static String STATUS_ACTIVE
           
static String STATUS_CANCELED
           
static String STATUS_SUSPENDED
           
static String STATUS_WAITING_FOR_AUTHORIZATION
           
static String TAG_VALUE
          Could be used only in ScheduledBilling related query.
static String WALLET_ENTRY_ID
          Could be used only in ScheduledBilling related query.
 
Constructor Summary
ScheduledBillingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEDULED_BILLING_ID

public static final String SCHEDULED_BILLING_ID
Could be used in both ScheduledBilling and ScheduledBillingPayment related query.

See Also:
Constant Field Values

CUSTOMER_ID

public static final String CUSTOMER_ID
Could be used in both ScheduledBilling and ScheduledBillingPayment related query.

See Also:
Constant Field Values

STATUS

public static final String STATUS
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

TAG_VALUE

public static final String TAG_VALUE
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

AMOUNT_RANGE_MIN

public static final String AMOUNT_RANGE_MIN
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

AMOUNT_RANGE_MAX

public static final String AMOUNT_RANGE_MAX
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

SALES_TAX_AMOUNT_RANGE_MIN

public static final String SALES_TAX_AMOUNT_RANGE_MIN
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

SALES_TAX_AMOUNT_RANGE_MAX

public static final String SALES_TAX_AMOUNT_RANGE_MAX
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

WALLET_ENTRY_ID

public static final String WALLET_ENTRY_ID
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

COMMERCIAL_CARD_CODE

public static final String COMMERCIAL_CARD_CODE
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Could be used only in ScheduledBilling related query.

See Also:
Constant Field Values

START_DATE_RANGE_MIN

public static final String START_DATE_RANGE_MIN
Could be used only in ScheduledBilling-related query.

See Also:
Constant Field Values

START_DATE_RANGE_MAX

public static final String START_DATE_RANGE_MAX
Could be used only in ScheduledBilling-related query.

See Also:
Constant Field Values

END_DATE_RANGE_MIN

public static final String END_DATE_RANGE_MIN
Could be used only in ScheduledBilling-related query.

See Also:
Constant Field Values

END_DATE_RANGE_MAX

public static final String END_DATE_RANGE_MAX
Could be used only in ScheduledBilling-related query.

See Also:
Constant Field Values

SCHEDULED_BILLING_PAYMENT_ID

public static final String SCHEDULED_BILLING_PAYMENT_ID
Could be used only in ScheduledBillingPayment-related query.

See Also:
Constant Field Values

PAYMENT_DATE_RANGE_MIN

public static final String PAYMENT_DATE_RANGE_MIN
Could be used only in ScheduledBillingPayment-related query.

See Also:
Constant Field Values

PAYMENT_DATE_RANGE_MAX

public static final String PAYMENT_DATE_RANGE_MAX
Could be used only in ScheduledBillingPayment-related query.

See Also:
Constant Field Values

RESULT_STATUS_CODE

public static final String RESULT_STATUS_CODE
Could be used only in ScheduledBillingPayment-related query.

See Also:
Constant Field Values

PAYMENT_TYPE_CREDITCARD

public static final String PAYMENT_TYPE_CREDITCARD
See Also:
Constant Field Values

PAYMENT_TYPE_CHECK

public static final String PAYMENT_TYPE_CHECK
See Also:
Constant Field Values

STATUS_WAITING_FOR_AUTHORIZATION

public static String STATUS_WAITING_FOR_AUTHORIZATION

STATUS_ACTIVE

public static String STATUS_ACTIVE

STATUS_SUSPENDED

public static String STATUS_SUSPENDED

STATUS_CANCELED

public static String STATUS_CANCELED
Constructor Detail

ScheduledBillingConstants

public ScheduledBillingConstants()


Copyright © 2006-2010 Intuit Inc. All Rights Reserved.