CreditCardAuthTrans::findChargeByInvoice Method
Finds the specified record in the CreditCardAuthTrans table.
Syntax
client server public static CreditCardAuthTrans findChargeByInvoice(SalesId _salesId, SalesInvoiceId _salesInvoiceId)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The sales ID of the record to find.
- _salesInvoiceId
Type: SalesInvoiceId Extended Data Type
The sales invoice ID of the record to find.
Return Value
Type: CreditCardAuthTrans Table
A record in the CreditCardAuthTrans table; otherwise, an empty record.