Skip to main content

PaymentMethodListParams

Extends

Properties

address_id?

address_id?: string | number

Return the payment_methods linked to the given address_id.


cursor?

cursor?: string

next or previous cursor returned by previous list call

Inherited from

ListParams.cursor


include?

include?: "addresses"[]

Include related data options


limit?

limit?: number

default is 50, max is 250

Inherited from

ListParams.limit


processor_name?

processor_name?: ProcessorName

Return the payment_methods linked to the given processor_name.


processor_payment_method_token?

processor_payment_method_token?: string

Return the payment_methods linked to the given processor_payment_method_token.


sort_by?

sort_by?: null

sort list by option

Inherited from

ListParams.sort_by


Generated using typedoc-plugin-markdown and TypeDoc