Class: Stripe::Source::Alipay
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Alipay
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#data_string ⇒ Object
readonly
Attribute for field data_string.
-
#native_url ⇒ Object
readonly
Attribute for field native_url.
-
#statement_descriptor ⇒ Object
readonly
Attribute for field statement_descriptor.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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
Instance Attribute Details
#data_string ⇒ Object (readonly)
Attribute for field data_string
86 87 88 |
# File 'lib/stripe/resources/source.rb', line 86 def data_string @data_string end |
#native_url ⇒ Object (readonly)
Attribute for field native_url
88 89 90 |
# File 'lib/stripe/resources/source.rb', line 88 def native_url @native_url end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
90 91 92 |
# File 'lib/stripe/resources/source.rb', line 90 def statement_descriptor @statement_descriptor end |