ReadiVoice PSPI Reference
140
Proprietary & Confidential
Parameter
Data Type
Constraints
Description
vEntryDate
DATETIME
YEAR TO
MINUTE
Time of creation.
vActivationDate
DATETIME
YEAR TO
MINUTE
Time of activation.
vBillingId
INT
-1, >0
Existing billing ID (from database) or -1 to let
system generate a new billing ID.
vBillingType
SMALLINT
0, 1
Type of billing. 0: Credit card; 1: Phone
number.
vBillingPhone
CHAR (30)
Phone number to bill or empty string.
vBillingAddress
CHAR (255)
Billing address or empty string.
vCreditCardType
SMALLINT
0–3
Type of credit card. 0: Visa; 1: MC; 2: Amex;
3: Discover. Set to 0 if not using.
vCreditCardNumber
CHAR (20)
Credit card number (numeric characters only).
Set to “999999” if not using.
vCreditCardExpire
DATETIME
YEAR TO
MONTH
Credit card expiration date. Set to 1999-12 if
not using.
vClientBillA
CHAR (255)
User-defined billing field 1. Set to empty string
if not using.
vClientBillB
CHAR (255)
User-defined billing field 2. Set to empty string
if not using.
vGroupId
INT
-1, >0
ID number of subscriber group to which this
subscriber should be assigned (must be in
database), or -1 to use default subscriber
group.
vPromptSet
INT
-1, >0
Prompt set to assign to this subscriber (must
be in database), or -1 to assign default prompt
set.
vFirstName
CHAR (30)
Subscriber’s first name or empty string.
vLastName
CHAR (30)
Subscriber’s last name or empty string.
vMiddleName
CHAR (30)
Subscriber’s middle name or empty string.
vCompanyName
CHAR (50)
Subscriber’s company name or empty string.