Class: Stripe::SourceTransaction

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/source_transaction.rb

Overview

Some payment methods have no required amount that a customer must send. Customers can be instructed to send any amount, and it can be made up of multiple transactions. As such, sources can have multiple associated transactions.

Constant Summary collapse

OBJECT_NAME =
"source_transaction"

Constants inherited from StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Class Method Details

.object_nameObject



11
12
13
# File 'lib/stripe/resources/source_transaction.rb', line 11

def self.object_name
  "source_transaction"
end