Class: Stripe::Terminal::Reader::Action::RefundPayment
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Reader::Action::RefundPayment
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Defined Under Namespace
Classes: RefundPaymentConfig
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#account ⇒ Object
readonly
Returns the value of attribute account.
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#charge ⇒ Object
readonly
Returns the value of attribute charge.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#payment_intent ⇒ Object
readonly
Returns the value of attribute payment_intent.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#refund ⇒ Object
readonly
Returns the value of attribute refund.
-
#refund_application_fee ⇒ Object
readonly
Returns the value of attribute refund_application_fee.
-
#refund_payment_config ⇒ Object
readonly
Returns the value of attribute refund_payment_config.
-
#reverse_transfer ⇒ Object
readonly
Returns the value of attribute reverse_transfer.
-
#stripe_account ⇒ Object
readonly
Returns the value of attribute stripe_account.
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
#account ⇒ Object (readonly)
Returns the value of attribute account.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def account @account end |
#amount ⇒ Object (readonly)
Returns the value of attribute amount.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def amount @amount end |
#charge ⇒ Object (readonly)
Returns the value of attribute charge.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def charge @charge end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def @metadata end |
#payment_intent ⇒ Object (readonly)
Returns the value of attribute payment_intent.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def payment_intent @payment_intent end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def reason @reason end |
#refund ⇒ Object (readonly)
Returns the value of attribute refund.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def refund @refund end |
#refund_application_fee ⇒ Object (readonly)
Returns the value of attribute refund_application_fee.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def refund_application_fee @refund_application_fee end |
#refund_payment_config ⇒ Object (readonly)
Returns the value of attribute refund_payment_config.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def refund_payment_config @refund_payment_config end |
#reverse_transfer ⇒ Object (readonly)
Returns the value of attribute reverse_transfer.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def reverse_transfer @reverse_transfer end |
#stripe_account ⇒ Object (readonly)
Returns the value of attribute stripe_account.
97 98 99 |
# File 'lib/stripe/resources/terminal/reader.rb', line 97 def stripe_account @stripe_account end |