Class: Stripe::Issuing::Authorization::RequestHistory

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/issuing/authorization.rb

Defined Under Namespace

Classes: AmountDetails

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

#amountObject (readonly)

Returns the value of attribute amount.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def amount
  @amount
end

#amount_detailsObject (readonly)

Returns the value of attribute amount_details.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def amount_details
  @amount_details
end

#approvedObject (readonly)

Returns the value of attribute approved.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def approved
  @approved
end

#authorization_codeObject (readonly)

Returns the value of attribute authorization_code.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def authorization_code
  @authorization_code
end

#createdObject (readonly)

Returns the value of attribute created.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def created
  @created
end

#currencyObject (readonly)

Returns the value of attribute currency.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def currency
  @currency
end

#merchant_amountObject (readonly)

Returns the value of attribute merchant_amount.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def merchant_amount
  @merchant_amount
end

#merchant_currencyObject (readonly)

Returns the value of attribute merchant_currency.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def merchant_currency
  @merchant_currency
end

#network_risk_scoreObject (readonly)

Returns the value of attribute network_risk_score.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def network_risk_score
  @network_risk_score
end

#reasonObject (readonly)

Returns the value of attribute reason.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def reason
  @reason
end

#reason_messageObject (readonly)

Returns the value of attribute reason_message.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def reason_message
  @reason_message
end

#requested_atObject (readonly)

Returns the value of attribute requested_at.



74
75
76
# File 'lib/stripe/resources/issuing/authorization.rb', line 74

def requested_at
  @requested_at
end