Class: Stripe::Charge::PaymentMethodDetails::CardPresent

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

Defined Under Namespace

Classes: Offline, Receipt, Wallet

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

#amount_authorizedObject (readonly)

Returns the value of attribute amount_authorized.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def amount_authorized
  @amount_authorized
end

#brandObject (readonly)

Returns the value of attribute brand.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def brand
  @brand
end

#brand_productObject (readonly)

Returns the value of attribute brand_product.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def brand_product
  @brand_product
end

#capture_beforeObject (readonly)

Returns the value of attribute capture_before.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def capture_before
  @capture_before
end

#cardholder_nameObject (readonly)

Returns the value of attribute cardholder_name.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def cardholder_name
  @cardholder_name
end

#countryObject (readonly)

Returns the value of attribute country.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def country
  @country
end

#descriptionObject (readonly)

Returns the value of attribute description.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def description
  @description
end

#emv_auth_dataObject (readonly)

Returns the value of attribute emv_auth_data.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def emv_auth_data
  @emv_auth_data
end

#exp_monthObject (readonly)

Returns the value of attribute exp_month.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def exp_month
  @exp_month
end

#exp_yearObject (readonly)

Returns the value of attribute exp_year.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def exp_year
  @exp_year
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def fingerprint
  @fingerprint
end

#fundingObject (readonly)

Returns the value of attribute funding.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def funding
  @funding
end

#generated_cardObject (readonly)

Returns the value of attribute generated_card.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def generated_card
  @generated_card
end

#iinObject (readonly)

Returns the value of attribute iin.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def iin
  @iin
end

#incremental_authorization_supportedObject (readonly)

Returns the value of attribute incremental_authorization_supported.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def incremental_authorization_supported
  @incremental_authorization_supported
end

#issuerObject (readonly)

Returns the value of attribute issuer.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def issuer
  @issuer
end

#last4Object (readonly)

Returns the value of attribute last4.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def last4
  @last4
end

#networkObject (readonly)

Returns the value of attribute network.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def network
  @network
end

#network_transaction_idObject (readonly)

Returns the value of attribute network_transaction_id.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def network_transaction_id
  @network_transaction_id
end

#offlineObject (readonly)

Returns the value of attribute offline.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def offline
  @offline
end

#overcapture_supportedObject (readonly)

Returns the value of attribute overcapture_supported.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def overcapture_supported
  @overcapture_supported
end

#preferred_localesObject (readonly)

Returns the value of attribute preferred_locales.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def preferred_locales
  @preferred_locales
end

#read_methodObject (readonly)

Returns the value of attribute read_method.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def read_method
  @read_method
end

#receiptObject (readonly)

Returns the value of attribute receipt.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def receipt
  @receipt
end

#walletObject (readonly)

Returns the value of attribute wallet.



195
196
197
# File 'lib/stripe/resources/charge.rb', line 195

def wallet
  @wallet
end