Resource
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.
at line 39
mixed
getResponse()
Returns the raw Stripe response.
at line 47
protected void
setProperties()
Set the response data as properties on the class.