sq_list_fees: List Fees

Description Usage Arguments Details Value Examples

View source: R/fees.R

Description

Lists all of a location's fees.

Usage

1
sq_list_fees(location, verbose = FALSE)

Arguments

location

character; the Square ID or name associated to a location. This must be an exact match to the ID or name as found using sq_list_locations.

verbose

logical; do you want informative messages?

Details

Required permissions: ITEMS_READ

Value

tbl_df of fees

Examples

1
2
3
4
## Not run: 
my_fees <- sq_list_fees(location)

## End(Not run)

StevenMMortimer/squareupr documentation built on July 12, 2019, 1:45 a.m.