abstract class Resource

Class Resource.

Properties

string $id A unique identifier for the resource.
protected mixed $response A response from Stripe.

Methods

string
getId()

Returns the unique identifier for this resource.

mixed
getResponse()

Returns the raw Stripe response.

void
setProperties()

Set the response data as properties on the class.

Details

at line 29
string getId()

Returns the unique identifier for this resource.

Return Value

string

at line 39
mixed getResponse()

Returns the raw Stripe response.

Return Value

mixed

at line 47
protected void setProperties()

Set the response data as properties on the class.

Return Value

void