Skip to main content

Interface: CreditAccountListParams

Extends​

Properties​

credit_type?​

optional credit_type?: CreditAccountType

Filter credit accounts by type.


cursor?​

optional cursor?: string

next or previous cursor returned by previous list call

Inherited from​

ListParams.cursor


expires_at_max?​

optional expires_at_max?: string

Show credit accounts that expire before the given date.


expires_at_min?​

optional expires_at_min?: string

Show credit accounts that expire after the given date.


ids?​

optional ids?: (string | number)[]

Filter credit accounts by id.


include?​

optional include?: "customer"[]

Include related data options


limit?​

optional limit?: number

default is 50, max is 250

Inherited from​

ListParams.limit


sort_by?​

optional sort_by?: CreditAccountsSortBy

sort list by option

Inherited from​

ListParams.sort_by