list_customers: List all customers

Description Usage Arguments Value See Also

View source: R/customer.R

Description

List all customers

Usage

1
2
list_customers(created = NULL, ending_before = NULL, limit = 10,
  starting_before = NULL)

Arguments

created

filter on created

ending_before

filter for pagination

limit

Between 1 and 100

starting_before

filter for pagination

Value

List object

See Also

Other customers: create_customer, delete_customer, get_customer, update_customer


MarkEdmondson1234/stripeR documentation built on Nov. 6, 2019, 3:21 p.m.