Class: Stripe::Account::Settings::Payments
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Settings::Payments
- Defined in:
- lib/stripe/resources/account.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#statement_descriptor ⇒ Object
readonly
The default text that appears on credit card statements when a charge is made.
-
#statement_descriptor_kana ⇒ Object
readonly
The Kana variation of
statement_descriptorused for charges in Japan. -
#statement_descriptor_kanji ⇒ Object
readonly
The Kanji variation of
statement_descriptorused for charges in Japan. -
#statement_descriptor_prefix_kana ⇒ Object
readonly
The Kana variation of
statement_descriptor_prefixused for card charges in Japan. -
#statement_descriptor_prefix_kanji ⇒ Object
readonly
The Kanji variation of
statement_descriptor_prefixused for card charges in Japan.
Attributes inherited from StripeObject
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?, field_encodings, #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
#statement_descriptor ⇒ Object (readonly)
The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic statement_descriptor specified on the charge.
825 826 827 |
# File 'lib/stripe/resources/account.rb', line 825 def statement_descriptor @statement_descriptor end |
#statement_descriptor_kana ⇒ Object (readonly)
The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
827 828 829 |
# File 'lib/stripe/resources/account.rb', line 827 def statement_descriptor_kana @statement_descriptor_kana end |
#statement_descriptor_kanji ⇒ Object (readonly)
The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
829 830 831 |
# File 'lib/stripe/resources/account.rb', line 829 def statement_descriptor_kanji @statement_descriptor_kanji end |
#statement_descriptor_prefix_kana ⇒ Object (readonly)
The Kana variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.
831 832 833 |
# File 'lib/stripe/resources/account.rb', line 831 def statement_descriptor_prefix_kana @statement_descriptor_prefix_kana end |
#statement_descriptor_prefix_kanji ⇒ Object (readonly)
The Kanji variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.
833 834 835 |
# File 'lib/stripe/resources/account.rb', line 833 def statement_descriptor_prefix_kanji @statement_descriptor_prefix_kanji end |
Class Method Details
.field_remappings ⇒ Object
839 840 841 |
# File 'lib/stripe/resources/account.rb', line 839 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
835 836 837 |
# File 'lib/stripe/resources/account.rb', line 835 def self.inner_class_types @inner_class_types = {} end |