Class: Stripe::PaymentIntent::NextAction::WechatPayRedirectToAndroidApp
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::NextAction::WechatPayRedirectToAndroidApp
- Defined in:
- lib/stripe/resources/payment_intent.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#app_id ⇒ Object
readonly
Returns the value of attribute app_id.
-
#nonce_str ⇒ Object
readonly
Returns the value of attribute nonce_str.
-
#package ⇒ Object
readonly
Returns the value of attribute package.
-
#partner_id ⇒ Object
readonly
Returns the value of attribute partner_id.
-
#prepay_id ⇒ Object
readonly
Returns the value of attribute prepay_id.
-
#sign ⇒ Object
readonly
Returns the value of attribute sign.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
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
#app_id ⇒ Object (readonly)
Returns the value of attribute app_id.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def app_id @app_id end |
#nonce_str ⇒ Object (readonly)
Returns the value of attribute nonce_str.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def nonce_str @nonce_str end |
#package ⇒ Object (readonly)
Returns the value of attribute package.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def package @package end |
#partner_id ⇒ Object (readonly)
Returns the value of attribute partner_id.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def partner_id @partner_id end |
#prepay_id ⇒ Object (readonly)
Returns the value of attribute prepay_id.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def prepay_id @prepay_id end |
#sign ⇒ Object (readonly)
Returns the value of attribute sign.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def sign @sign end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
206 207 208 |
# File 'lib/stripe/resources/payment_intent.rb', line 206 def @timestamp end |