Interface: ChargeListParams
Extends
Properties
address_id?
optionaladdress_id:string|number
Filter Charges by Address.
created_at_max?
optionalcreated_at_max:string
Show Charges created before the given date.
created_at_min?
optionalcreated_at_min:string
Show Charges created after the given date.
cursor?
optionalcursor:string
next or previous cursor returned by previous list call
Inherited from
discount_code?
optionaldiscount_code:string
List Charges that contain the given discount_code.
discount_id?
optionaldiscount_id:string|number
List Charges that contain the given discount_id.
external_order_id?
optionalexternal_order_id:string|number
Filter Charges by the associated order ID in the external e-commerce platform.
ids?
optionalids: (string|number)[]
Filter Charges by list of IDs.
include?
optionalinclude:ChargeIncludes[]
Include related data options
limit?
optionallimit:number
default is 50, max is 250
Inherited from
processed_at_max?
optionalprocessed_at_max:string
Show charges processed after, and including, the given date.
processed_at_min?
optionalprocessed_at_min:string
Show charges processed before, and including, the given date.
purchase_item_id?
optionalpurchase_item_id:string|number
Filter Charges by a Subscription or Onetime ID.
purchase_item_ids?
optionalpurchase_item_ids: (string|number)[]
Filter Charges by list of Subscription or Onetime IDs.
scheduled_at?
optionalscheduled_at:string
Filter Charges by specific scheduled charge date.
scheduled_at_max?
optionalscheduled_at_max:string
Show Charges scheduled to be processed before the given date.
scheduled_at_min?
optionalscheduled_at_min:string
Show Charges scheduled to be processed after the given date.
sort_by?
optionalsort_by:ChargeSortBy
sort list by option
Inherited from
status?
optionalstatus:ChargeStatus[]
Filter charges by status.
updated_at_max?
optionalupdated_at_max:string
Show charges updated before the given date.
updated_at_min?
optionalupdated_at_min:string
Show charges updated after the given date.