Class: Stripe::AccountSession::CreateParams::Components
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountSession::CreateParams::Components
- Defined in:
- lib/stripe/resources/account_session.rb
Defined Under Namespace
Classes: AccountManagement, AccountOnboarding, AppInstall, AppViewport, Balances, CapitalFinancing, CapitalFinancingApplication, CapitalFinancingPromotion, CapitalOverview, DisputesList, Documents, ExportTaxTransactions, FinancialAccount, FinancialAccountTransactions, InstantPayoutsPromotion, IssuingCard, IssuingCardsList, NotificationBanner, PaymentDetails, PaymentDisputes, PaymentMethodSettings, Payments, Payouts, PayoutsList, ProductTaxCodeSelector, Recipients, ReportingChart, TaxRegistrations, TaxSettings, TaxThresholdMonitoring
Instance Attribute Summary collapse
-
#account_management ⇒ Object
Configuration for the [account management](/connect/supported-embedded-components/account-management/) embedded component.
-
#account_onboarding ⇒ Object
Configuration for the [account onboarding](/connect/supported-embedded-components/account-onboarding/) embedded component.
-
#app_install ⇒ Object
Configuration for the [app install](/connect/supported-embedded-components/app-install/) embedded component.
-
#app_viewport ⇒ Object
Configuration for the [app viewport](/connect/supported-embedded-components/app-viewport/) embedded component.
-
#balances ⇒ Object
Configuration for the [balances](/connect/supported-embedded-components/balances/) embedded component.
-
#capital_financing ⇒ Object
Configuration for the [Capital financing](/connect/supported-embedded-components/capital-financing/) embedded component.
-
#capital_financing_application ⇒ Object
Configuration for the [Capital financing application](/connect/supported-embedded-components/capital-financing-application/) embedded component.
-
#capital_financing_promotion ⇒ Object
Configuration for the [Capital financing promotion](/connect/supported-embedded-components/capital-financing-promotion/) embedded component.
-
#capital_overview ⇒ Object
Configuration for the [Capital overview](/connect/supported-embedded-components/capital-overview/) embedded component.
-
#disputes_list ⇒ Object
Configuration for the [disputes list](/connect/supported-embedded-components/disputes-list/) embedded component.
-
#documents ⇒ Object
Configuration for the [documents](/connect/supported-embedded-components/documents/) embedded component.
-
#export_tax_transactions ⇒ Object
Configuration for the [export tax transactions](/connect/supported-embedded-components/export-tax-transactions/) embedded component.
-
#financial_account ⇒ Object
Configuration for the [financial account](/connect/supported-embedded-components/financial-account/) embedded component.
-
#financial_account_transactions ⇒ Object
Configuration for the [financial account transactions](/connect/supported-embedded-components/financial-account-transactions/) embedded component.
-
#instant_payouts_promotion ⇒ Object
Configuration for the [instant payouts promotion](/connect/supported-embedded-components/instant-payouts-promotion/) embedded component.
-
#issuing_card ⇒ Object
Configuration for the [issuing card](/connect/supported-embedded-components/issuing-card/) embedded component.
-
#issuing_cards_list ⇒ Object
Configuration for the [issuing cards list](/connect/supported-embedded-components/issuing-cards-list/) embedded component.
-
#notification_banner ⇒ Object
Configuration for the [notification banner](/connect/supported-embedded-components/notification-banner/) embedded component.
-
#payment_details ⇒ Object
Configuration for the [payment details](/connect/supported-embedded-components/payment-details/) embedded component.
-
#payment_disputes ⇒ Object
Configuration for the [payment disputes](/connect/supported-embedded-components/payment-disputes/) embedded component.
-
#payment_method_settings ⇒ Object
Configuration for the [payment method settings](/connect/supported-embedded-components/payment-method-settings/) embedded component.
-
#payments ⇒ Object
Configuration for the [payments](/connect/supported-embedded-components/payments/) embedded component.
-
#payouts ⇒ Object
Configuration for the [payouts](/connect/supported-embedded-components/payouts/) embedded component.
-
#payouts_list ⇒ Object
Configuration for the [payouts list](/connect/supported-embedded-components/payouts-list/) embedded component.
-
#product_tax_code_selector ⇒ Object
Configuration for the [product tax code selector](/connect/supported-embedded-components/product-tax-code-selector/) embedded component.
-
#recipients ⇒ Object
Configuration for the [recipients](/connect/supported-embedded-components/recipients/) embedded component.
-
#reporting_chart ⇒ Object
Configuration for the [reporting chart](/connect/supported-embedded-components/reporting-chart/) embedded component.
-
#tax_registrations ⇒ Object
Configuration for the [tax registrations](/connect/supported-embedded-components/tax-registrations/) embedded component.
-
#tax_settings ⇒ Object
Configuration for the [tax settings](/connect/supported-embedded-components/tax-settings/) embedded component.
-
#tax_threshold_monitoring ⇒ Object
Configuration for the [tax threshold monitoring](/connect/supported-embedded-components/tax-threshold-monitoring/) embedded component.
Instance Method Summary collapse
Methods inherited from RequestParams
Constructor Details
#initialize(account_management: nil, account_onboarding: nil, app_install: nil, app_viewport: nil, balances: nil, capital_financing: nil, capital_financing_application: nil, capital_financing_promotion: nil, capital_overview: nil, disputes_list: nil, documents: nil, export_tax_transactions: nil, financial_account: nil, financial_account_transactions: nil, instant_payouts_promotion: nil, issuing_card: nil, issuing_cards_list: nil, notification_banner: nil, payment_details: nil, payment_disputes: nil, payment_method_settings: nil, payments: nil, payouts: nil, payouts_list: nil, product_tax_code_selector: nil, recipients: nil, reporting_chart: nil, tax_registrations: nil, tax_settings: nil, tax_threshold_monitoring: nil) ⇒ Components
Returns a new instance of Components.
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'lib/stripe/resources/account_session.rb', line 1075 def initialize( account_management: nil, account_onboarding: nil, app_install: nil, app_viewport: nil, balances: nil, capital_financing: nil, capital_financing_application: nil, capital_financing_promotion: nil, capital_overview: nil, disputes_list: nil, documents: nil, export_tax_transactions: nil, financial_account: nil, financial_account_transactions: nil, instant_payouts_promotion: nil, issuing_card: nil, issuing_cards_list: nil, notification_banner: nil, payment_details: nil, payment_disputes: nil, payment_method_settings: nil, payments: nil, payouts: nil, payouts_list: nil, product_tax_code_selector: nil, recipients: nil, reporting_chart: nil, tax_registrations: nil, tax_settings: nil, tax_threshold_monitoring: nil ) @account_management = account_management @account_onboarding = account_onboarding @app_install = app_install @app_viewport = @balances = balances @capital_financing = capital_financing @capital_financing_application = capital_financing_application @capital_financing_promotion = capital_financing_promotion @capital_overview = capital_overview @disputes_list = disputes_list @documents = documents @export_tax_transactions = export_tax_transactions @financial_account = financial_account @financial_account_transactions = financial_account_transactions @instant_payouts_promotion = instant_payouts_promotion @issuing_card = issuing_card @issuing_cards_list = issuing_cards_list @notification_banner = @payment_details = payment_details @payment_disputes = payment_disputes @payment_method_settings = payment_method_settings @payments = payments @payouts = payouts @payouts_list = payouts_list @product_tax_code_selector = product_tax_code_selector @recipients = recipients @reporting_chart = reporting_chart @tax_registrations = tax_registrations @tax_settings = tax_settings @tax_threshold_monitoring = tax_threshold_monitoring end |
Instance Attribute Details
#account_management ⇒ Object
Configuration for the [account management](/connect/supported-embedded-components/account-management/) embedded component.
1015 1016 1017 |
# File 'lib/stripe/resources/account_session.rb', line 1015 def account_management @account_management end |
#account_onboarding ⇒ Object
Configuration for the [account onboarding](/connect/supported-embedded-components/account-onboarding/) embedded component.
1017 1018 1019 |
# File 'lib/stripe/resources/account_session.rb', line 1017 def account_onboarding @account_onboarding end |
#app_install ⇒ Object
Configuration for the [app install](/connect/supported-embedded-components/app-install/) embedded component.
1019 1020 1021 |
# File 'lib/stripe/resources/account_session.rb', line 1019 def app_install @app_install end |
#app_viewport ⇒ Object
Configuration for the [app viewport](/connect/supported-embedded-components/app-viewport/) embedded component.
1021 1022 1023 |
# File 'lib/stripe/resources/account_session.rb', line 1021 def @app_viewport end |
#balances ⇒ Object
Configuration for the [balances](/connect/supported-embedded-components/balances/) embedded component.
1023 1024 1025 |
# File 'lib/stripe/resources/account_session.rb', line 1023 def balances @balances end |
#capital_financing ⇒ Object
Configuration for the [Capital financing](/connect/supported-embedded-components/capital-financing/) embedded component.
1025 1026 1027 |
# File 'lib/stripe/resources/account_session.rb', line 1025 def capital_financing @capital_financing end |
#capital_financing_application ⇒ Object
Configuration for the [Capital financing application](/connect/supported-embedded-components/capital-financing-application/) embedded component.
1027 1028 1029 |
# File 'lib/stripe/resources/account_session.rb', line 1027 def capital_financing_application @capital_financing_application end |
#capital_financing_promotion ⇒ Object
Configuration for the [Capital financing promotion](/connect/supported-embedded-components/capital-financing-promotion/) embedded component.
1029 1030 1031 |
# File 'lib/stripe/resources/account_session.rb', line 1029 def capital_financing_promotion @capital_financing_promotion end |
#capital_overview ⇒ Object
Configuration for the [Capital overview](/connect/supported-embedded-components/capital-overview/) embedded component.
1031 1032 1033 |
# File 'lib/stripe/resources/account_session.rb', line 1031 def capital_overview @capital_overview end |
#disputes_list ⇒ Object
Configuration for the [disputes list](/connect/supported-embedded-components/disputes-list/) embedded component.
1033 1034 1035 |
# File 'lib/stripe/resources/account_session.rb', line 1033 def disputes_list @disputes_list end |
#documents ⇒ Object
Configuration for the [documents](/connect/supported-embedded-components/documents/) embedded component.
1035 1036 1037 |
# File 'lib/stripe/resources/account_session.rb', line 1035 def documents @documents end |
#export_tax_transactions ⇒ Object
Configuration for the [export tax transactions](/connect/supported-embedded-components/export-tax-transactions/) embedded component.
1037 1038 1039 |
# File 'lib/stripe/resources/account_session.rb', line 1037 def export_tax_transactions @export_tax_transactions end |
#financial_account ⇒ Object
Configuration for the [financial account](/connect/supported-embedded-components/financial-account/) embedded component.
1039 1040 1041 |
# File 'lib/stripe/resources/account_session.rb', line 1039 def financial_account @financial_account end |
#financial_account_transactions ⇒ Object
Configuration for the [financial account transactions](/connect/supported-embedded-components/financial-account-transactions/) embedded component.
1041 1042 1043 |
# File 'lib/stripe/resources/account_session.rb', line 1041 def financial_account_transactions @financial_account_transactions end |
#instant_payouts_promotion ⇒ Object
Configuration for the [instant payouts promotion](/connect/supported-embedded-components/instant-payouts-promotion/) embedded component.
1043 1044 1045 |
# File 'lib/stripe/resources/account_session.rb', line 1043 def instant_payouts_promotion @instant_payouts_promotion end |
#issuing_card ⇒ Object
Configuration for the [issuing card](/connect/supported-embedded-components/issuing-card/) embedded component.
1045 1046 1047 |
# File 'lib/stripe/resources/account_session.rb', line 1045 def issuing_card @issuing_card end |
#issuing_cards_list ⇒ Object
Configuration for the [issuing cards list](/connect/supported-embedded-components/issuing-cards-list/) embedded component.
1047 1048 1049 |
# File 'lib/stripe/resources/account_session.rb', line 1047 def issuing_cards_list @issuing_cards_list end |
#notification_banner ⇒ Object
Configuration for the [notification banner](/connect/supported-embedded-components/notification-banner/) embedded component.
1049 1050 1051 |
# File 'lib/stripe/resources/account_session.rb', line 1049 def @notification_banner end |
#payment_details ⇒ Object
Configuration for the [payment details](/connect/supported-embedded-components/payment-details/) embedded component.
1051 1052 1053 |
# File 'lib/stripe/resources/account_session.rb', line 1051 def payment_details @payment_details end |
#payment_disputes ⇒ Object
Configuration for the [payment disputes](/connect/supported-embedded-components/payment-disputes/) embedded component.
1053 1054 1055 |
# File 'lib/stripe/resources/account_session.rb', line 1053 def payment_disputes @payment_disputes end |
#payment_method_settings ⇒ Object
Configuration for the [payment method settings](/connect/supported-embedded-components/payment-method-settings/) embedded component.
1055 1056 1057 |
# File 'lib/stripe/resources/account_session.rb', line 1055 def payment_method_settings @payment_method_settings end |
#payments ⇒ Object
Configuration for the [payments](/connect/supported-embedded-components/payments/) embedded component.
1057 1058 1059 |
# File 'lib/stripe/resources/account_session.rb', line 1057 def payments @payments end |
#payouts ⇒ Object
Configuration for the [payouts](/connect/supported-embedded-components/payouts/) embedded component.
1059 1060 1061 |
# File 'lib/stripe/resources/account_session.rb', line 1059 def payouts @payouts end |
#payouts_list ⇒ Object
Configuration for the [payouts list](/connect/supported-embedded-components/payouts-list/) embedded component.
1061 1062 1063 |
# File 'lib/stripe/resources/account_session.rb', line 1061 def payouts_list @payouts_list end |
#product_tax_code_selector ⇒ Object
Configuration for the [product tax code selector](/connect/supported-embedded-components/product-tax-code-selector/) embedded component.
1063 1064 1065 |
# File 'lib/stripe/resources/account_session.rb', line 1063 def product_tax_code_selector @product_tax_code_selector end |
#recipients ⇒ Object
Configuration for the [recipients](/connect/supported-embedded-components/recipients/) embedded component.
1065 1066 1067 |
# File 'lib/stripe/resources/account_session.rb', line 1065 def recipients @recipients end |
#reporting_chart ⇒ Object
Configuration for the [reporting chart](/connect/supported-embedded-components/reporting-chart/) embedded component.
1067 1068 1069 |
# File 'lib/stripe/resources/account_session.rb', line 1067 def reporting_chart @reporting_chart end |
#tax_registrations ⇒ Object
Configuration for the [tax registrations](/connect/supported-embedded-components/tax-registrations/) embedded component.
1069 1070 1071 |
# File 'lib/stripe/resources/account_session.rb', line 1069 def tax_registrations @tax_registrations end |
#tax_settings ⇒ Object
Configuration for the [tax settings](/connect/supported-embedded-components/tax-settings/) embedded component.
1071 1072 1073 |
# File 'lib/stripe/resources/account_session.rb', line 1071 def tax_settings @tax_settings end |
#tax_threshold_monitoring ⇒ Object
Configuration for the [tax threshold monitoring](/connect/supported-embedded-components/tax-threshold-monitoring/) embedded component.
1073 1074 1075 |
# File 'lib/stripe/resources/account_session.rb', line 1073 def tax_threshold_monitoring @tax_threshold_monitoring end |