Class: Stripe::Account::Settings::Invoices

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

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, 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

#default_account_tax_idsObject (readonly)

The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.



800
801
802
# File 'lib/stripe/resources/account.rb', line 800

def 
  
end

#hosted_payment_method_saveObject (readonly)

Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.



802
803
804
# File 'lib/stripe/resources/account.rb', line 802

def hosted_payment_method_save
  @hosted_payment_method_save
end

Class Method Details

.field_remappingsObject



808
809
810
# File 'lib/stripe/resources/account.rb', line 808

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



804
805
806
# File 'lib/stripe/resources/account.rb', line 804

def self.inner_class_types
  @inner_class_types = {}
end