Class: Stripe::Order::Payment::Settings
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Order::Payment::Settings
- 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
-
#application_fee_amount ⇒ Object
readonly
Returns the value of attribute application_fee_amount.
-
#automatic_payment_methods ⇒ Object
readonly
Returns the value of attribute automatic_payment_methods.
-
#payment_method_options ⇒ Object
readonly
Returns the value of attribute payment_method_options.
-
#payment_method_types ⇒ Object
readonly
Returns the value of attribute payment_method_types.
-
#return_url ⇒ Object
readonly
Returns the value of attribute return_url.
-
#statement_descriptor ⇒ Object
readonly
Returns the value of attribute statement_descriptor.
-
#statement_descriptor_suffix ⇒ Object
readonly
Returns the value of attribute statement_descriptor_suffix.
-
#transfer_data ⇒ Object
readonly
Returns the value of attribute transfer_data.
Attributes inherited from StripeObject
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_amount ⇒ Object (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_methods ⇒ Object (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_options ⇒ Object (readonly)
Returns the value of attribute payment_method_options.
128 129 130 |
# File 'lib/stripe/resources/order.rb', line 128 def @payment_method_options end |
#payment_method_types ⇒ Object (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_url ⇒ Object (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_descriptor ⇒ Object (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_suffix ⇒ Object (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_data ⇒ Object (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 |