Class: Stripe::PaymentIntent::NextAction::WechatPayRedirectToAndroidApp

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

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

#app_idObject (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_strObject (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

#packageObject (readonly)

Returns the value of attribute package.



206
207
208
# File 'lib/stripe/resources/payment_intent.rb', line 206

def package
  @package
end

#partner_idObject (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_idObject (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

#signObject (readonly)

Returns the value of attribute sign.



206
207
208
# File 'lib/stripe/resources/payment_intent.rb', line 206

def sign
  @sign
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



206
207
208
# File 'lib/stripe/resources/payment_intent.rb', line 206

def timestamp
  @timestamp
end