Interface: AddressListParams
Extends
Properties
created_at_max?
optionalcreated_at_max?:string
Returns addresses created before the given time.
created_at_min?
optionalcreated_at_min?:string
Returns addresses created after the given time.
cursor?
optionalcursor?:string
next or previous cursor returned by previous list call
Inherited from
discount_code?
optionaldiscount_code?:string
Returns addresses that have the provided discount_code.
discount_id?
optionaldiscount_id?:string|number
Returns addresses that have the provided discount_id.
ids?
optionalids?:string[]
Returns addresses with the provided ids
include?
optionalinclude?:AddressIncludes[]
Include related data options
is_active?
optionalis_active?:boolean
Returns active addresses.
limit?
optionallimit?:number
default is 50, max is 250
Inherited from
sort_by?
optionalsort_by?:AddressSortBy
sort list by option