Class: Stripe::Issuing::Authorization::Treasury
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::Treasury
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#received_credits ⇒ Object
readonly
The array of ReceivedCredits associated with this authorization.
-
#received_debits ⇒ Object
readonly
The array of ReceivedDebits associated with this authorization.
-
#transaction ⇒ Object
readonly
The Treasury Transaction associated with this authorization.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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
Instance Attribute Details
#received_credits ⇒ Object (readonly)
The array of ReceivedCredits associated with this authorization
1208 1209 1210 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 1208 def received_credits @received_credits end |
#received_debits ⇒ Object (readonly)
The array of ReceivedDebits associated with this authorization
1210 1211 1212 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 1210 def received_debits @received_debits end |
#transaction ⇒ Object (readonly)
The Treasury Transaction associated with this authorization
1212 1213 1214 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 1212 def transaction @transaction end |
Class Method Details
.field_remappings ⇒ Object
1218 1219 1220 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 1218 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1214 1215 1216 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 1214 def self.inner_class_types @inner_class_types = {} end |