CWS Wrapper Library  5.1.0
Properties | List of all members
CWSWrapper.TransactionSearchArgs Class Reference

Transaction search criteria More...

Properties

string paymentGatewayId [get, set]
 Id returned from openPaymentGateway More...
 
string creditCard [get, set]
 Complete credit card number to search for More...
 
string last4CC [get, set]
 Last 4 digits of the credit card to search for More...
 
string first6CC [get, set]
 First 6 digits of the credit card to search for More...
 
string beginDate [get, set]
 Begining date to search for - YYYYMMDD format More...
 
string endDate [get, set]
 Ending date to search for - YYYYMMDD format More...
 
string note [get, set]
 Search by note content More...
 
string merchantTransactionReference [get, set]
 Search by merchant transaction reference More...
 
string transId [get, set]
 Search for a specific transaction More...
 
string utcDate [get, set]
 UTC date for that tranaction - YYYY/MM/DD HH:MM:SS format More...
 

Detailed Description

Transaction search criteria

Property Documentation

◆ beginDate

string CWSWrapper.TransactionSearchArgs.beginDate
getset

Begining date to search for - YYYYMMDD format

◆ creditCard

string CWSWrapper.TransactionSearchArgs.creditCard
getset

Complete credit card number to search for

◆ endDate

string CWSWrapper.TransactionSearchArgs.endDate
getset

Ending date to search for - YYYYMMDD format

◆ first6CC

string CWSWrapper.TransactionSearchArgs.first6CC
getset

First 6 digits of the credit card to search for

◆ last4CC

string CWSWrapper.TransactionSearchArgs.last4CC
getset

Last 4 digits of the credit card to search for

◆ merchantTransactionReference

string CWSWrapper.TransactionSearchArgs.merchantTransactionReference
getset

Search by merchant transaction reference

◆ note

string CWSWrapper.TransactionSearchArgs.note
getset

Search by note content

◆ paymentGatewayId

string CWSWrapper.TransactionSearchArgs.paymentGatewayId
getset

Id returned from openPaymentGateway

◆ transId

string CWSWrapper.TransactionSearchArgs.transId
getset

Search for a specific transaction

◆ utcDate

string CWSWrapper.TransactionSearchArgs.utcDate
getset

UTC date for that tranaction - YYYY/MM/DD HH:MM:SS format


The documentation for this class was generated from the following file: