Record
get-payment-intents-search-response
No description available.
record get-payment-intents-search-response {
data: list<payment-intent>,
has-more: bool,
next-page: option<string>,
object: get-payment-intents-search-response-object-enum,
total-count: option<s32>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<payment-intent> | |
| has-more | bool | |
| next-page | option<string> | |
| object | get-payment-intents-search-response-object-enum | |
| total-count | option<s32> | |
| url | string |