fbGetBusinessInvoices get invoices for a Facebook Business Manager.
fbGetBusinessInvoices(
business_id,
start_date = NULL,
end_date = NULL,
issue_start_date = NULL,
issue_end_date = NULL,
invoice_id = NULL,
type = NULL,
api_version = getOption("rfacebookstat.api_version"),
username = getOption("rfacebookstat.username"),
token_path = fbTokenPath(),
access_token = getOption("rfacebookstat.access_token")
)Data frame with business invoices.
ID of the Facebook Business Manager.
Start date for the billing period (YYYY-MM-DD).
End date for the billing period (YYYY-MM-DD).
Start date when the invoice was issued (YYYY-MM-DD).
End date when the invoice was issued (YYYY-MM-DD).
Filter by a specific invoice ID.
Type of the document, e.g., "INV", "PRO_FORMA", "CM", "DM".
Current Facebook API version.
your username on Facebook
path to dir with credentials
Your facebook API token
Alexey Seleznev