Returns a payment type listing.
GetPaymentTypeListing(IncludeDeleted AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cCardName |
String |
20 |
Payment type name. |
|
cCardAbbrev |
String |
5 |
Abbreviated payment type name. |
|
dDateDel |
DateTime |
8 |
Date payment type was deleted. |