Class: Stripe::Mandate::SingleUse
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Mandate::SingleUse
- Defined in:
- lib/stripe/resources/mandate.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
The amount of the payment on a single use mandate.
-
#currency ⇒ Object
readonly
The currency of the payment on a single use mandate.
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
#amount ⇒ Object (readonly)
The amount of the payment on a single use mandate.
127 128 129 |
# File 'lib/stripe/resources/mandate.rb', line 127 def amount @amount end |
#currency ⇒ Object (readonly)
The currency of the payment on a single use mandate.
129 130 131 |
# File 'lib/stripe/resources/mandate.rb', line 129 def currency @currency end |