Customer::createSource()
Method: No description found
Customer::createSource Read More »
Class: Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products. Products help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices. This approach lets you change prices without having to change your provisioning scheme.
Method: Returns a pretty JSON representation of the Stripe object.
StripeObject::toJSON Read More »
Method: No description found
Customer::getSavedNestedResources Read More »
Method: Sets all keys within the StripeObject as unsaved so that they will be included with an update when `serializeParameters` is called. This method is also recursive, so any StripeObjects contained as values or which are values in a tenant array are also marked as dirty.
StripeObject::dirty Read More »
Method: No description found
Customer::allBalanceTransactions Read More »
Method: Produces a deep copy of the given object including support for arrays and StripeObjects.
StripeObject::deepCopy Read More »
Method: Returns a hash of empty values for all the values that are in the given StripeObject.
StripeObject::emptyValues Read More »