Returns detailed information for the specified payment type(s).
GetPaymentTypeInfo(XmlIds AS String)
XML String
XmlIds = XML String containing the Payment Type Ids of the records to return. You must format the string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
cCardName |
String |
20 |
Payment type name. |
|
cCardAbbrev |
String |
5 |
Abbreviated payment type name. |
|
gcardphoto |
General |
4 |
Not Used. |
|
nOrder |
Decimal |
4 |
Order of the payment type in the payments list on the Payment Types window. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
iGId |
Integer |
4 |
Payment Type Global Id. |
|
lInactive |
Boolean |
1 |
Indicates whether the payment type is active. |
|
lNonMonetary |
Boolean |
1 |
Indicates whether the payment type is monetary. |
|
nShortcut |
Decimal |
2,0 |
Used internally. |
|
cPMSCode |
String |
|
|
|
iNonGuest |
Integer |
4 |
|
|
nNonGuest |
Boolean |
4 |
|
|
iOffDept |
Integer |
4 |
|
|
iOffsDept |
Integer |
4 |
|
|
iPayId |
Integer |
4 |
Payment Record Id. |