Schedule information for pledges and recurring gifts to be created as part of a sales order.
Fields
Field |
Field Type |
Null |
Notes |
Description |
AMOUNT
|
money
|
false
|
|
The installment amount for the commitment.
|
FREQUENCYCODE
|
tinyint
|
false
|
|
0=Annually, 1=Semi-annually, 2=Quarterly, 3=Monthly, 4=Irregular, 5=Single Installment, 6=Bimonthly, 7=Semi-Monthly, 8=Biweekly, 9=Weekly
|
FREQUENCY
|
nvarchar(18) (Computed)
|
true
|
|
Provides a translation for the 'FREQUENCYCODE' field.
|
SCHEDULESTARTDATE
|
date
|
false
|
|
|
AUTOPAY
|
bit
|
false
|
|
|
PAYMENTMETHODCODE
|
tinyint
|
false
|
|
2=Credit card, 3=Direct debit
|
PAYMENTMETHOD
|
nvarchar(12) (Computed)
|
true
|
|
Provides a translation for the 'PAYMENTMETHODCODE' field.
|
CARDHOLDERNAME
|
nvarchar(255)
|
false
|
|
The name on the credit card.
|
CREDITCARDPARTIALNUMBER
|
nvarchar(4)
|
false
|
|
Stores the last four digits of a credit card number
|
EXPIRESON
|
UDT_FUZZYDATE
|
false
|
|
The expiration date of the credit card.
|
CREDITCARDTOKEN
|
uniqueidentifier
|
true
|
|
The token used to identify the card on the BBPS service.
|
REFERENCEDATE
|
UDT_FUZZYDATE
|
false
|
|
The date that the reference was made.
|
REFERENCENUMBER
|
nvarchar(20)
|
false
|
|
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|