Class: Stripe::PaymentIntent::PaymentMethodOptions::Card::MandateOptions

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

#amountObject (readonly)

Returns the value of attribute amount.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def amount
  @amount
end

#amount_typeObject (readonly)

Returns the value of attribute amount_type.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def amount_type
  @amount_type
end

#descriptionObject (readonly)

Returns the value of attribute description.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def description
  @description
end

#end_dateObject (readonly)

Returns the value of attribute end_date.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def end_date
  @end_date
end

#intervalObject (readonly)

Returns the value of attribute interval.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def interval
  @interval
end

#interval_countObject (readonly)

Returns the value of attribute interval_count.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def interval_count
  @interval_count
end

#referenceObject (readonly)

Returns the value of attribute reference.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def reference
  @reference
end

#start_dateObject (readonly)

Returns the value of attribute start_date.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def start_date
  @start_date
end

#supported_typesObject (readonly)

Returns the value of attribute supported_types.



341
342
343
# File 'lib/stripe/resources/payment_intent.rb', line 341

def supported_types
  @supported_types
end