CreditTransactions Property
Contains the transaction totals for Credit Cards.
Syntax
[VB.NET] Public ReadOnlyProperty CreditTransactions As GlobalBatchTotals
[C#] public GlobalBatchTotals CreditTransactions {get;}
Remarks
This property contains a the total sale amount, total refund amount, and net total amount for all credit card transactions contained in the batch. If no Credit transactions were made with the GlobalCharge component (and none were made with the merchant's virtual terminal) these CreditTransaction fields will be empty.
This property is populated when calling BatchInquiry and CaptureAll.
This property is read-only.