| Field | Type | Required | Description |
|---|---|---|---|
connection_id |
str | ✔️ | ID of the connection |
contact_id |
Optional[str] | ➖ | The contact ID to filter by (reference to AccountingContact) |
fields |
List[operations.ListPaymentLinksQueryParamFields] | ➖ | Fields to return |
limit |
Optional[float] | ➖ | N/A |
offset |
Optional[float] | ➖ | N/A |
order |
Optional[str] | ➖ | N/A |
payment_id |
Optional[str] | ➖ | The payment ID to filter by (reference to PaymentPayment) |
query |
Optional[str] | ➖ | Query string to search. eg. email address or name |
raw |
Optional[str] | ➖ | Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar |
sort |
Optional[str] | ➖ | N/A |
updated_gte |
Optional[str] | ➖ | Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) |