Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 5.01 KB

listtransfersforaccountrequest.md

File metadata and controls

16 lines (13 loc) · 5.01 KB

ListTransfersForAccountRequest

Fields

Field Type Required Description Example
account_id str ✔️ Identifier for an account.
status Optional[models.TransferStatus] Optional parameter for filtering transfers by status. pending
start_date_time Optional[str] Optional date-time which inclusively filters all transfers created after this date-time. 2009-11-10T23:00:00Z
end_date_time Optional[str] Optional date-time which exclusively filters all transfers created before this date-time. 2009-11-13T01:00:00Z
group_id Optional[str] Optional ID to filter for transfers in the same group. 683660e3-218c-4f5a-b193-930bd6d2f98e
count Optional[int] Optional parameter to limit the number of results in the query. 10
skip Optional[int] The number of items to offset before starting to collect the result set. 10
refunded Optional[bool] Optional parameter to only return refunded transfers. false
disputed Optional[bool] Optional parameter to only return disputed transfers. false