Class: Stripe::Order::Payment::Settings

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

Defined Under Namespace

Classes: AutomaticPaymentMethods, PaymentMethodOptions, TransferData

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

#application_fee_amountObject (readonly)

Returns the value of attribute application_fee_amount.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def application_fee_amount
  @application_fee_amount
end

#automatic_payment_methodsObject (readonly)

Returns the value of attribute automatic_payment_methods.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def automatic_payment_methods
  @automatic_payment_methods
end

#payment_method_optionsObject (readonly)

Returns the value of attribute payment_method_options.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def payment_method_options
  @payment_method_options
end

#payment_method_typesObject (readonly)

Returns the value of attribute payment_method_types.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def payment_method_types
  @payment_method_types
end

#return_urlObject (readonly)

Returns the value of attribute return_url.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def return_url
  @return_url
end

#statement_descriptorObject (readonly)

Returns the value of attribute statement_descriptor.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def statement_descriptor
  @statement_descriptor
end

#statement_descriptor_suffixObject (readonly)

Returns the value of attribute statement_descriptor_suffix.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def statement_descriptor_suffix
  @statement_descriptor_suffix
end

#transfer_dataObject (readonly)

Returns the value of attribute transfer_data.



128
129
130
# File 'lib/stripe/resources/order.rb', line 128

def transfer_data
  @transfer_data
end