stripe 18.2.0.pre.alpha.3 → 18.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +1 -37
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -66
- data/lib/stripe/event_types.rb +0 -512
- data/lib/stripe/object_types.rb +0 -90
- data/lib/stripe/params/account_create_params.rb +3 -338
- data/lib/stripe/params/account_person_create_params.rb +0 -32
- data/lib/stripe/params/account_person_update_params.rb +0 -32
- data/lib/stripe/params/account_session_create_params.rb +1 -243
- data/lib/stripe/params/account_update_params.rb +2 -300
- data/lib/stripe/params/billing/alert_create_params.rb +1 -121
- data/lib/stripe/params/billing/alert_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
- data/lib/stripe/params/billing/meter_create_params.rb +0 -4
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
- data/lib/stripe/params/charge_capture_params.rb +0 -1648
- data/lib/stripe/params/charge_update_params.rb +0 -1648
- data/lib/stripe/params/checkout/session_create_params.rb +5 -225
- data/lib/stripe/params/checkout/session_update_params.rb +2 -157
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -77
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +1 -30
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +2 -49
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -107
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -941
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +2 -49
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +2 -49
- data/lib/stripe/params/invoice_update_params.rb +2 -107
- data/lib/stripe/params/issuing/card_list_params.rb +1 -34
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +2 -1628
- data/lib/stripe/params/payment_intent_confirm_params.rb +123 -3121
- data/lib/stripe/params/payment_intent_create_params.rb +126 -3137
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -22
- data/lib/stripe/params/payment_intent_update_params.rb +173 -3198
- data/lib/stripe/params/payment_link_create_params.rb +1 -16
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -105
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -105
- data/lib/stripe/params/payment_method_create_params.rb +0 -77
- data/lib/stripe/params/plan_create_params.rb +1 -16
- data/lib/stripe/params/price_create_params.rb +1 -16
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +1 -17
- data/lib/stripe/params/product_update_params.rb +1 -17
- data/lib/stripe/params/quote_create_params.rb +3 -1021
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -1029
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -187
- data/lib/stripe/params/setup_intent_create_params.rb +3 -187
- data/lib/stripe/params/setup_intent_update_params.rb +4 -188
- data/lib/stripe/params/subscription_create_params.rb +5 -270
- data/lib/stripe/params/subscription_item_create_params.rb +2 -62
- data/lib/stripe/params/subscription_item_update_params.rb +1 -45
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -231
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -231
- data/lib/stripe/params/subscription_update_params.rb +4 -253
- data/lib/stripe/params/tax/calculation_create_params.rb +1 -5
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -77
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/token_create_params.rb +0 -64
- data/lib/stripe/params/transfer_create_params.rb +0 -8
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/v2/core/account_create_params.rb +5 -959
- data/lib/stripe/params/v2/core/account_token_create_params.rb +2 -250
- data/lib/stripe/params/v2/core/account_update_params.rb +5 -938
- data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
- data/lib/stripe/params.rb +0 -275
- data/lib/stripe/resources/account.rb +1 -182
- data/lib/stripe/resources/account_session.rb +0 -108
- data/lib/stripe/resources/application_fee.rb +0 -2
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/billing/alert.rb +1 -105
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
- data/lib/stripe/resources/billing/credit_grant.rb +2 -58
- data/lib/stripe/resources/billing/meter.rb +0 -2
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/card.rb +1 -20
- data/lib/stripe/resources/charge.rb +1 -233
- data/lib/stripe/resources/checkout/session.rb +4 -196
- data/lib/stripe/resources/confirmation_token.rb +0 -151
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -25
- data/lib/stripe/resources/financial_connections/session.rb +1 -65
- data/lib/stripe/resources/identity/verification_report.rb +0 -4
- data/lib/stripe/resources/invoice.rb +1 -168
- data/lib/stripe/resources/invoice_item.rb +2 -108
- data/lib/stripe/resources/invoice_line_item.rb +3 -147
- data/lib/stripe/resources/issuing/card.rb +0 -4
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -66
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +1 -181
- data/lib/stripe/resources/payment_intent.rb +5 -800
- data/lib/stripe/resources/payment_method.rb +0 -173
- data/lib/stripe/resources/payment_method_configuration.rb +0 -170
- data/lib/stripe/resources/payment_record.rb +1 -181
- data/lib/stripe/resources/person.rb +0 -36
- data/lib/stripe/resources/plan.rb +0 -2
- data/lib/stripe/resources/price.rb +0 -22
- data/lib/stripe/resources/quote.rb +2 -806
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -48
- data/lib/stripe/resources/setup_intent.rb +1 -128
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -269
- data/lib/stripe/resources/subscription_item.rb +1 -43
- data/lib/stripe/resources/subscription_schedule.rb +3 -290
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -8
- data/lib/stripe/resources/transfer.rb +0 -6
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources/v2/core/account.rb +41 -1671
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources.rb +0 -218
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -6
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/payment_method_service.rb +0 -11
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/radar_service.rb +1 -2
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -22
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +1 -12
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -2
- data/lib/stripe/services/v2/core/account_service.rb +0 -10
- data/lib/stripe/services/v2/core/account_token_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -10
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +0 -4
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -7
- data/lib/stripe/services.rb +0 -99
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +4 -16
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +82468 -162761
- metadata +4 -596
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -86
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -86
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -84
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -84
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -82
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -82
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +0 -60
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +0 -65
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +0 -38
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -69
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -138
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_list_params.rb +0 -24
- data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -2061
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2065
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -63
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -41
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_pause_params.rb +0 -33
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -609
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -257
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -78
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -425
- data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/iam/api_key_create_params.rb +0 -51
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +0 -10
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +0 -20
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +0 -46
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -62
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -134
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -82
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -103
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -93
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +0 -46
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +0 -31
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +0 -12
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +0 -39
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +0 -94
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +0 -17
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +0 -94
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -34
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/balance_transfer.rb +0 -139
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -40
- data/lib/stripe/resources/capital/financing_offer.rb +0 -183
- data/lib/stripe/resources/capital/financing_summary.rb +0 -82
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -509
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/program.rb +0 -69
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -527
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1200
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -826
- data/lib/stripe/resources/radar/account_evaluation.rb +0 -145
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -126
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/transit_balance.rb +0 -45
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -655
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
- data/lib/stripe/resources/v2/billing/intent.rb +0 -86
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -483
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -134
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -103
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -44
- data/lib/stripe/resources/v2/iam/api_key.rb +0 -129
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -82
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -223
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -197
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -347
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -204
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -242
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -157
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -280
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -208
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -180
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -153
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +0 -92
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +0 -78
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/resources/v2/tax/manual_rule.rb +0 -115
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/balance_transfer_service.rb +0 -17
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
- data/lib/stripe/services/delegated_checkout_service.rb +0 -13
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/issuing/program_service.rb +0 -52
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment_service.rb +0 -13
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
- data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/iam/api_key_service.rb +0 -76
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -65
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -35
- data/lib/stripe/services/v2/payment_service.rb +0 -17
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +0 -72
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +0 -45
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/tax/manual_rule_service.rb +0 -65
- data/lib/stripe/services/v2/tax_service.rb +0 -15
- data/lib/stripe/services/v2/test_helper_service.rb +0 -16
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
|
@@ -6,166 +6,18 @@ module Stripe
|
|
|
6
6
|
module Core
|
|
7
7
|
class AccountUpdateParams < ::Stripe::RequestParams
|
|
8
8
|
class Configuration < ::Stripe::RequestParams
|
|
9
|
-
class CardCreator < ::Stripe::RequestParams
|
|
10
|
-
class Capabilities < ::Stripe::RequestParams
|
|
11
|
-
class Commercial < ::Stripe::RequestParams
|
|
12
|
-
class Celtic < ::Stripe::RequestParams
|
|
13
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
14
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
15
|
-
attr_accessor :requested
|
|
16
|
-
|
|
17
|
-
def initialize(requested: nil)
|
|
18
|
-
@requested = requested
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
class SpendCard < ::Stripe::RequestParams
|
|
23
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
24
|
-
attr_accessor :requested
|
|
25
|
-
|
|
26
|
-
def initialize(requested: nil)
|
|
27
|
-
@requested = requested
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
31
|
-
attr_accessor :charge_card
|
|
32
|
-
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
33
|
-
attr_accessor :spend_card
|
|
34
|
-
|
|
35
|
-
def initialize(charge_card: nil, spend_card: nil)
|
|
36
|
-
@charge_card = charge_card
|
|
37
|
-
@spend_card = spend_card
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
42
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
43
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
44
|
-
attr_accessor :requested
|
|
45
|
-
|
|
46
|
-
def initialize(requested: nil)
|
|
47
|
-
@requested = requested
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
class SpendCard < ::Stripe::RequestParams
|
|
52
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
53
|
-
attr_accessor :requested
|
|
54
|
-
|
|
55
|
-
def initialize(requested: nil)
|
|
56
|
-
@requested = requested
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
60
|
-
attr_accessor :charge_card
|
|
61
|
-
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
62
|
-
attr_accessor :spend_card
|
|
63
|
-
|
|
64
|
-
def initialize(charge_card: nil, spend_card: nil)
|
|
65
|
-
@charge_card = charge_card
|
|
66
|
-
@spend_card = spend_card
|
|
67
|
-
end
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
class Lead < ::Stripe::RequestParams
|
|
71
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
72
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
73
|
-
attr_accessor :requested
|
|
74
|
-
|
|
75
|
-
def initialize(requested: nil)
|
|
76
|
-
@requested = requested
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
# Can create commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
80
|
-
attr_accessor :prepaid_card
|
|
81
|
-
|
|
82
|
-
def initialize(prepaid_card: nil)
|
|
83
|
-
@prepaid_card = prepaid_card
|
|
84
|
-
end
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
class Stripe < ::Stripe::RequestParams
|
|
88
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
89
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
90
|
-
attr_accessor :requested
|
|
91
|
-
|
|
92
|
-
def initialize(requested: nil)
|
|
93
|
-
@requested = requested
|
|
94
|
-
end
|
|
95
|
-
end
|
|
96
|
-
|
|
97
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
98
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
99
|
-
attr_accessor :requested
|
|
100
|
-
|
|
101
|
-
def initialize(requested: nil)
|
|
102
|
-
@requested = requested
|
|
103
|
-
end
|
|
104
|
-
end
|
|
105
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
106
|
-
attr_accessor :charge_card
|
|
107
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
108
|
-
attr_accessor :prepaid_card
|
|
109
|
-
|
|
110
|
-
def initialize(charge_card: nil, prepaid_card: nil)
|
|
111
|
-
@charge_card = charge_card
|
|
112
|
-
@prepaid_card = prepaid_card
|
|
113
|
-
end
|
|
114
|
-
end
|
|
115
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
116
|
-
attr_accessor :celtic
|
|
117
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
118
|
-
attr_accessor :cross_river_bank
|
|
119
|
-
# Can create commercial issuing cards with Lead as BIN sponsor.
|
|
120
|
-
attr_accessor :lead
|
|
121
|
-
# Can create commercial issuing cards with Stripe as BIN sponsor.
|
|
122
|
-
attr_accessor :stripe
|
|
123
|
-
|
|
124
|
-
def initialize(celtic: nil, cross_river_bank: nil, lead: nil, stripe: nil)
|
|
125
|
-
@celtic = celtic
|
|
126
|
-
@cross_river_bank = cross_river_bank
|
|
127
|
-
@lead = lead
|
|
128
|
-
@stripe = stripe
|
|
129
|
-
end
|
|
130
|
-
end
|
|
131
|
-
# Can create cards for commercial issuing use cases.
|
|
132
|
-
attr_accessor :commercial
|
|
133
|
-
|
|
134
|
-
def initialize(commercial: nil)
|
|
135
|
-
@commercial = commercial
|
|
136
|
-
end
|
|
137
|
-
end
|
|
138
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
139
|
-
attr_accessor :applied
|
|
140
|
-
# Capabilities to request on the CardCreator Configuration.
|
|
141
|
-
attr_accessor :capabilities
|
|
142
|
-
|
|
143
|
-
def initialize(applied: nil, capabilities: nil)
|
|
144
|
-
@applied = applied
|
|
145
|
-
@capabilities = capabilities
|
|
146
|
-
end
|
|
147
|
-
end
|
|
148
|
-
|
|
149
9
|
class Customer < ::Stripe::RequestParams
|
|
150
10
|
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
151
11
|
# The customer account's tax exemption status: `none`, `exempt`, or `reverse`. When `reverse`, invoice and receipt PDFs include "Reverse charge".
|
|
152
12
|
attr_accessor :exempt
|
|
153
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
154
14
|
attr_accessor :ip_address
|
|
155
|
-
# Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
|
|
156
|
-
attr_accessor :location_source
|
|
157
15
|
# A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`.
|
|
158
16
|
attr_accessor :validate_location
|
|
159
17
|
|
|
160
|
-
def initialize(
|
|
161
|
-
exempt: nil,
|
|
162
|
-
ip_address: nil,
|
|
163
|
-
location_source: nil,
|
|
164
|
-
validate_location: nil
|
|
165
|
-
)
|
|
18
|
+
def initialize(exempt: nil, ip_address: nil, validate_location: nil)
|
|
166
19
|
@exempt = exempt
|
|
167
20
|
@ip_address = ip_address
|
|
168
|
-
@location_source = location_source
|
|
169
21
|
@validate_location = validate_location
|
|
170
22
|
end
|
|
171
23
|
end
|
|
@@ -1128,65 +980,6 @@ module Stripe
|
|
|
1128
980
|
|
|
1129
981
|
class Recipient < ::Stripe::RequestParams
|
|
1130
982
|
class Capabilities < ::Stripe::RequestParams
|
|
1131
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1132
|
-
class Instant < ::Stripe::RequestParams
|
|
1133
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1134
|
-
attr_accessor :requested
|
|
1135
|
-
|
|
1136
|
-
def initialize(requested: nil)
|
|
1137
|
-
@requested = requested
|
|
1138
|
-
end
|
|
1139
|
-
end
|
|
1140
|
-
|
|
1141
|
-
class Local < ::Stripe::RequestParams
|
|
1142
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1143
|
-
attr_accessor :requested
|
|
1144
|
-
|
|
1145
|
-
def initialize(requested: nil)
|
|
1146
|
-
@requested = requested
|
|
1147
|
-
end
|
|
1148
|
-
end
|
|
1149
|
-
|
|
1150
|
-
class Wire < ::Stripe::RequestParams
|
|
1151
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1152
|
-
attr_accessor :requested
|
|
1153
|
-
|
|
1154
|
-
def initialize(requested: nil)
|
|
1155
|
-
@requested = requested
|
|
1156
|
-
end
|
|
1157
|
-
end
|
|
1158
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
|
|
1159
|
-
attr_accessor :instant
|
|
1160
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1161
|
-
attr_accessor :local
|
|
1162
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1163
|
-
attr_accessor :wire
|
|
1164
|
-
|
|
1165
|
-
def initialize(instant: nil, local: nil, wire: nil)
|
|
1166
|
-
@instant = instant
|
|
1167
|
-
@local = local
|
|
1168
|
-
@wire = wire
|
|
1169
|
-
end
|
|
1170
|
-
end
|
|
1171
|
-
|
|
1172
|
-
class Cards < ::Stripe::RequestParams
|
|
1173
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1174
|
-
attr_accessor :requested
|
|
1175
|
-
|
|
1176
|
-
def initialize(requested: nil)
|
|
1177
|
-
@requested = requested
|
|
1178
|
-
end
|
|
1179
|
-
end
|
|
1180
|
-
|
|
1181
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1182
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1183
|
-
attr_accessor :requested
|
|
1184
|
-
|
|
1185
|
-
def initialize(requested: nil)
|
|
1186
|
-
@requested = requested
|
|
1187
|
-
end
|
|
1188
|
-
end
|
|
1189
|
-
|
|
1190
983
|
class StripeBalance < ::Stripe::RequestParams
|
|
1191
984
|
class StripeTransfers < ::Stripe::RequestParams
|
|
1192
985
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -1203,24 +996,10 @@ module Stripe
|
|
|
1203
996
|
@stripe_transfers = stripe_transfers
|
|
1204
997
|
end
|
|
1205
998
|
end
|
|
1206
|
-
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1207
|
-
attr_accessor :bank_accounts
|
|
1208
|
-
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
1209
|
-
attr_accessor :cards
|
|
1210
|
-
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1211
|
-
attr_accessor :crypto_wallets
|
|
1212
999
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1213
1000
|
attr_accessor :stripe_balance
|
|
1214
1001
|
|
|
1215
|
-
def initialize(
|
|
1216
|
-
bank_accounts: nil,
|
|
1217
|
-
cards: nil,
|
|
1218
|
-
crypto_wallets: nil,
|
|
1219
|
-
stripe_balance: nil
|
|
1220
|
-
)
|
|
1221
|
-
@bank_accounts = bank_accounts
|
|
1222
|
-
@cards = cards
|
|
1223
|
-
@crypto_wallets = crypto_wallets
|
|
1002
|
+
def initialize(stripe_balance: nil)
|
|
1224
1003
|
@stripe_balance = stripe_balance
|
|
1225
1004
|
end
|
|
1226
1005
|
end
|
|
@@ -1228,339 +1007,23 @@ module Stripe
|
|
|
1228
1007
|
attr_accessor :applied
|
|
1229
1008
|
# Capabilities to request on the Recipient Configuration.
|
|
1230
1009
|
attr_accessor :capabilities
|
|
1231
|
-
# The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination. For further details about creating an Outbound Destination, see [Collect recipient's payment details](https://docs.stripe.com/global-payouts-private-preview/quickstart?dashboard-or-api=api#collect-bank-account-details).
|
|
1232
|
-
attr_accessor :default_outbound_destination
|
|
1233
|
-
|
|
1234
|
-
def initialize(applied: nil, capabilities: nil, default_outbound_destination: nil)
|
|
1235
|
-
@applied = applied
|
|
1236
|
-
@capabilities = capabilities
|
|
1237
|
-
@default_outbound_destination = default_outbound_destination
|
|
1238
|
-
end
|
|
1239
|
-
end
|
|
1240
1010
|
|
|
1241
|
-
|
|
1242
|
-
class Capabilities < ::Stripe::RequestParams
|
|
1243
|
-
class FinancialAddresses < ::Stripe::RequestParams
|
|
1244
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1245
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1246
|
-
attr_accessor :requested
|
|
1247
|
-
|
|
1248
|
-
def initialize(requested: nil)
|
|
1249
|
-
@requested = requested
|
|
1250
|
-
end
|
|
1251
|
-
end
|
|
1252
|
-
|
|
1253
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1254
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1255
|
-
attr_accessor :requested
|
|
1256
|
-
|
|
1257
|
-
def initialize(requested: nil)
|
|
1258
|
-
@requested = requested
|
|
1259
|
-
end
|
|
1260
|
-
end
|
|
1261
|
-
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1262
|
-
attr_accessor :bank_accounts
|
|
1263
|
-
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
1264
|
-
attr_accessor :crypto_wallets
|
|
1265
|
-
|
|
1266
|
-
def initialize(bank_accounts: nil, crypto_wallets: nil)
|
|
1267
|
-
@bank_accounts = bank_accounts
|
|
1268
|
-
@crypto_wallets = crypto_wallets
|
|
1269
|
-
end
|
|
1270
|
-
end
|
|
1271
|
-
|
|
1272
|
-
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1273
|
-
class Eur < ::Stripe::RequestParams
|
|
1274
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1275
|
-
attr_accessor :requested
|
|
1276
|
-
|
|
1277
|
-
def initialize(requested: nil)
|
|
1278
|
-
@requested = requested
|
|
1279
|
-
end
|
|
1280
|
-
end
|
|
1281
|
-
|
|
1282
|
-
class Gbp < ::Stripe::RequestParams
|
|
1283
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1284
|
-
attr_accessor :requested
|
|
1285
|
-
|
|
1286
|
-
def initialize(requested: nil)
|
|
1287
|
-
@requested = requested
|
|
1288
|
-
end
|
|
1289
|
-
end
|
|
1290
|
-
|
|
1291
|
-
class Usd < ::Stripe::RequestParams
|
|
1292
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1293
|
-
attr_accessor :requested
|
|
1294
|
-
|
|
1295
|
-
def initialize(requested: nil)
|
|
1296
|
-
@requested = requested
|
|
1297
|
-
end
|
|
1298
|
-
end
|
|
1299
|
-
|
|
1300
|
-
class Usdc < ::Stripe::RequestParams
|
|
1301
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1302
|
-
attr_accessor :requested
|
|
1303
|
-
|
|
1304
|
-
def initialize(requested: nil)
|
|
1305
|
-
@requested = requested
|
|
1306
|
-
end
|
|
1307
|
-
end
|
|
1308
|
-
# Can hold storage-type funds on Stripe in EUR.
|
|
1309
|
-
attr_accessor :eur
|
|
1310
|
-
# Can hold storage-type funds on Stripe in GBP.
|
|
1311
|
-
attr_accessor :gbp
|
|
1312
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
1313
|
-
attr_accessor :usd
|
|
1314
|
-
# Can hold storage-type funds on Stripe in USDC.
|
|
1315
|
-
attr_accessor :usdc
|
|
1316
|
-
|
|
1317
|
-
def initialize(eur: nil, gbp: nil, usd: nil, usdc: nil)
|
|
1318
|
-
@eur = eur
|
|
1319
|
-
@gbp = gbp
|
|
1320
|
-
@usd = usd
|
|
1321
|
-
@usdc = usdc
|
|
1322
|
-
end
|
|
1323
|
-
end
|
|
1324
|
-
|
|
1325
|
-
class InboundTransfers < ::Stripe::RequestParams
|
|
1326
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1327
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1328
|
-
attr_accessor :requested
|
|
1329
|
-
|
|
1330
|
-
def initialize(requested: nil)
|
|
1331
|
-
@requested = requested
|
|
1332
|
-
end
|
|
1333
|
-
end
|
|
1334
|
-
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1335
|
-
attr_accessor :bank_accounts
|
|
1336
|
-
|
|
1337
|
-
def initialize(bank_accounts: nil)
|
|
1338
|
-
@bank_accounts = bank_accounts
|
|
1339
|
-
end
|
|
1340
|
-
end
|
|
1341
|
-
|
|
1342
|
-
class OutboundPayments < ::Stripe::RequestParams
|
|
1343
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1344
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1345
|
-
attr_accessor :requested
|
|
1346
|
-
|
|
1347
|
-
def initialize(requested: nil)
|
|
1348
|
-
@requested = requested
|
|
1349
|
-
end
|
|
1350
|
-
end
|
|
1351
|
-
|
|
1352
|
-
class Cards < ::Stripe::RequestParams
|
|
1353
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1354
|
-
attr_accessor :requested
|
|
1355
|
-
|
|
1356
|
-
def initialize(requested: nil)
|
|
1357
|
-
@requested = requested
|
|
1358
|
-
end
|
|
1359
|
-
end
|
|
1360
|
-
|
|
1361
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1362
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1363
|
-
attr_accessor :requested
|
|
1364
|
-
|
|
1365
|
-
def initialize(requested: nil)
|
|
1366
|
-
@requested = requested
|
|
1367
|
-
end
|
|
1368
|
-
end
|
|
1369
|
-
|
|
1370
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1371
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1372
|
-
attr_accessor :requested
|
|
1373
|
-
|
|
1374
|
-
def initialize(requested: nil)
|
|
1375
|
-
@requested = requested
|
|
1376
|
-
end
|
|
1377
|
-
end
|
|
1378
|
-
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1379
|
-
attr_accessor :bank_accounts
|
|
1380
|
-
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1381
|
-
attr_accessor :cards
|
|
1382
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
|
|
1383
|
-
attr_accessor :crypto_wallets
|
|
1384
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1385
|
-
attr_accessor :financial_accounts
|
|
1386
|
-
|
|
1387
|
-
def initialize(
|
|
1388
|
-
bank_accounts: nil,
|
|
1389
|
-
cards: nil,
|
|
1390
|
-
crypto_wallets: nil,
|
|
1391
|
-
financial_accounts: nil
|
|
1392
|
-
)
|
|
1393
|
-
@bank_accounts = bank_accounts
|
|
1394
|
-
@cards = cards
|
|
1395
|
-
@crypto_wallets = crypto_wallets
|
|
1396
|
-
@financial_accounts = financial_accounts
|
|
1397
|
-
end
|
|
1398
|
-
end
|
|
1399
|
-
|
|
1400
|
-
class OutboundTransfers < ::Stripe::RequestParams
|
|
1401
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1402
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1403
|
-
attr_accessor :requested
|
|
1404
|
-
|
|
1405
|
-
def initialize(requested: nil)
|
|
1406
|
-
@requested = requested
|
|
1407
|
-
end
|
|
1408
|
-
end
|
|
1409
|
-
|
|
1410
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1411
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1412
|
-
attr_accessor :requested
|
|
1413
|
-
|
|
1414
|
-
def initialize(requested: nil)
|
|
1415
|
-
@requested = requested
|
|
1416
|
-
end
|
|
1417
|
-
end
|
|
1418
|
-
|
|
1419
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1420
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1421
|
-
attr_accessor :requested
|
|
1422
|
-
|
|
1423
|
-
def initialize(requested: nil)
|
|
1424
|
-
@requested = requested
|
|
1425
|
-
end
|
|
1426
|
-
end
|
|
1427
|
-
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1428
|
-
attr_accessor :bank_accounts
|
|
1429
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
|
|
1430
|
-
attr_accessor :crypto_wallets
|
|
1431
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1432
|
-
attr_accessor :financial_accounts
|
|
1433
|
-
|
|
1434
|
-
def initialize(bank_accounts: nil, crypto_wallets: nil, financial_accounts: nil)
|
|
1435
|
-
@bank_accounts = bank_accounts
|
|
1436
|
-
@crypto_wallets = crypto_wallets
|
|
1437
|
-
@financial_accounts = financial_accounts
|
|
1438
|
-
end
|
|
1439
|
-
end
|
|
1440
|
-
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1441
|
-
attr_accessor :financial_addresses
|
|
1442
|
-
# Can hold storage-type funds on Stripe.
|
|
1443
|
-
attr_accessor :holds_currencies
|
|
1444
|
-
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1445
|
-
attr_accessor :inbound_transfers
|
|
1446
|
-
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1447
|
-
attr_accessor :outbound_payments
|
|
1448
|
-
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1449
|
-
attr_accessor :outbound_transfers
|
|
1450
|
-
|
|
1451
|
-
def initialize(
|
|
1452
|
-
financial_addresses: nil,
|
|
1453
|
-
holds_currencies: nil,
|
|
1454
|
-
inbound_transfers: nil,
|
|
1455
|
-
outbound_payments: nil,
|
|
1456
|
-
outbound_transfers: nil
|
|
1457
|
-
)
|
|
1458
|
-
@financial_addresses = financial_addresses
|
|
1459
|
-
@holds_currencies = holds_currencies
|
|
1460
|
-
@inbound_transfers = inbound_transfers
|
|
1461
|
-
@outbound_payments = outbound_payments
|
|
1462
|
-
@outbound_transfers = outbound_transfers
|
|
1463
|
-
end
|
|
1464
|
-
end
|
|
1465
|
-
|
|
1466
|
-
class RegulatedActivity < ::Stripe::RequestParams
|
|
1467
|
-
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
1468
|
-
attr_accessor :description
|
|
1469
|
-
# The license number or registration number assigned by the business's primary regulator.
|
|
1470
|
-
attr_accessor :license_number
|
|
1471
|
-
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
1472
|
-
attr_accessor :primary_regulatory_authority_country
|
|
1473
|
-
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
1474
|
-
attr_accessor :primary_regulatory_authority_name
|
|
1475
|
-
|
|
1476
|
-
def initialize(
|
|
1477
|
-
description: nil,
|
|
1478
|
-
license_number: nil,
|
|
1479
|
-
primary_regulatory_authority_country: nil,
|
|
1480
|
-
primary_regulatory_authority_name: nil
|
|
1481
|
-
)
|
|
1482
|
-
@description = description
|
|
1483
|
-
@license_number = license_number
|
|
1484
|
-
@primary_regulatory_authority_country = primary_regulatory_authority_country
|
|
1485
|
-
@primary_regulatory_authority_name = primary_regulatory_authority_name
|
|
1486
|
-
end
|
|
1487
|
-
end
|
|
1488
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
1489
|
-
attr_accessor :applied
|
|
1490
|
-
# Capabilities to request on the Storer Configuration.
|
|
1491
|
-
attr_accessor :capabilities
|
|
1492
|
-
# List of high-risk activities the business is involved in.
|
|
1493
|
-
attr_accessor :high_risk_activities
|
|
1494
|
-
# Description of the high-risk activities the business offers.
|
|
1495
|
-
attr_accessor :high_risk_activities_description
|
|
1496
|
-
# Description of the money services offered by the business.
|
|
1497
|
-
attr_accessor :money_services_description
|
|
1498
|
-
# Does the business operate in any prohibited countries.
|
|
1499
|
-
attr_accessor :operates_in_prohibited_countries
|
|
1500
|
-
# Indicates whether the business participates in any regulated activity.
|
|
1501
|
-
attr_accessor :participates_in_regulated_activity
|
|
1502
|
-
# Primary purpose of the stored funds.
|
|
1503
|
-
attr_accessor :purpose_of_funds
|
|
1504
|
-
# Description of the purpose of the stored funds.
|
|
1505
|
-
attr_accessor :purpose_of_funds_description
|
|
1506
|
-
# Details of the regulated activity if the business participates in one.
|
|
1507
|
-
attr_accessor :regulated_activity
|
|
1508
|
-
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
1509
|
-
attr_accessor :source_of_funds
|
|
1510
|
-
# Description of the source of funds for the business' account.
|
|
1511
|
-
attr_accessor :source_of_funds_description
|
|
1512
|
-
|
|
1513
|
-
def initialize(
|
|
1514
|
-
applied: nil,
|
|
1515
|
-
capabilities: nil,
|
|
1516
|
-
high_risk_activities: nil,
|
|
1517
|
-
high_risk_activities_description: nil,
|
|
1518
|
-
money_services_description: nil,
|
|
1519
|
-
operates_in_prohibited_countries: nil,
|
|
1520
|
-
participates_in_regulated_activity: nil,
|
|
1521
|
-
purpose_of_funds: nil,
|
|
1522
|
-
purpose_of_funds_description: nil,
|
|
1523
|
-
regulated_activity: nil,
|
|
1524
|
-
source_of_funds: nil,
|
|
1525
|
-
source_of_funds_description: nil
|
|
1526
|
-
)
|
|
1011
|
+
def initialize(applied: nil, capabilities: nil)
|
|
1527
1012
|
@applied = applied
|
|
1528
1013
|
@capabilities = capabilities
|
|
1529
|
-
@high_risk_activities = high_risk_activities
|
|
1530
|
-
@high_risk_activities_description = high_risk_activities_description
|
|
1531
|
-
@money_services_description = money_services_description
|
|
1532
|
-
@operates_in_prohibited_countries = operates_in_prohibited_countries
|
|
1533
|
-
@participates_in_regulated_activity = participates_in_regulated_activity
|
|
1534
|
-
@purpose_of_funds = purpose_of_funds
|
|
1535
|
-
@purpose_of_funds_description = purpose_of_funds_description
|
|
1536
|
-
@regulated_activity = regulated_activity
|
|
1537
|
-
@source_of_funds = source_of_funds
|
|
1538
|
-
@source_of_funds_description = source_of_funds_description
|
|
1539
1014
|
end
|
|
1540
1015
|
end
|
|
1541
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1542
|
-
attr_accessor :card_creator
|
|
1543
1016
|
# The Customer Configuration allows the Account to be charged.
|
|
1544
1017
|
attr_accessor :customer
|
|
1545
1018
|
# Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
1546
1019
|
attr_accessor :merchant
|
|
1547
1020
|
# The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
1548
1021
|
attr_accessor :recipient
|
|
1549
|
-
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1550
|
-
attr_accessor :storer
|
|
1551
1022
|
|
|
1552
|
-
def initialize(
|
|
1553
|
-
card_creator: nil,
|
|
1554
|
-
customer: nil,
|
|
1555
|
-
merchant: nil,
|
|
1556
|
-
recipient: nil,
|
|
1557
|
-
storer: nil
|
|
1558
|
-
)
|
|
1559
|
-
@card_creator = card_creator
|
|
1023
|
+
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1560
1024
|
@customer = customer
|
|
1561
1025
|
@merchant = merchant
|
|
1562
1026
|
@recipient = recipient
|
|
1563
|
-
@storer = storer
|
|
1564
1027
|
end
|
|
1565
1028
|
end
|
|
1566
1029
|
|
|
@@ -1694,395 +1157,6 @@ module Stripe
|
|
|
1694
1157
|
end
|
|
1695
1158
|
end
|
|
1696
1159
|
|
|
1697
|
-
class CardCreator < ::Stripe::RequestParams
|
|
1698
|
-
class Commercial < ::Stripe::RequestParams
|
|
1699
|
-
class AccountHolder < ::Stripe::RequestParams
|
|
1700
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1701
|
-
attr_accessor :date
|
|
1702
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1703
|
-
attr_accessor :ip
|
|
1704
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1705
|
-
attr_accessor :user_agent
|
|
1706
|
-
|
|
1707
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1708
|
-
@date = date
|
|
1709
|
-
@ip = ip
|
|
1710
|
-
@user_agent = user_agent
|
|
1711
|
-
end
|
|
1712
|
-
end
|
|
1713
|
-
|
|
1714
|
-
class Celtic < ::Stripe::RequestParams
|
|
1715
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1716
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1717
|
-
attr_accessor :date
|
|
1718
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1719
|
-
attr_accessor :ip
|
|
1720
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1721
|
-
attr_accessor :user_agent
|
|
1722
|
-
|
|
1723
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1724
|
-
@date = date
|
|
1725
|
-
@ip = ip
|
|
1726
|
-
@user_agent = user_agent
|
|
1727
|
-
end
|
|
1728
|
-
end
|
|
1729
|
-
|
|
1730
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1731
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1732
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1733
|
-
attr_accessor :date
|
|
1734
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1735
|
-
attr_accessor :ip
|
|
1736
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1737
|
-
attr_accessor :user_agent
|
|
1738
|
-
|
|
1739
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1740
|
-
@date = date
|
|
1741
|
-
@ip = ip
|
|
1742
|
-
@user_agent = user_agent
|
|
1743
|
-
end
|
|
1744
|
-
end
|
|
1745
|
-
|
|
1746
|
-
class Platform < ::Stripe::RequestParams
|
|
1747
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1748
|
-
attr_accessor :date
|
|
1749
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1750
|
-
attr_accessor :ip
|
|
1751
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1752
|
-
attr_accessor :user_agent
|
|
1753
|
-
|
|
1754
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1755
|
-
@date = date
|
|
1756
|
-
@ip = ip
|
|
1757
|
-
@user_agent = user_agent
|
|
1758
|
-
end
|
|
1759
|
-
end
|
|
1760
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1761
|
-
attr_accessor :bank_terms
|
|
1762
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1763
|
-
attr_accessor :platform
|
|
1764
|
-
|
|
1765
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
1766
|
-
@bank_terms = bank_terms
|
|
1767
|
-
@platform = platform
|
|
1768
|
-
end
|
|
1769
|
-
end
|
|
1770
|
-
|
|
1771
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1772
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1773
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1774
|
-
attr_accessor :date
|
|
1775
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1776
|
-
attr_accessor :ip
|
|
1777
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1778
|
-
attr_accessor :user_agent
|
|
1779
|
-
|
|
1780
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1781
|
-
@date = date
|
|
1782
|
-
@ip = ip
|
|
1783
|
-
@user_agent = user_agent
|
|
1784
|
-
end
|
|
1785
|
-
end
|
|
1786
|
-
|
|
1787
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1788
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1789
|
-
attr_accessor :date
|
|
1790
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1791
|
-
attr_accessor :ip
|
|
1792
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1793
|
-
attr_accessor :user_agent
|
|
1794
|
-
|
|
1795
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1796
|
-
@date = date
|
|
1797
|
-
@ip = ip
|
|
1798
|
-
@user_agent = user_agent
|
|
1799
|
-
end
|
|
1800
|
-
end
|
|
1801
|
-
|
|
1802
|
-
class Platform < ::Stripe::RequestParams
|
|
1803
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1804
|
-
attr_accessor :date
|
|
1805
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1806
|
-
attr_accessor :ip
|
|
1807
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1808
|
-
attr_accessor :user_agent
|
|
1809
|
-
|
|
1810
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1811
|
-
@date = date
|
|
1812
|
-
@ip = ip
|
|
1813
|
-
@user_agent = user_agent
|
|
1814
|
-
end
|
|
1815
|
-
end
|
|
1816
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1817
|
-
attr_accessor :bank_terms
|
|
1818
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1819
|
-
attr_accessor :financing_disclosures
|
|
1820
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1821
|
-
attr_accessor :platform
|
|
1822
|
-
|
|
1823
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1824
|
-
@bank_terms = bank_terms
|
|
1825
|
-
@financing_disclosures = financing_disclosures
|
|
1826
|
-
@platform = platform
|
|
1827
|
-
end
|
|
1828
|
-
end
|
|
1829
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
1830
|
-
attr_accessor :apple_pay
|
|
1831
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1832
|
-
attr_accessor :charge_card
|
|
1833
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1834
|
-
attr_accessor :spend_card
|
|
1835
|
-
|
|
1836
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1837
|
-
@apple_pay = apple_pay
|
|
1838
|
-
@charge_card = charge_card
|
|
1839
|
-
@spend_card = spend_card
|
|
1840
|
-
end
|
|
1841
|
-
end
|
|
1842
|
-
|
|
1843
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
1844
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1845
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1846
|
-
attr_accessor :date
|
|
1847
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1848
|
-
attr_accessor :ip
|
|
1849
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1850
|
-
attr_accessor :user_agent
|
|
1851
|
-
|
|
1852
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1853
|
-
@date = date
|
|
1854
|
-
@ip = ip
|
|
1855
|
-
@user_agent = user_agent
|
|
1856
|
-
end
|
|
1857
|
-
end
|
|
1858
|
-
|
|
1859
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1860
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1861
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1862
|
-
attr_accessor :date
|
|
1863
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1864
|
-
attr_accessor :ip
|
|
1865
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1866
|
-
attr_accessor :user_agent
|
|
1867
|
-
|
|
1868
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1869
|
-
@date = date
|
|
1870
|
-
@ip = ip
|
|
1871
|
-
@user_agent = user_agent
|
|
1872
|
-
end
|
|
1873
|
-
end
|
|
1874
|
-
|
|
1875
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1876
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1877
|
-
attr_accessor :date
|
|
1878
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1879
|
-
attr_accessor :ip
|
|
1880
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1881
|
-
attr_accessor :user_agent
|
|
1882
|
-
|
|
1883
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1884
|
-
@date = date
|
|
1885
|
-
@ip = ip
|
|
1886
|
-
@user_agent = user_agent
|
|
1887
|
-
end
|
|
1888
|
-
end
|
|
1889
|
-
|
|
1890
|
-
class Platform < ::Stripe::RequestParams
|
|
1891
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1892
|
-
attr_accessor :date
|
|
1893
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1894
|
-
attr_accessor :ip
|
|
1895
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1896
|
-
attr_accessor :user_agent
|
|
1897
|
-
|
|
1898
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1899
|
-
@date = date
|
|
1900
|
-
@ip = ip
|
|
1901
|
-
@user_agent = user_agent
|
|
1902
|
-
end
|
|
1903
|
-
end
|
|
1904
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1905
|
-
attr_accessor :bank_terms
|
|
1906
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1907
|
-
attr_accessor :financing_disclosures
|
|
1908
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1909
|
-
attr_accessor :platform
|
|
1910
|
-
|
|
1911
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1912
|
-
@bank_terms = bank_terms
|
|
1913
|
-
@financing_disclosures = financing_disclosures
|
|
1914
|
-
@platform = platform
|
|
1915
|
-
end
|
|
1916
|
-
end
|
|
1917
|
-
|
|
1918
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1919
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1920
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1921
|
-
attr_accessor :date
|
|
1922
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1923
|
-
attr_accessor :ip
|
|
1924
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1925
|
-
attr_accessor :user_agent
|
|
1926
|
-
|
|
1927
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1928
|
-
@date = date
|
|
1929
|
-
@ip = ip
|
|
1930
|
-
@user_agent = user_agent
|
|
1931
|
-
end
|
|
1932
|
-
end
|
|
1933
|
-
|
|
1934
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1935
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1936
|
-
attr_accessor :date
|
|
1937
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1938
|
-
attr_accessor :ip
|
|
1939
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1940
|
-
attr_accessor :user_agent
|
|
1941
|
-
|
|
1942
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1943
|
-
@date = date
|
|
1944
|
-
@ip = ip
|
|
1945
|
-
@user_agent = user_agent
|
|
1946
|
-
end
|
|
1947
|
-
end
|
|
1948
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1949
|
-
attr_accessor :bank_terms
|
|
1950
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1951
|
-
attr_accessor :financing_disclosures
|
|
1952
|
-
|
|
1953
|
-
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
1954
|
-
@bank_terms = bank_terms
|
|
1955
|
-
@financing_disclosures = financing_disclosures
|
|
1956
|
-
end
|
|
1957
|
-
end
|
|
1958
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
1959
|
-
attr_accessor :apple_pay
|
|
1960
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1961
|
-
attr_accessor :charge_card
|
|
1962
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1963
|
-
attr_accessor :spend_card
|
|
1964
|
-
|
|
1965
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1966
|
-
@apple_pay = apple_pay
|
|
1967
|
-
@charge_card = charge_card
|
|
1968
|
-
@spend_card = spend_card
|
|
1969
|
-
end
|
|
1970
|
-
end
|
|
1971
|
-
|
|
1972
|
-
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
1973
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1974
|
-
attr_accessor :date
|
|
1975
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1976
|
-
attr_accessor :ip
|
|
1977
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1978
|
-
attr_accessor :user_agent
|
|
1979
|
-
|
|
1980
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1981
|
-
@date = date
|
|
1982
|
-
@ip = ip
|
|
1983
|
-
@user_agent = user_agent
|
|
1984
|
-
end
|
|
1985
|
-
end
|
|
1986
|
-
|
|
1987
|
-
class Lead < ::Stripe::RequestParams
|
|
1988
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1989
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1990
|
-
attr_accessor :date
|
|
1991
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1992
|
-
attr_accessor :ip
|
|
1993
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1994
|
-
attr_accessor :user_agent
|
|
1995
|
-
|
|
1996
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1997
|
-
@date = date
|
|
1998
|
-
@ip = ip
|
|
1999
|
-
@user_agent = user_agent
|
|
2000
|
-
end
|
|
2001
|
-
end
|
|
2002
|
-
|
|
2003
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
2004
|
-
class BankTerms < ::Stripe::RequestParams
|
|
2005
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2006
|
-
attr_accessor :date
|
|
2007
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
2008
|
-
attr_accessor :ip
|
|
2009
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2010
|
-
attr_accessor :user_agent
|
|
2011
|
-
|
|
2012
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2013
|
-
@date = date
|
|
2014
|
-
@ip = ip
|
|
2015
|
-
@user_agent = user_agent
|
|
2016
|
-
end
|
|
2017
|
-
end
|
|
2018
|
-
|
|
2019
|
-
class Platform < ::Stripe::RequestParams
|
|
2020
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2021
|
-
attr_accessor :date
|
|
2022
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
2023
|
-
attr_accessor :ip
|
|
2024
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2025
|
-
attr_accessor :user_agent
|
|
2026
|
-
|
|
2027
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2028
|
-
@date = date
|
|
2029
|
-
@ip = ip
|
|
2030
|
-
@user_agent = user_agent
|
|
2031
|
-
end
|
|
2032
|
-
end
|
|
2033
|
-
# Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2034
|
-
attr_accessor :bank_terms
|
|
2035
|
-
# Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2036
|
-
attr_accessor :platform
|
|
2037
|
-
|
|
2038
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
2039
|
-
@bank_terms = bank_terms
|
|
2040
|
-
@platform = platform
|
|
2041
|
-
end
|
|
2042
|
-
end
|
|
2043
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
|
|
2044
|
-
attr_accessor :apple_pay
|
|
2045
|
-
# Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2046
|
-
attr_accessor :prepaid_card
|
|
2047
|
-
|
|
2048
|
-
def initialize(apple_pay: nil, prepaid_card: nil)
|
|
2049
|
-
@apple_pay = apple_pay
|
|
2050
|
-
@prepaid_card = prepaid_card
|
|
2051
|
-
end
|
|
2052
|
-
end
|
|
2053
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
2054
|
-
attr_accessor :account_holder
|
|
2055
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
2056
|
-
attr_accessor :celtic
|
|
2057
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
2058
|
-
attr_accessor :cross_river_bank
|
|
2059
|
-
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
2060
|
-
attr_accessor :global_account_holder
|
|
2061
|
-
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
2062
|
-
attr_accessor :lead
|
|
2063
|
-
|
|
2064
|
-
def initialize(
|
|
2065
|
-
account_holder: nil,
|
|
2066
|
-
celtic: nil,
|
|
2067
|
-
cross_river_bank: nil,
|
|
2068
|
-
global_account_holder: nil,
|
|
2069
|
-
lead: nil
|
|
2070
|
-
)
|
|
2071
|
-
@account_holder = account_holder
|
|
2072
|
-
@celtic = celtic
|
|
2073
|
-
@cross_river_bank = cross_river_bank
|
|
2074
|
-
@global_account_holder = global_account_holder
|
|
2075
|
-
@lead = lead
|
|
2076
|
-
end
|
|
2077
|
-
end
|
|
2078
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
2079
|
-
attr_accessor :commercial
|
|
2080
|
-
|
|
2081
|
-
def initialize(commercial: nil)
|
|
2082
|
-
@commercial = commercial
|
|
2083
|
-
end
|
|
2084
|
-
end
|
|
2085
|
-
|
|
2086
1160
|
class CryptoStorer < ::Stripe::RequestParams
|
|
2087
1161
|
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2088
1162
|
attr_accessor :date
|
|
@@ -2114,16 +1188,13 @@ module Stripe
|
|
|
2114
1188
|
end
|
|
2115
1189
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
2116
1190
|
attr_accessor :account
|
|
2117
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
2118
|
-
attr_accessor :card_creator
|
|
2119
1191
|
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
2120
1192
|
attr_accessor :crypto_storer
|
|
2121
1193
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
2122
1194
|
attr_accessor :storer
|
|
2123
1195
|
|
|
2124
|
-
def initialize(account: nil,
|
|
1196
|
+
def initialize(account: nil, crypto_storer: nil, storer: nil)
|
|
2125
1197
|
@account = account
|
|
2126
|
-
@card_creator = card_creator
|
|
2127
1198
|
@crypto_storer = crypto_storer
|
|
2128
1199
|
@storer = storer
|
|
2129
1200
|
end
|
|
@@ -2538,8 +1609,6 @@ module Stripe
|
|
|
2538
1609
|
attr_accessor :address
|
|
2539
1610
|
# The business gross annual revenue for its preceding fiscal year.
|
|
2540
1611
|
attr_accessor :annual_revenue
|
|
2541
|
-
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
2542
|
-
attr_accessor :compliance_screening_description
|
|
2543
1612
|
# A document verifying the business.
|
|
2544
1613
|
attr_accessor :documents
|
|
2545
1614
|
# Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|
|
@@ -2562,7 +1631,6 @@ module Stripe
|
|
|
2562
1631
|
def initialize(
|
|
2563
1632
|
address: nil,
|
|
2564
1633
|
annual_revenue: nil,
|
|
2565
|
-
compliance_screening_description: nil,
|
|
2566
1634
|
documents: nil,
|
|
2567
1635
|
estimated_worker_count: nil,
|
|
2568
1636
|
id_numbers: nil,
|
|
@@ -2575,7 +1643,6 @@ module Stripe
|
|
|
2575
1643
|
)
|
|
2576
1644
|
@address = address
|
|
2577
1645
|
@annual_revenue = annual_revenue
|
|
2578
|
-
@compliance_screening_description = compliance_screening_description
|
|
2579
1646
|
@documents = documents
|
|
2580
1647
|
@estimated_worker_count = estimated_worker_count
|
|
2581
1648
|
@id_numbers = id_numbers
|