Class: Stripe::ConfirmationToken::PaymentMethodPreview::Card::Wallet
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::ConfirmationToken::PaymentMethodPreview::Card::Wallet
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Defined Under Namespace
Classes: AmexExpressCheckout, ApplePay, GooglePay, Link, Masterpass, SamsungPay, VisaCheckout
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amex_express_checkout ⇒ Object
readonly
Returns the value of attribute amex_express_checkout.
-
#apple_pay ⇒ Object
readonly
Returns the value of attribute apple_pay.
-
#dynamic_last4 ⇒ Object
readonly
Returns the value of attribute dynamic_last4.
-
#google_pay ⇒ Object
readonly
Returns the value of attribute google_pay.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#masterpass ⇒ Object
readonly
Returns the value of attribute masterpass.
-
#samsung_pay ⇒ Object
readonly
Returns the value of attribute samsung_pay.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#visa_checkout ⇒ Object
readonly
Returns the value of attribute visa_checkout.
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
#amex_express_checkout ⇒ Object (readonly)
Returns the value of attribute amex_express_checkout.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def amex_express_checkout @amex_express_checkout end |
#apple_pay ⇒ Object (readonly)
Returns the value of attribute apple_pay.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def apple_pay @apple_pay end |
#dynamic_last4 ⇒ Object (readonly)
Returns the value of attribute dynamic_last4.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def dynamic_last4 @dynamic_last4 end |
#google_pay ⇒ Object (readonly)
Returns the value of attribute google_pay.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def google_pay @google_pay end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def link @link end |
#masterpass ⇒ Object (readonly)
Returns the value of attribute masterpass.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def masterpass @masterpass end |
#samsung_pay ⇒ Object (readonly)
Returns the value of attribute samsung_pay.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def samsung_pay @samsung_pay end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def type @type end |
#visa_checkout ⇒ Object (readonly)
Returns the value of attribute visa_checkout.
132 133 134 |
# File 'lib/stripe/resources/confirmation_token.rb', line 132 def visa_checkout @visa_checkout end |