stripeApp: stripeApp object

stripeAppR Documentation

stripeApp object

Description

The stripeApp object represents the endpoint, version and API key used for the package. You will need to use the setApiKey function to set the API to the one you want to use.

Format

An R6 Class object

Object Properties

  • endpoint: The URL of the API endpoint

  • ver: The version of the endpoint

  • apiKey: The API key to be used for requests

Methods

  • request_url: Generates a URL for the specified resource

Methods

Public methods


Method new()

Usage
stripeApp$new(apiKey = as.character())

Method request_url()

Usage
stripeApp$request_url(resource = NULL)

Method clone()

The objects of this class are cloneable with this method.

Usage
stripeApp$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


MrDAndersen/stRipe documentation built on March 17, 2024, 7:25 p.m.