Class: Stripe::PaymentIntent::PaymentMethodOptions::Paypal

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

Defined Under Namespace

Classes: LineItem

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

#capture_methodObject (readonly)

Returns the value of attribute capture_method.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def capture_method
  @capture_method
end

#line_itemsObject (readonly)

Returns the value of attribute line_items.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def line_items
  @line_items
end

#preferred_localeObject (readonly)

Returns the value of attribute preferred_locale.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def preferred_locale
  @preferred_locale
end

#referenceObject (readonly)

Returns the value of attribute reference.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def reference
  @reference
end

#reference_idObject (readonly)

Returns the value of attribute reference_id.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def reference_id
  @reference_id
end

#setup_future_usageObject (readonly)

Returns the value of attribute setup_future_usage.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def setup_future_usage
  @setup_future_usage
end

#subsellersObject (readonly)

Returns the value of attribute subsellers.



463
464
465
# File 'lib/stripe/resources/payment_intent.rb', line 463

def subsellers
  @subsellers
end