Class: Stripe::Terminal::Reader::Action::RefundPayment

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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

#accountObject (readonly)

Returns the value of attribute account.



97
98
99
# File 'lib/stripe/resources/terminal/reader.rb', line 97

def 
  @account
end

#amountObject (readonly)

Returns the value of attribute amount.



97
98
99
# File 'lib/stripe/resources/terminal/reader.rb', line 97

def amount
  @amount
end

#chargeObject (readonly)

Returns the value of attribute charge.



97
98
99
# File 'lib/stripe/resources/terminal/reader.rb', line 97

def charge
  @charge
end

#metadataObject (readonly)

Returns the value of attribute metadata.



97
98
99
# File 'lib/stripe/resources/terminal/reader.rb', line 97

def 
  @metadata
end

#payment_intentObject (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

#reasonObject (readonly)

Returns the value of attribute reason.



97
98
99
# File 'lib/stripe/resources/terminal/reader.rb', line 97

def reason
  @reason
end

#refundObject (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_feeObject (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_configObject (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_transferObject (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_accountObject (readonly)

Returns the value of attribute stripe_account.



97
98
99
# File 'lib/stripe/resources/terminal/reader.rb', line 97

def 
  @stripe_account
end