Class: Stripe::SetupIntent::PaymentMethodOptions::Payto::MandateOptions

Inherits:
Stripe::StripeObject show all
Defined in:
lib/stripe/resources/setup_intent.rb

Constant Summary

Constants inherited from Stripe::StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from Stripe::StripeObject

#last_response

Method Summary

Methods inherited from Stripe::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.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def amount
  @amount
end

#amount_typeObject (readonly)

Returns the value of attribute amount_type.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def amount_type
  @amount_type
end

#end_dateObject (readonly)

Returns the value of attribute end_date.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def end_date
  @end_date
end

#payment_scheduleObject (readonly)

Returns the value of attribute payment_schedule.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def payment_schedule
  @payment_schedule
end

#payments_per_periodObject (readonly)

Returns the value of attribute payments_per_period.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def payments_per_period
  @payments_per_period
end

#purposeObject (readonly)

Returns the value of attribute purpose.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def purpose
  @purpose
end

#start_dateObject (readonly)

Returns the value of attribute start_date.



102
103
104
# File 'lib/stripe/resources/setup_intent.rb', line 102

def start_date
  @start_date
end