Class: Stripe::Mandate::CustomerAcceptance
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Mandate::CustomerAcceptance
- Defined in:
- lib/stripe/resources/mandate.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#accepted_at ⇒ Object
readonly
Returns the value of attribute accepted_at.
-
#offline ⇒ Object
readonly
Returns the value of attribute offline.
-
#online ⇒ Object
readonly
Returns the value of attribute online.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from StripeObject
Method Summary
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
Instance Attribute Details
#accepted_at ⇒ Object (readonly)
Returns the value of attribute accepted_at.
18 19 20 |
# File 'lib/stripe/resources/mandate.rb', line 18 def accepted_at @accepted_at end |
#offline ⇒ Object (readonly)
Returns the value of attribute offline.
18 19 20 |
# File 'lib/stripe/resources/mandate.rb', line 18 def offline @offline end |
#online ⇒ Object (readonly)
Returns the value of attribute online.
18 19 20 |
# File 'lib/stripe/resources/mandate.rb', line 18 def online @online end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
18 19 20 |
# File 'lib/stripe/resources/mandate.rb', line 18 def type @type end |