Class: Stripe::Charge::PaymentMethodDetails::Card
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Charge::PaymentMethodDetails::Card
- Defined in:
- lib/stripe/resources/charge.rb
Defined Under Namespace
Classes: Checks, DecrementalAuthorization, ExtendedAuthorization, IncrementalAuthorization, Installments, Multicapture, NetworkToken, Overcapture, PartialAuthorization, ThreeDSecure, Wallet
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount_authorized ⇒ Object
readonly
Returns the value of attribute amount_authorized.
-
#amount_requested ⇒ Object
readonly
Returns the value of attribute amount_requested.
-
#authorization_code ⇒ Object
readonly
Returns the value of attribute authorization_code.
-
#brand ⇒ Object
readonly
Returns the value of attribute brand.
-
#capture_before ⇒ Object
readonly
Returns the value of attribute capture_before.
-
#checks ⇒ Object
readonly
Returns the value of attribute checks.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#decremental_authorization ⇒ Object
readonly
Returns the value of attribute decremental_authorization.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#exp_month ⇒ Object
readonly
Returns the value of attribute exp_month.
-
#exp_year ⇒ Object
readonly
Returns the value of attribute exp_year.
-
#extended_authorization ⇒ Object
readonly
Returns the value of attribute extended_authorization.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#funding ⇒ Object
readonly
Returns the value of attribute funding.
-
#iin ⇒ Object
readonly
Returns the value of attribute iin.
-
#incremental_authorization ⇒ Object
readonly
Returns the value of attribute incremental_authorization.
-
#installments ⇒ Object
readonly
Returns the value of attribute installments.
-
#issuer ⇒ Object
readonly
Returns the value of attribute issuer.
-
#last4 ⇒ Object
readonly
Returns the value of attribute last4.
-
#mandate ⇒ Object
readonly
Returns the value of attribute mandate.
-
#moto ⇒ Object
readonly
Returns the value of attribute moto.
-
#multicapture ⇒ Object
readonly
Returns the value of attribute multicapture.
-
#network ⇒ Object
readonly
Returns the value of attribute network.
-
#network_token ⇒ Object
readonly
Returns the value of attribute network_token.
-
#network_transaction_id ⇒ Object
readonly
Returns the value of attribute network_transaction_id.
-
#overcapture ⇒ Object
readonly
Returns the value of attribute overcapture.
-
#partial_authorization ⇒ Object
readonly
Returns the value of attribute partial_authorization.
-
#regulated_status ⇒ Object
readonly
Returns the value of attribute regulated_status.
-
#three_d_secure ⇒ Object
readonly
Returns the value of attribute three_d_secure.
-
#wallet ⇒ Object
readonly
Returns the value of attribute wallet.
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_authorized ⇒ Object (readonly)
Returns the value of attribute amount_authorized.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def @amount_authorized end |
#amount_requested ⇒ Object (readonly)
Returns the value of attribute amount_requested.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def amount_requested @amount_requested end |
#authorization_code ⇒ Object (readonly)
Returns the value of attribute authorization_code.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def @authorization_code end |
#brand ⇒ Object (readonly)
Returns the value of attribute brand.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def brand @brand end |
#capture_before ⇒ Object (readonly)
Returns the value of attribute capture_before.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def capture_before @capture_before end |
#checks ⇒ Object (readonly)
Returns the value of attribute checks.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def checks @checks end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def country @country end |
#decremental_authorization ⇒ Object (readonly)
Returns the value of attribute decremental_authorization.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def @decremental_authorization end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def description @description end |
#exp_month ⇒ Object (readonly)
Returns the value of attribute exp_month.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def exp_month @exp_month end |
#exp_year ⇒ Object (readonly)
Returns the value of attribute exp_year.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def exp_year @exp_year end |
#extended_authorization ⇒ Object (readonly)
Returns the value of attribute extended_authorization.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def @extended_authorization end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def fingerprint @fingerprint end |
#funding ⇒ Object (readonly)
Returns the value of attribute funding.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def funding @funding end |
#iin ⇒ Object (readonly)
Returns the value of attribute iin.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def iin @iin end |
#incremental_authorization ⇒ Object (readonly)
Returns the value of attribute incremental_authorization.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def @incremental_authorization end |
#installments ⇒ Object (readonly)
Returns the value of attribute installments.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def installments @installments end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def issuer @issuer end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def last4 @last4 end |
#mandate ⇒ Object (readonly)
Returns the value of attribute mandate.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def mandate @mandate end |
#moto ⇒ Object (readonly)
Returns the value of attribute moto.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def moto @moto end |
#multicapture ⇒ Object (readonly)
Returns the value of attribute multicapture.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def multicapture @multicapture end |
#network ⇒ Object (readonly)
Returns the value of attribute network.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def network @network end |
#network_token ⇒ Object (readonly)
Returns the value of attribute network_token.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def network_token @network_token end |
#network_transaction_id ⇒ Object (readonly)
Returns the value of attribute network_transaction_id.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def network_transaction_id @network_transaction_id end |
#overcapture ⇒ Object (readonly)
Returns the value of attribute overcapture.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def overcapture @overcapture end |
#partial_authorization ⇒ Object (readonly)
Returns the value of attribute partial_authorization.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def @partial_authorization end |
#regulated_status ⇒ Object (readonly)
Returns the value of attribute regulated_status.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def regulated_status @regulated_status end |
#three_d_secure ⇒ Object (readonly)
Returns the value of attribute three_d_secure.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def three_d_secure @three_d_secure end |
#wallet ⇒ Object (readonly)
Returns the value of attribute wallet.
180 181 182 |
# File 'lib/stripe/resources/charge.rb', line 180 def wallet @wallet end |