Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

GlobalSummaryResult Type

Contains a summary for a single payment type.

Remarks

This type will contain a summary for the payment type specified by the PaymentType field. This includes the total dollar amounts and transaction counts of all the Sale, Refund, Force, Auth-only, and Recurring transactions, as well as the total number of transactions made for that particular PaymentType.

Fields

AuthorizationAmount
String

Contains the dollar amount authorized for all transactions for the indicated PaymentType.

AuthorizationCount
Integer

* No longer supported as the underlying Global API has changed.

Contains the transaction count of all Authorization-only transactions for the indicated PaymentType. Auth-only transactions are also known as preauth transactions.

CaptureAmount
String

Contains the dollar amount captured for all transactions for the indicated PaymentType.

CaptureCount
Integer

Contains the transaction count of all transactions that have been settled for the indicated PaymentType.

ForceCaptureAmount
String

* No longer supported as the underlying Global API has changed.

Contains the dollar amount of all Force transactions for the indicated PaymentType.

ForceCaptureCount
Integer

* No longer supported as the underlying Global API has changed.

Contains the transaction count of all Force transactions for the indicated PaymentType.

PaymentType
String

The type of transactions being summarized.

This field varies based on the value specified via SearchCriteriaCardBreakdown. When set to 'False', PaymentType will be set to transaction type returned in the response such as "Sale", "Return", "Force", etc.

When set to 'True', PaymentType will be set to the card and transaction type returned in the response and separated by " - " such as "VISA - Force", "MasterCard - Return", "Discover - Sale", etc.

PostAuthAmount
String

* No longer supported as the underlying Global API has changed.

Contains the dollar amount of all PreAuth Complete (Capture) transactions for the indicated PaymentType.

PostAuthCount
Integer

* No longer supported as the underlying Global API has changed.

Contains the transaction count of all PreAuth Complete (Capture) transactions for the indicated PaymentType.

RefundAmount
String

* No longer supported as the underlying Global API has changed.

Contains the dollar amount of all Refund and Credit transactions for the indicated PaymentType.

RefundCount
Integer

* No longer supported as the underlying Global API has changed.

Contains the transaction count of all Refund and Credit transactions for the indicated PaymentType.

RepeatSaleAmount
String

* No longer supported as the underlying Global API has changed.

Contains the dollar amount of all RepeatSale (Recurring Billing) transactions for the indicated PaymentType.

RepeatSaleCount
Integer

* No longer supported as the underlying Global API has changed.

Contains the transaction count of all RepeatSale (Recurring Billing) transactions for the indicated PaymentType.

SaleAmount
String

* No longer supported as the underlying Global API has changed.

Contains the dollar amount of all Sale transactions for the indicated PaymentType.

SaleCount
Integer

* No longer supported as the underlying Global API has changed.

Contains the transaction count of all Sale transactions for the indicated PaymentType.

TotalCount
Integer

Contains the total count of all transactions for the indicated PaymentType.

Constructors

[VB.NET]
Public GlobalSummaryResult()

[C#]
public GlobalSummaryResult();



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0