Defines BBPay Templates for BBNC.
Fields
Field |
Field Type |
Null |
Notes |
Description |
HTMLSOURCE
|
nvarchar(max)
|
false
|
|
The html source of the BBPay Template
|
CSSSOURCE
|
nvarchar(max)
|
false
|
|
The css source of the BBPay Template
|
IMAGEPLACEHOLDERS
|
xml
|
false
|
|
XML to represent the BBPay Template's collection of image IDs and the corresponding 64bit strings
|
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.
|