This shows you the differences between two versions of the page.
— |
developer:soap-1.3:objects:merchantsummaryobject [2010/06/02 11:49] (current) hmcgowan created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <embed ..:contents/>====== MerchantSummaryObject ====== | ||
+ | |||
+ | Summary of merchant activity over a given time period. | ||
+ | |||
+ | ===== Description ===== | ||
+ | |||
+ | Time period to be analyzed must be specified in the initial search using the [[..:methods:getMerchantSummary]] method. All information returned applies only to the specified time period and is not a definitive total of all of the merchant's transaction information. | ||
+ | |||
+ | |||
+ | ===== Properties ===== | ||
+ | |||
+ | ^Type ^Name ^Description ^ | ||
+ | |integer |MerchantID |Merchant ID (assigned by the gateway).| | ||
+ | |string |MerchantName |Name of the merchant whose activity you are searching.| | ||
+ | |integer |SalesCount |Total number of sales processed by the merchant.| | ||
+ | |double |SalesAmount |Total dollar amount of sales processed.| | ||
+ | |integer |CreditsCount |Total number of credits processed by the merchant.| | ||
+ | |double |CreditsAmount |Total dollar amount of credits processed.| | ||
+ | |integer |VoidsCount |Total number of voids processed by the merchant.| | ||
+ | |double |VoidsAmount |Total dollar amount of voids processed.| | ||
+ | |integer |DeclinesCount |Total number of declines processed by the merchant.| | ||
+ | |double |DeclinesAmount |Total dollar amount of declines processed| | ||
+ | |integer |CheckSalesCount |Total number of check sales processed by the merchant.| | ||
+ | |double |CheckSalesAmount |Total dollar amount of check sales processed.| | ||
+ | |integer |CheckRefundsCount |Total number of check refunds processed by the merchant.| | ||
+ | |double |CheckRefundsAmount |Total dollar amount of check refunds processed.| | ||
+ | |||
+ | |||
+ | ===== Places Used ===== | ||
+ | |||
+ | [[..:methods:getMerchantSummary]] | ||
+ | |||
+ | ===== Examples ===== | ||