Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

62e9cf2 · Sep 24, 2019

History

History
23 lines (15 loc) · 1.54 KB

ListPaymentsRequest.md

File metadata and controls

23 lines (15 loc) · 1.54 KB

Square.Connect.Model.ListPaymentsRequest

Description

Retrieves a list of refunds taken by the account making the request. Max results per page: 100

Properties

Name Type Description Notes
BeginTime string Timestamp for the beginning of the reporting period, in RFC 3339 format. Inclusive. Default: The current time minus one year. [optional]
EndTime string Timestamp for the end of the requested reporting period, in RFC 3339 format. Default: The current time. [optional]
SortOrder string The order in which results are listed. - `ASC` - oldest to newest - `DESC` - newest to oldest (default). [optional]
Cursor string A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query. See Pagination for more information. [optional]
LocationId string ID of location associated with payment [optional]
Total long? The exact amount in the total_money for a `Payment`. [optional]
Last4 string The last 4 digits of `Payment` card. [optional]
CardBrand string The brand of `Payment` card. For example, `VISA` [optional]

[Back to Model list] [Back to API list] [Back to README]