stripe 18.2.0.pre.alpha.1 → 18.2.0.pre.beta.1
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 +0 -2
- data/lib/stripe/errors.rb +0 -3
- data/lib/stripe/event_types.rb +0 -356
- data/lib/stripe/object_types.rb +3 -40
- data/lib/stripe/params/account_create_params.rb +2 -34
- 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 +0 -17
- data/lib/stripe/params/account_update_params.rb +2 -34
- 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/analytics/meter_usage_retrieve_params.rb +1 -5
- 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/checkout/session_create_params.rb +2 -93
- data/lib/stripe/params/checkout/session_update_params.rb +1 -13
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -13
- data/lib/stripe/params/invoice_create_preview_params.rb +3 -122
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -13
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -13
- data/lib/stripe/params/issuing/card_list_params.rb +1 -34
- data/lib/stripe/params/payment_intent_capture_params.rb +1 -1
- data/lib/stripe/params/payment_intent_confirm_params.rb +2 -40
- data/lib/stripe/params/payment_intent_create_params.rb +2 -53
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +1 -35
- data/lib/stripe/params/payment_link_create_params.rb +1 -13
- data/lib/stripe/params/product_create_params.rb +1 -14
- data/lib/stripe/params/product_update_params.rb +1 -14
- data/lib/stripe/params/quote_create_params.rb +2 -222
- data/lib/stripe/params/quote_update_params.rb +2 -222
- data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
- data/lib/stripe/params/{issuing/program_retrieve_params.rb → reserve/hold_retrieve_params.rb} +2 -2
- data/lib/stripe/params/{identity/blocklist_entry_disable_params.rb → reserve/plan_retrieve_params.rb} +2 -2
- data/lib/stripe/params/{issuing/program_list_params.rb → reserve/release_list_params.rb} +20 -3
- data/lib/stripe/params/{identity/blocklist_entry_retrieve_params.rb → reserve/release_retrieve_params.rb} +2 -2
- data/lib/stripe/params/setup_intent_confirm_params.rb +0 -29
- data/lib/stripe/params/setup_intent_create_params.rb +0 -29
- data/lib/stripe/params/setup_intent_update_params.rb +1 -30
- data/lib/stripe/params/subscription_create_params.rb +0 -16
- data/lib/stripe/params/subscription_item_create_params.rb +0 -16
- data/lib/stripe/params/subscription_item_update_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +2 -41
- data/lib/stripe/params/subscription_schedule_create_params.rb +1 -69
- data/lib/stripe/params/subscription_schedule_update_params.rb +1 -69
- data/lib/stripe/params/subscription_update_params.rb +0 -16
- data/lib/stripe/params/token_create_params.rb +0 -64
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -4
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
- data/lib/stripe/params/v2/core/account_create_params.rb +9 -716
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -237
- data/lib/stripe/params/v2/core/account_update_params.rb +9 -702
- 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/v2/money_management/financial_account_list_params.rb +1 -4
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +1 -8
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +1 -4
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -4
- data/lib/stripe/params.rb +5 -125
- data/lib/stripe/resources/account_session.rb +0 -27
- 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/analytics/meter_usage_row.rb +0 -2
- 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/capital/financing_offer.rb +0 -41
- data/lib/stripe/resources/card.rb +1 -18
- data/lib/stripe/resources/charge.rb +0 -18
- data/lib/stripe/resources/checkout/session.rb +0 -92
- data/lib/stripe/resources/confirmation_token.rb +0 -18
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/identity/verification_report.rb +0 -4
- data/lib/stripe/resources/invoice.rb +0 -16
- data/lib/stripe/resources/invoice_item.rb +2 -106
- data/lib/stripe/resources/invoice_line_item.rb +3 -107
- data/lib/stripe/resources/issuing/card.rb +0 -4
- data/lib/stripe/resources/payment_intent.rb +1 -63
- data/lib/stripe/resources/payment_method.rb +0 -38
- data/lib/stripe/resources/person.rb +0 -36
- data/lib/stripe/resources/quote.rb +1 -238
- data/lib/stripe/resources/quote_line.rb +0 -6
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -16
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -94
- data/lib/stripe/resources/reserve/hold.rb +74 -0
- data/lib/stripe/resources/reserve/plan.rb +78 -0
- data/lib/stripe/resources/reserve/release.rb +77 -0
- data/lib/stripe/resources/setup_intent.rb +0 -40
- data/lib/stripe/resources/subscription.rb +1 -20
- data/lib/stripe/resources/subscription_item.rb +1 -24
- data/lib/stripe/resources/subscription_schedule.rb +0 -94
- data/lib/stripe/resources/transfer.rb +0 -4
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -46
- data/lib/stripe/resources/v2/core/account.rb +5 -1073
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +1 -21
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +1 -21
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -35
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -4
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -2
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -2
- data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -47
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -34
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -56
- data/lib/stripe/resources.rb +3 -132
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -2
- data/lib/stripe/services/payment_method_service.rb +0 -11
- data/lib/stripe/services/radar_service.rb +1 -2
- data/lib/stripe/services/reserve/hold_service.rb +30 -0
- data/lib/stripe/services/reserve/plan_service.rb +19 -0
- data/lib/stripe/services/reserve/release_service.rb +30 -0
- data/lib/stripe/services/reserve_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +2 -5
- data/lib/stripe/services/v2/billing_service.rb +1 -14
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2/money_management_service.rb +1 -5
- data/lib/stripe/services/v2/test_helper_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -5
- data/lib/stripe/services.rb +4 -47
- data/lib/stripe/stripe_client.rb +8 -1
- data/lib/stripe/stripe_event_notification_handler.rb +425 -0
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +1 -0
- data/rbi/stripe/stripe_client.rbi +13 -0
- data/rbi/stripe.rbi +1295 -20425
- metadata +15 -306
- 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_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_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_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_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/balance_transfer_create_params.rb +0 -66
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
- 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/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
- 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 -18
- 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_update_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_update_params.rb +0 -17
- 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/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/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/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/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/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/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/balance_transfer.rb +0 -139
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -479
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/issuing/program.rb +0 -69
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
- data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -126
- data/lib/stripe/resources/transit_balance.rb +0 -45
- 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/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/iam/api_key.rb +0 -129
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- 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/balance_transfer_service.rb +0 -17
- 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/identity/blocklist_entry_service.rb +0 -71
- data/lib/stripe/services/issuing/program_service.rb +0 -52
- 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/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/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/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/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/iam/api_key_service.rb +0 -76
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
- 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_helpers/money_management_service.rb +0 -21
|
@@ -12,312 +12,6 @@ module Stripe
|
|
|
12
12
|
end
|
|
13
13
|
|
|
14
14
|
class Configuration < ::Stripe::StripeObject
|
|
15
|
-
class CardCreator < ::Stripe::StripeObject
|
|
16
|
-
class Capabilities < ::Stripe::StripeObject
|
|
17
|
-
class Commercial < ::Stripe::StripeObject
|
|
18
|
-
class Celtic < ::Stripe::StripeObject
|
|
19
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
20
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
21
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
22
|
-
attr_reader :code
|
|
23
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
24
|
-
attr_reader :resolution
|
|
25
|
-
|
|
26
|
-
def self.inner_class_types
|
|
27
|
-
@inner_class_types = {}
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
def self.field_remappings
|
|
31
|
-
@field_remappings = {}
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
# The status of the Capability.
|
|
35
|
-
attr_reader :status
|
|
36
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
37
|
-
attr_reader :status_details
|
|
38
|
-
|
|
39
|
-
def self.inner_class_types
|
|
40
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
def self.field_remappings
|
|
44
|
-
@field_remappings = {}
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
class SpendCard < ::Stripe::StripeObject
|
|
49
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
50
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
51
|
-
attr_reader :code
|
|
52
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
53
|
-
attr_reader :resolution
|
|
54
|
-
|
|
55
|
-
def self.inner_class_types
|
|
56
|
-
@inner_class_types = {}
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
def self.field_remappings
|
|
60
|
-
@field_remappings = {}
|
|
61
|
-
end
|
|
62
|
-
end
|
|
63
|
-
# The status of the Capability.
|
|
64
|
-
attr_reader :status
|
|
65
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
66
|
-
attr_reader :status_details
|
|
67
|
-
|
|
68
|
-
def self.inner_class_types
|
|
69
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
70
|
-
end
|
|
71
|
-
|
|
72
|
-
def self.field_remappings
|
|
73
|
-
@field_remappings = {}
|
|
74
|
-
end
|
|
75
|
-
end
|
|
76
|
-
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
77
|
-
attr_reader :charge_card
|
|
78
|
-
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
79
|
-
attr_reader :spend_card
|
|
80
|
-
|
|
81
|
-
def self.inner_class_types
|
|
82
|
-
@inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
def self.field_remappings
|
|
86
|
-
@field_remappings = {}
|
|
87
|
-
end
|
|
88
|
-
end
|
|
89
|
-
|
|
90
|
-
class CrossRiverBank < ::Stripe::StripeObject
|
|
91
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
92
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
93
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
94
|
-
attr_reader :code
|
|
95
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
96
|
-
attr_reader :resolution
|
|
97
|
-
|
|
98
|
-
def self.inner_class_types
|
|
99
|
-
@inner_class_types = {}
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
def self.field_remappings
|
|
103
|
-
@field_remappings = {}
|
|
104
|
-
end
|
|
105
|
-
end
|
|
106
|
-
# The status of the Capability.
|
|
107
|
-
attr_reader :status
|
|
108
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
109
|
-
attr_reader :status_details
|
|
110
|
-
|
|
111
|
-
def self.inner_class_types
|
|
112
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
113
|
-
end
|
|
114
|
-
|
|
115
|
-
def self.field_remappings
|
|
116
|
-
@field_remappings = {}
|
|
117
|
-
end
|
|
118
|
-
end
|
|
119
|
-
|
|
120
|
-
class SpendCard < ::Stripe::StripeObject
|
|
121
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
122
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
123
|
-
attr_reader :code
|
|
124
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
125
|
-
attr_reader :resolution
|
|
126
|
-
|
|
127
|
-
def self.inner_class_types
|
|
128
|
-
@inner_class_types = {}
|
|
129
|
-
end
|
|
130
|
-
|
|
131
|
-
def self.field_remappings
|
|
132
|
-
@field_remappings = {}
|
|
133
|
-
end
|
|
134
|
-
end
|
|
135
|
-
# The status of the Capability.
|
|
136
|
-
attr_reader :status
|
|
137
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
138
|
-
attr_reader :status_details
|
|
139
|
-
|
|
140
|
-
def self.inner_class_types
|
|
141
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
142
|
-
end
|
|
143
|
-
|
|
144
|
-
def self.field_remappings
|
|
145
|
-
@field_remappings = {}
|
|
146
|
-
end
|
|
147
|
-
end
|
|
148
|
-
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
149
|
-
attr_reader :charge_card
|
|
150
|
-
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
151
|
-
attr_reader :spend_card
|
|
152
|
-
|
|
153
|
-
def self.inner_class_types
|
|
154
|
-
@inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
|
|
155
|
-
end
|
|
156
|
-
|
|
157
|
-
def self.field_remappings
|
|
158
|
-
@field_remappings = {}
|
|
159
|
-
end
|
|
160
|
-
end
|
|
161
|
-
|
|
162
|
-
class Lead < ::Stripe::StripeObject
|
|
163
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
164
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
165
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
166
|
-
attr_reader :code
|
|
167
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
168
|
-
attr_reader :resolution
|
|
169
|
-
|
|
170
|
-
def self.inner_class_types
|
|
171
|
-
@inner_class_types = {}
|
|
172
|
-
end
|
|
173
|
-
|
|
174
|
-
def self.field_remappings
|
|
175
|
-
@field_remappings = {}
|
|
176
|
-
end
|
|
177
|
-
end
|
|
178
|
-
# The status of the Capability.
|
|
179
|
-
attr_reader :status
|
|
180
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
181
|
-
attr_reader :status_details
|
|
182
|
-
|
|
183
|
-
def self.inner_class_types
|
|
184
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
185
|
-
end
|
|
186
|
-
|
|
187
|
-
def self.field_remappings
|
|
188
|
-
@field_remappings = {}
|
|
189
|
-
end
|
|
190
|
-
end
|
|
191
|
-
# Can create commercial Global(cross border) issuing prepaid cards with Lead as BIN sponsor.
|
|
192
|
-
attr_reader :prepaid_card
|
|
193
|
-
|
|
194
|
-
def self.inner_class_types
|
|
195
|
-
@inner_class_types = { prepaid_card: PrepaidCard }
|
|
196
|
-
end
|
|
197
|
-
|
|
198
|
-
def self.field_remappings
|
|
199
|
-
@field_remappings = {}
|
|
200
|
-
end
|
|
201
|
-
end
|
|
202
|
-
|
|
203
|
-
class Stripe < ::Stripe::StripeObject
|
|
204
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
205
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
206
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
207
|
-
attr_reader :code
|
|
208
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
209
|
-
attr_reader :resolution
|
|
210
|
-
|
|
211
|
-
def self.inner_class_types
|
|
212
|
-
@inner_class_types = {}
|
|
213
|
-
end
|
|
214
|
-
|
|
215
|
-
def self.field_remappings
|
|
216
|
-
@field_remappings = {}
|
|
217
|
-
end
|
|
218
|
-
end
|
|
219
|
-
# The status of the Capability.
|
|
220
|
-
attr_reader :status
|
|
221
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
222
|
-
attr_reader :status_details
|
|
223
|
-
|
|
224
|
-
def self.inner_class_types
|
|
225
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
226
|
-
end
|
|
227
|
-
|
|
228
|
-
def self.field_remappings
|
|
229
|
-
@field_remappings = {}
|
|
230
|
-
end
|
|
231
|
-
end
|
|
232
|
-
|
|
233
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
234
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
235
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
236
|
-
attr_reader :code
|
|
237
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
238
|
-
attr_reader :resolution
|
|
239
|
-
|
|
240
|
-
def self.inner_class_types
|
|
241
|
-
@inner_class_types = {}
|
|
242
|
-
end
|
|
243
|
-
|
|
244
|
-
def self.field_remappings
|
|
245
|
-
@field_remappings = {}
|
|
246
|
-
end
|
|
247
|
-
end
|
|
248
|
-
# The status of the Capability.
|
|
249
|
-
attr_reader :status
|
|
250
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
251
|
-
attr_reader :status_details
|
|
252
|
-
|
|
253
|
-
def self.inner_class_types
|
|
254
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
255
|
-
end
|
|
256
|
-
|
|
257
|
-
def self.field_remappings
|
|
258
|
-
@field_remappings = {}
|
|
259
|
-
end
|
|
260
|
-
end
|
|
261
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
262
|
-
attr_reader :charge_card
|
|
263
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
264
|
-
attr_reader :prepaid_card
|
|
265
|
-
|
|
266
|
-
def self.inner_class_types
|
|
267
|
-
@inner_class_types = { charge_card: ChargeCard, prepaid_card: PrepaidCard }
|
|
268
|
-
end
|
|
269
|
-
|
|
270
|
-
def self.field_remappings
|
|
271
|
-
@field_remappings = {}
|
|
272
|
-
end
|
|
273
|
-
end
|
|
274
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
275
|
-
attr_reader :celtic
|
|
276
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
277
|
-
attr_reader :cross_river_bank
|
|
278
|
-
# Can create commercial issuing cards with Lead as a BIN sponsor.
|
|
279
|
-
attr_reader :lead
|
|
280
|
-
# Can create commercial issuing cards with Stripe as a BIN sponsor.
|
|
281
|
-
attr_reader :stripe
|
|
282
|
-
|
|
283
|
-
def self.inner_class_types
|
|
284
|
-
@inner_class_types = {
|
|
285
|
-
celtic: Celtic,
|
|
286
|
-
cross_river_bank: CrossRiverBank,
|
|
287
|
-
lead: Lead,
|
|
288
|
-
stripe: Stripe,
|
|
289
|
-
}
|
|
290
|
-
end
|
|
291
|
-
|
|
292
|
-
def self.field_remappings
|
|
293
|
-
@field_remappings = {}
|
|
294
|
-
end
|
|
295
|
-
end
|
|
296
|
-
# Can create cards for commercial issuing use cases.
|
|
297
|
-
attr_reader :commercial
|
|
298
|
-
|
|
299
|
-
def self.inner_class_types
|
|
300
|
-
@inner_class_types = { commercial: Commercial }
|
|
301
|
-
end
|
|
302
|
-
|
|
303
|
-
def self.field_remappings
|
|
304
|
-
@field_remappings = {}
|
|
305
|
-
end
|
|
306
|
-
end
|
|
307
|
-
# Indicates whether the card_creator configuration is active. You can deactivate or reactivate the card_creator configuration by updating this property. Deactivating the configuration by setting this value to false will unrequest all capabilities within the configuration. It will not delete any of the configuration's other properties.
|
|
308
|
-
attr_reader :applied
|
|
309
|
-
# Capabilities that have been requested on the CardCreator Configuration.
|
|
310
|
-
attr_reader :capabilities
|
|
311
|
-
|
|
312
|
-
def self.inner_class_types
|
|
313
|
-
@inner_class_types = { capabilities: Capabilities }
|
|
314
|
-
end
|
|
315
|
-
|
|
316
|
-
def self.field_remappings
|
|
317
|
-
@field_remappings = {}
|
|
318
|
-
end
|
|
319
|
-
end
|
|
320
|
-
|
|
321
15
|
class Customer < ::Stripe::StripeObject
|
|
322
16
|
class AutomaticIndirectTax < ::Stripe::StripeObject
|
|
323
17
|
class Location < ::Stripe::StripeObject
|
|
@@ -2249,35 +1943,6 @@ module Stripe
|
|
|
2249
1943
|
class Recipient < ::Stripe::StripeObject
|
|
2250
1944
|
class Capabilities < ::Stripe::StripeObject
|
|
2251
1945
|
class BankAccounts < ::Stripe::StripeObject
|
|
2252
|
-
class Instant < ::Stripe::StripeObject
|
|
2253
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2254
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2255
|
-
attr_reader :code
|
|
2256
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2257
|
-
attr_reader :resolution
|
|
2258
|
-
|
|
2259
|
-
def self.inner_class_types
|
|
2260
|
-
@inner_class_types = {}
|
|
2261
|
-
end
|
|
2262
|
-
|
|
2263
|
-
def self.field_remappings
|
|
2264
|
-
@field_remappings = {}
|
|
2265
|
-
end
|
|
2266
|
-
end
|
|
2267
|
-
# The status of the Capability.
|
|
2268
|
-
attr_reader :status
|
|
2269
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2270
|
-
attr_reader :status_details
|
|
2271
|
-
|
|
2272
|
-
def self.inner_class_types
|
|
2273
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2274
|
-
end
|
|
2275
|
-
|
|
2276
|
-
def self.field_remappings
|
|
2277
|
-
@field_remappings = {}
|
|
2278
|
-
end
|
|
2279
|
-
end
|
|
2280
|
-
|
|
2281
1946
|
class Local < ::Stripe::StripeObject
|
|
2282
1947
|
class StatusDetail < ::Stripe::StripeObject
|
|
2283
1948
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
@@ -2335,15 +2000,13 @@ module Stripe
|
|
|
2335
2000
|
@field_remappings = {}
|
|
2336
2001
|
end
|
|
2337
2002
|
end
|
|
2338
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
|
|
2339
|
-
attr_reader :instant
|
|
2340
2003
|
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
2341
2004
|
attr_reader :local
|
|
2342
2005
|
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
2343
2006
|
attr_reader :wire
|
|
2344
2007
|
|
|
2345
2008
|
def self.inner_class_types
|
|
2346
|
-
@inner_class_types = {
|
|
2009
|
+
@inner_class_types = { local: Local, wire: Wire }
|
|
2347
2010
|
end
|
|
2348
2011
|
|
|
2349
2012
|
def self.field_remappings
|
|
@@ -2380,35 +2043,6 @@ module Stripe
|
|
|
2380
2043
|
end
|
|
2381
2044
|
end
|
|
2382
2045
|
|
|
2383
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2384
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2385
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2386
|
-
attr_reader :code
|
|
2387
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2388
|
-
attr_reader :resolution
|
|
2389
|
-
|
|
2390
|
-
def self.inner_class_types
|
|
2391
|
-
@inner_class_types = {}
|
|
2392
|
-
end
|
|
2393
|
-
|
|
2394
|
-
def self.field_remappings
|
|
2395
|
-
@field_remappings = {}
|
|
2396
|
-
end
|
|
2397
|
-
end
|
|
2398
|
-
# The status of the Capability.
|
|
2399
|
-
attr_reader :status
|
|
2400
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2401
|
-
attr_reader :status_details
|
|
2402
|
-
|
|
2403
|
-
def self.inner_class_types
|
|
2404
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2405
|
-
end
|
|
2406
|
-
|
|
2407
|
-
def self.field_remappings
|
|
2408
|
-
@field_remappings = {}
|
|
2409
|
-
end
|
|
2410
|
-
end
|
|
2411
|
-
|
|
2412
2046
|
class StripeBalance < ::Stripe::StripeObject
|
|
2413
2047
|
class Payouts < ::Stripe::StripeObject
|
|
2414
2048
|
class StatusDetail < ::Stripe::StripeObject
|
|
@@ -2484,8 +2118,6 @@ module Stripe
|
|
|
2484
2118
|
attr_reader :bank_accounts
|
|
2485
2119
|
# Enables this Account to receive OutboundPayments to a linked debit card.
|
|
2486
2120
|
attr_reader :cards
|
|
2487
|
-
# Enables this Account to receive OutboundPayments to a linked crypto wallet.
|
|
2488
|
-
attr_reader :crypto_wallets
|
|
2489
2121
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
2490
2122
|
attr_reader :stripe_balance
|
|
2491
2123
|
|
|
@@ -2493,7 +2125,6 @@ module Stripe
|
|
|
2493
2125
|
@inner_class_types = {
|
|
2494
2126
|
bank_accounts: BankAccounts,
|
|
2495
2127
|
cards: Cards,
|
|
2496
|
-
crypto_wallets: CryptoWallets,
|
|
2497
2128
|
stripe_balance: StripeBalance,
|
|
2498
2129
|
}
|
|
2499
2130
|
end
|
|
@@ -2567,42 +2198,11 @@ module Stripe
|
|
|
2567
2198
|
@field_remappings = {}
|
|
2568
2199
|
end
|
|
2569
2200
|
end
|
|
2570
|
-
|
|
2571
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2572
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2573
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2574
|
-
attr_reader :code
|
|
2575
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2576
|
-
attr_reader :resolution
|
|
2577
|
-
|
|
2578
|
-
def self.inner_class_types
|
|
2579
|
-
@inner_class_types = {}
|
|
2580
|
-
end
|
|
2581
|
-
|
|
2582
|
-
def self.field_remappings
|
|
2583
|
-
@field_remappings = {}
|
|
2584
|
-
end
|
|
2585
|
-
end
|
|
2586
|
-
# The status of the Capability.
|
|
2587
|
-
attr_reader :status
|
|
2588
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2589
|
-
attr_reader :status_details
|
|
2590
|
-
|
|
2591
|
-
def self.inner_class_types
|
|
2592
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2593
|
-
end
|
|
2594
|
-
|
|
2595
|
-
def self.field_remappings
|
|
2596
|
-
@field_remappings = {}
|
|
2597
|
-
end
|
|
2598
|
-
end
|
|
2599
2201
|
# Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
2600
2202
|
attr_reader :bank_accounts
|
|
2601
|
-
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
2602
|
-
attr_reader :crypto_wallets
|
|
2603
2203
|
|
|
2604
2204
|
def self.inner_class_types
|
|
2605
|
-
@inner_class_types = { bank_accounts: BankAccounts
|
|
2205
|
+
@inner_class_types = { bank_accounts: BankAccounts }
|
|
2606
2206
|
end
|
|
2607
2207
|
|
|
2608
2208
|
def self.field_remappings
|
|
@@ -2697,46 +2297,15 @@ module Stripe
|
|
|
2697
2297
|
@field_remappings = {}
|
|
2698
2298
|
end
|
|
2699
2299
|
end
|
|
2700
|
-
|
|
2701
|
-
class Usdc < ::Stripe::StripeObject
|
|
2702
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2703
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2704
|
-
attr_reader :code
|
|
2705
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2706
|
-
attr_reader :resolution
|
|
2707
|
-
|
|
2708
|
-
def self.inner_class_types
|
|
2709
|
-
@inner_class_types = {}
|
|
2710
|
-
end
|
|
2711
|
-
|
|
2712
|
-
def self.field_remappings
|
|
2713
|
-
@field_remappings = {}
|
|
2714
|
-
end
|
|
2715
|
-
end
|
|
2716
|
-
# The status of the Capability.
|
|
2717
|
-
attr_reader :status
|
|
2718
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2719
|
-
attr_reader :status_details
|
|
2720
|
-
|
|
2721
|
-
def self.inner_class_types
|
|
2722
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2723
|
-
end
|
|
2724
|
-
|
|
2725
|
-
def self.field_remappings
|
|
2726
|
-
@field_remappings = {}
|
|
2727
|
-
end
|
|
2728
|
-
end
|
|
2729
2300
|
# Can hold storage-type funds on Stripe in EUR.
|
|
2730
2301
|
attr_reader :eur
|
|
2731
2302
|
# Can hold storage-type funds on Stripe in GBP.
|
|
2732
2303
|
attr_reader :gbp
|
|
2733
2304
|
# Can hold storage-type funds on Stripe in USD.
|
|
2734
2305
|
attr_reader :usd
|
|
2735
|
-
# Can hold storage-type funds on Stripe in USDC.
|
|
2736
|
-
attr_reader :usdc
|
|
2737
2306
|
|
|
2738
2307
|
def self.inner_class_types
|
|
2739
|
-
@inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd
|
|
2308
|
+
@inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd }
|
|
2740
2309
|
end
|
|
2741
2310
|
|
|
2742
2311
|
def self.field_remappings
|
|
@@ -2844,35 +2413,6 @@ module Stripe
|
|
|
2844
2413
|
end
|
|
2845
2414
|
end
|
|
2846
2415
|
|
|
2847
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2848
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2849
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2850
|
-
attr_reader :code
|
|
2851
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2852
|
-
attr_reader :resolution
|
|
2853
|
-
|
|
2854
|
-
def self.inner_class_types
|
|
2855
|
-
@inner_class_types = {}
|
|
2856
|
-
end
|
|
2857
|
-
|
|
2858
|
-
def self.field_remappings
|
|
2859
|
-
@field_remappings = {}
|
|
2860
|
-
end
|
|
2861
|
-
end
|
|
2862
|
-
# The status of the Capability.
|
|
2863
|
-
attr_reader :status
|
|
2864
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2865
|
-
attr_reader :status_details
|
|
2866
|
-
|
|
2867
|
-
def self.inner_class_types
|
|
2868
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2869
|
-
end
|
|
2870
|
-
|
|
2871
|
-
def self.field_remappings
|
|
2872
|
-
@field_remappings = {}
|
|
2873
|
-
end
|
|
2874
|
-
end
|
|
2875
|
-
|
|
2876
2416
|
class FinancialAccounts < ::Stripe::StripeObject
|
|
2877
2417
|
class StatusDetail < ::Stripe::StripeObject
|
|
2878
2418
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
@@ -2905,8 +2445,6 @@ module Stripe
|
|
|
2905
2445
|
attr_reader :bank_accounts
|
|
2906
2446
|
# Can send funds from a FinancialAccount to a debit card owned by a different entity.
|
|
2907
2447
|
attr_reader :cards
|
|
2908
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by a different entity.
|
|
2909
|
-
attr_reader :crypto_wallets
|
|
2910
2448
|
# Can send funds from a FinancialAccount to a FinancialAccount owned by a different entity.
|
|
2911
2449
|
attr_reader :financial_accounts
|
|
2912
2450
|
|
|
@@ -2914,7 +2452,6 @@ module Stripe
|
|
|
2914
2452
|
@inner_class_types = {
|
|
2915
2453
|
bank_accounts: BankAccounts,
|
|
2916
2454
|
cards: Cards,
|
|
2917
|
-
crypto_wallets: CryptoWallets,
|
|
2918
2455
|
financial_accounts: FinancialAccounts,
|
|
2919
2456
|
}
|
|
2920
2457
|
end
|
|
@@ -2954,35 +2491,6 @@ module Stripe
|
|
|
2954
2491
|
end
|
|
2955
2492
|
end
|
|
2956
2493
|
|
|
2957
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2958
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2959
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2960
|
-
attr_reader :code
|
|
2961
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2962
|
-
attr_reader :resolution
|
|
2963
|
-
|
|
2964
|
-
def self.inner_class_types
|
|
2965
|
-
@inner_class_types = {}
|
|
2966
|
-
end
|
|
2967
|
-
|
|
2968
|
-
def self.field_remappings
|
|
2969
|
-
@field_remappings = {}
|
|
2970
|
-
end
|
|
2971
|
-
end
|
|
2972
|
-
# The status of the Capability.
|
|
2973
|
-
attr_reader :status
|
|
2974
|
-
# Additional details about the capability's status. This value is empty when `status` is `active`.
|
|
2975
|
-
attr_reader :status_details
|
|
2976
|
-
|
|
2977
|
-
def self.inner_class_types
|
|
2978
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2979
|
-
end
|
|
2980
|
-
|
|
2981
|
-
def self.field_remappings
|
|
2982
|
-
@field_remappings = {}
|
|
2983
|
-
end
|
|
2984
|
-
end
|
|
2985
|
-
|
|
2986
2494
|
class FinancialAccounts < ::Stripe::StripeObject
|
|
2987
2495
|
class StatusDetail < ::Stripe::StripeObject
|
|
2988
2496
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
@@ -3013,15 +2521,12 @@ module Stripe
|
|
|
3013
2521
|
end
|
|
3014
2522
|
# Can send funds from a FinancialAccount to a bank account belonging to the same user.
|
|
3015
2523
|
attr_reader :bank_accounts
|
|
3016
|
-
# Can send funds from a FinancialAccount to a crypto wallet belonging to the same user.
|
|
3017
|
-
attr_reader :crypto_wallets
|
|
3018
2524
|
# Can send funds from a FinancialAccount to another FinancialAccount belonging to the same user.
|
|
3019
2525
|
attr_reader :financial_accounts
|
|
3020
2526
|
|
|
3021
2527
|
def self.inner_class_types
|
|
3022
2528
|
@inner_class_types = {
|
|
3023
2529
|
bank_accounts: BankAccounts,
|
|
3024
|
-
crypto_wallets: CryptoWallets,
|
|
3025
2530
|
financial_accounts: FinancialAccounts,
|
|
3026
2531
|
}
|
|
3027
2532
|
end
|
|
@@ -3055,63 +2560,19 @@ module Stripe
|
|
|
3055
2560
|
@field_remappings = {}
|
|
3056
2561
|
end
|
|
3057
2562
|
end
|
|
3058
|
-
|
|
3059
|
-
class RegulatedActivity < ::Stripe::StripeObject
|
|
3060
|
-
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
3061
|
-
attr_reader :description
|
|
3062
|
-
# The license number or registration number assigned by the business's primary regulator.
|
|
3063
|
-
attr_reader :license_number
|
|
3064
|
-
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
3065
|
-
attr_reader :primary_regulatory_authority_country
|
|
3066
|
-
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
3067
|
-
attr_reader :primary_regulatory_authority_name
|
|
3068
|
-
|
|
3069
|
-
def self.inner_class_types
|
|
3070
|
-
@inner_class_types = {}
|
|
3071
|
-
end
|
|
3072
|
-
|
|
3073
|
-
def self.field_remappings
|
|
3074
|
-
@field_remappings = {}
|
|
3075
|
-
end
|
|
3076
|
-
end
|
|
3077
2563
|
# Indicates whether the storer configuration is active. You cannot deactivate (or reactivate) the storer configuration by updating this property.
|
|
3078
2564
|
attr_reader :applied
|
|
3079
2565
|
# Capabilities that have been requested on the Storer Configuration.
|
|
3080
2566
|
attr_reader :capabilities
|
|
3081
|
-
# List of high-risk activities the business is involved in.
|
|
3082
|
-
attr_reader :high_risk_activities
|
|
3083
|
-
# Description of the high-risk activities the business offers.
|
|
3084
|
-
attr_reader :high_risk_activities_description
|
|
3085
|
-
# Description of the money services offered by the business.
|
|
3086
|
-
attr_reader :money_services_description
|
|
3087
|
-
# Indicates whether the business operates in any prohibited countries.
|
|
3088
|
-
attr_reader :operates_in_prohibited_countries
|
|
3089
|
-
# Does the business participate in any regulated activity.
|
|
3090
|
-
attr_reader :participates_in_regulated_activity
|
|
3091
|
-
# Primary purpose of the stored funds.
|
|
3092
|
-
attr_reader :purpose_of_funds
|
|
3093
|
-
# Description of the purpose of the stored funds.
|
|
3094
|
-
attr_reader :purpose_of_funds_description
|
|
3095
|
-
# Details of the regulated activity if the business participates in one.
|
|
3096
|
-
attr_reader :regulated_activity
|
|
3097
|
-
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
3098
|
-
attr_reader :source_of_funds
|
|
3099
|
-
# Description of the source of funds for the business' account.
|
|
3100
|
-
attr_reader :source_of_funds_description
|
|
3101
2567
|
|
|
3102
2568
|
def self.inner_class_types
|
|
3103
|
-
@inner_class_types = {
|
|
3104
|
-
capabilities: Capabilities,
|
|
3105
|
-
regulated_activity: RegulatedActivity,
|
|
3106
|
-
}
|
|
2569
|
+
@inner_class_types = { capabilities: Capabilities }
|
|
3107
2570
|
end
|
|
3108
2571
|
|
|
3109
2572
|
def self.field_remappings
|
|
3110
2573
|
@field_remappings = {}
|
|
3111
2574
|
end
|
|
3112
2575
|
end
|
|
3113
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
3114
|
-
attr_reader :card_creator
|
|
3115
2576
|
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
3116
2577
|
attr_reader :customer
|
|
3117
2578
|
# 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.
|
|
@@ -3123,7 +2584,6 @@ module Stripe
|
|
|
3123
2584
|
|
|
3124
2585
|
def self.inner_class_types
|
|
3125
2586
|
@inner_class_types = {
|
|
3126
|
-
card_creator: CardCreator,
|
|
3127
2587
|
customer: Customer,
|
|
3128
2588
|
merchant: Merchant,
|
|
3129
2589
|
recipient: Recipient,
|
|
@@ -3451,523 +2911,6 @@ module Stripe
|
|
|
3451
2911
|
end
|
|
3452
2912
|
end
|
|
3453
2913
|
|
|
3454
|
-
class CardCreator < ::Stripe::StripeObject
|
|
3455
|
-
class Commercial < ::Stripe::StripeObject
|
|
3456
|
-
class AccountHolder < ::Stripe::StripeObject
|
|
3457
|
-
# 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.
|
|
3458
|
-
attr_reader :date
|
|
3459
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3460
|
-
attr_reader :ip
|
|
3461
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3462
|
-
attr_reader :url
|
|
3463
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3464
|
-
attr_reader :user_agent
|
|
3465
|
-
|
|
3466
|
-
def self.inner_class_types
|
|
3467
|
-
@inner_class_types = {}
|
|
3468
|
-
end
|
|
3469
|
-
|
|
3470
|
-
def self.field_remappings
|
|
3471
|
-
@field_remappings = {}
|
|
3472
|
-
end
|
|
3473
|
-
end
|
|
3474
|
-
|
|
3475
|
-
class Celtic < ::Stripe::StripeObject
|
|
3476
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3477
|
-
# 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.
|
|
3478
|
-
attr_reader :date
|
|
3479
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3480
|
-
attr_reader :ip
|
|
3481
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3482
|
-
attr_reader :url
|
|
3483
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3484
|
-
attr_reader :user_agent
|
|
3485
|
-
|
|
3486
|
-
def self.inner_class_types
|
|
3487
|
-
@inner_class_types = {}
|
|
3488
|
-
end
|
|
3489
|
-
|
|
3490
|
-
def self.field_remappings
|
|
3491
|
-
@field_remappings = {}
|
|
3492
|
-
end
|
|
3493
|
-
end
|
|
3494
|
-
|
|
3495
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
3496
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3497
|
-
# 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.
|
|
3498
|
-
attr_reader :date
|
|
3499
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3500
|
-
attr_reader :ip
|
|
3501
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3502
|
-
attr_reader :url
|
|
3503
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3504
|
-
attr_reader :user_agent
|
|
3505
|
-
|
|
3506
|
-
def self.inner_class_types
|
|
3507
|
-
@inner_class_types = {}
|
|
3508
|
-
end
|
|
3509
|
-
|
|
3510
|
-
def self.field_remappings
|
|
3511
|
-
@field_remappings = {}
|
|
3512
|
-
end
|
|
3513
|
-
end
|
|
3514
|
-
|
|
3515
|
-
class Platform < ::Stripe::StripeObject
|
|
3516
|
-
# 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.
|
|
3517
|
-
attr_reader :date
|
|
3518
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3519
|
-
attr_reader :ip
|
|
3520
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3521
|
-
attr_reader :url
|
|
3522
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3523
|
-
attr_reader :user_agent
|
|
3524
|
-
|
|
3525
|
-
def self.inner_class_types
|
|
3526
|
-
@inner_class_types = {}
|
|
3527
|
-
end
|
|
3528
|
-
|
|
3529
|
-
def self.field_remappings
|
|
3530
|
-
@field_remappings = {}
|
|
3531
|
-
end
|
|
3532
|
-
end
|
|
3533
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3534
|
-
attr_reader :bank_terms
|
|
3535
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3536
|
-
attr_reader :platform
|
|
3537
|
-
|
|
3538
|
-
def self.inner_class_types
|
|
3539
|
-
@inner_class_types = { bank_terms: BankTerms, platform: Platform }
|
|
3540
|
-
end
|
|
3541
|
-
|
|
3542
|
-
def self.field_remappings
|
|
3543
|
-
@field_remappings = {}
|
|
3544
|
-
end
|
|
3545
|
-
end
|
|
3546
|
-
|
|
3547
|
-
class SpendCard < ::Stripe::StripeObject
|
|
3548
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3549
|
-
# 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.
|
|
3550
|
-
attr_reader :date
|
|
3551
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3552
|
-
attr_reader :ip
|
|
3553
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3554
|
-
attr_reader :url
|
|
3555
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3556
|
-
attr_reader :user_agent
|
|
3557
|
-
|
|
3558
|
-
def self.inner_class_types
|
|
3559
|
-
@inner_class_types = {}
|
|
3560
|
-
end
|
|
3561
|
-
|
|
3562
|
-
def self.field_remappings
|
|
3563
|
-
@field_remappings = {}
|
|
3564
|
-
end
|
|
3565
|
-
end
|
|
3566
|
-
|
|
3567
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3568
|
-
# 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.
|
|
3569
|
-
attr_reader :date
|
|
3570
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3571
|
-
attr_reader :ip
|
|
3572
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3573
|
-
attr_reader :url
|
|
3574
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3575
|
-
attr_reader :user_agent
|
|
3576
|
-
|
|
3577
|
-
def self.inner_class_types
|
|
3578
|
-
@inner_class_types = {}
|
|
3579
|
-
end
|
|
3580
|
-
|
|
3581
|
-
def self.field_remappings
|
|
3582
|
-
@field_remappings = {}
|
|
3583
|
-
end
|
|
3584
|
-
end
|
|
3585
|
-
|
|
3586
|
-
class Platform < ::Stripe::StripeObject
|
|
3587
|
-
# 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.
|
|
3588
|
-
attr_reader :date
|
|
3589
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3590
|
-
attr_reader :ip
|
|
3591
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3592
|
-
attr_reader :url
|
|
3593
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3594
|
-
attr_reader :user_agent
|
|
3595
|
-
|
|
3596
|
-
def self.inner_class_types
|
|
3597
|
-
@inner_class_types = {}
|
|
3598
|
-
end
|
|
3599
|
-
|
|
3600
|
-
def self.field_remappings
|
|
3601
|
-
@field_remappings = {}
|
|
3602
|
-
end
|
|
3603
|
-
end
|
|
3604
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3605
|
-
attr_reader :bank_terms
|
|
3606
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3607
|
-
attr_reader :financing_disclosures
|
|
3608
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3609
|
-
attr_reader :platform
|
|
3610
|
-
|
|
3611
|
-
def self.inner_class_types
|
|
3612
|
-
@inner_class_types = {
|
|
3613
|
-
bank_terms: BankTerms,
|
|
3614
|
-
financing_disclosures: FinancingDisclosures,
|
|
3615
|
-
platform: Platform,
|
|
3616
|
-
}
|
|
3617
|
-
end
|
|
3618
|
-
|
|
3619
|
-
def self.field_remappings
|
|
3620
|
-
@field_remappings = {}
|
|
3621
|
-
end
|
|
3622
|
-
end
|
|
3623
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
3624
|
-
attr_reader :apple_pay
|
|
3625
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3626
|
-
attr_reader :charge_card
|
|
3627
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3628
|
-
attr_reader :spend_card
|
|
3629
|
-
|
|
3630
|
-
def self.inner_class_types
|
|
3631
|
-
@inner_class_types = {
|
|
3632
|
-
apple_pay: ApplePay,
|
|
3633
|
-
charge_card: ChargeCard,
|
|
3634
|
-
spend_card: SpendCard,
|
|
3635
|
-
}
|
|
3636
|
-
end
|
|
3637
|
-
|
|
3638
|
-
def self.field_remappings
|
|
3639
|
-
@field_remappings = {}
|
|
3640
|
-
end
|
|
3641
|
-
end
|
|
3642
|
-
|
|
3643
|
-
class CrossRiverBank < ::Stripe::StripeObject
|
|
3644
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3645
|
-
# 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.
|
|
3646
|
-
attr_reader :date
|
|
3647
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3648
|
-
attr_reader :ip
|
|
3649
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3650
|
-
attr_reader :url
|
|
3651
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3652
|
-
attr_reader :user_agent
|
|
3653
|
-
|
|
3654
|
-
def self.inner_class_types
|
|
3655
|
-
@inner_class_types = {}
|
|
3656
|
-
end
|
|
3657
|
-
|
|
3658
|
-
def self.field_remappings
|
|
3659
|
-
@field_remappings = {}
|
|
3660
|
-
end
|
|
3661
|
-
end
|
|
3662
|
-
|
|
3663
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
3664
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3665
|
-
# 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.
|
|
3666
|
-
attr_reader :date
|
|
3667
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3668
|
-
attr_reader :ip
|
|
3669
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3670
|
-
attr_reader :url
|
|
3671
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3672
|
-
attr_reader :user_agent
|
|
3673
|
-
|
|
3674
|
-
def self.inner_class_types
|
|
3675
|
-
@inner_class_types = {}
|
|
3676
|
-
end
|
|
3677
|
-
|
|
3678
|
-
def self.field_remappings
|
|
3679
|
-
@field_remappings = {}
|
|
3680
|
-
end
|
|
3681
|
-
end
|
|
3682
|
-
|
|
3683
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3684
|
-
# 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.
|
|
3685
|
-
attr_reader :date
|
|
3686
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3687
|
-
attr_reader :ip
|
|
3688
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3689
|
-
attr_reader :url
|
|
3690
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3691
|
-
attr_reader :user_agent
|
|
3692
|
-
|
|
3693
|
-
def self.inner_class_types
|
|
3694
|
-
@inner_class_types = {}
|
|
3695
|
-
end
|
|
3696
|
-
|
|
3697
|
-
def self.field_remappings
|
|
3698
|
-
@field_remappings = {}
|
|
3699
|
-
end
|
|
3700
|
-
end
|
|
3701
|
-
|
|
3702
|
-
class Platform < ::Stripe::StripeObject
|
|
3703
|
-
# 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.
|
|
3704
|
-
attr_reader :date
|
|
3705
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3706
|
-
attr_reader :ip
|
|
3707
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3708
|
-
attr_reader :url
|
|
3709
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3710
|
-
attr_reader :user_agent
|
|
3711
|
-
|
|
3712
|
-
def self.inner_class_types
|
|
3713
|
-
@inner_class_types = {}
|
|
3714
|
-
end
|
|
3715
|
-
|
|
3716
|
-
def self.field_remappings
|
|
3717
|
-
@field_remappings = {}
|
|
3718
|
-
end
|
|
3719
|
-
end
|
|
3720
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3721
|
-
attr_reader :bank_terms
|
|
3722
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3723
|
-
attr_reader :financing_disclosures
|
|
3724
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3725
|
-
attr_reader :platform
|
|
3726
|
-
|
|
3727
|
-
def self.inner_class_types
|
|
3728
|
-
@inner_class_types = {
|
|
3729
|
-
bank_terms: BankTerms,
|
|
3730
|
-
financing_disclosures: FinancingDisclosures,
|
|
3731
|
-
platform: Platform,
|
|
3732
|
-
}
|
|
3733
|
-
end
|
|
3734
|
-
|
|
3735
|
-
def self.field_remappings
|
|
3736
|
-
@field_remappings = {}
|
|
3737
|
-
end
|
|
3738
|
-
end
|
|
3739
|
-
|
|
3740
|
-
class SpendCard < ::Stripe::StripeObject
|
|
3741
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3742
|
-
# 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.
|
|
3743
|
-
attr_reader :date
|
|
3744
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3745
|
-
attr_reader :ip
|
|
3746
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3747
|
-
attr_reader :url
|
|
3748
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3749
|
-
attr_reader :user_agent
|
|
3750
|
-
|
|
3751
|
-
def self.inner_class_types
|
|
3752
|
-
@inner_class_types = {}
|
|
3753
|
-
end
|
|
3754
|
-
|
|
3755
|
-
def self.field_remappings
|
|
3756
|
-
@field_remappings = {}
|
|
3757
|
-
end
|
|
3758
|
-
end
|
|
3759
|
-
|
|
3760
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3761
|
-
# 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.
|
|
3762
|
-
attr_reader :date
|
|
3763
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3764
|
-
attr_reader :ip
|
|
3765
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3766
|
-
attr_reader :url
|
|
3767
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3768
|
-
attr_reader :user_agent
|
|
3769
|
-
|
|
3770
|
-
def self.inner_class_types
|
|
3771
|
-
@inner_class_types = {}
|
|
3772
|
-
end
|
|
3773
|
-
|
|
3774
|
-
def self.field_remappings
|
|
3775
|
-
@field_remappings = {}
|
|
3776
|
-
end
|
|
3777
|
-
end
|
|
3778
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3779
|
-
attr_reader :bank_terms
|
|
3780
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3781
|
-
attr_reader :financing_disclosures
|
|
3782
|
-
|
|
3783
|
-
def self.inner_class_types
|
|
3784
|
-
@inner_class_types = {
|
|
3785
|
-
bank_terms: BankTerms,
|
|
3786
|
-
financing_disclosures: FinancingDisclosures,
|
|
3787
|
-
}
|
|
3788
|
-
end
|
|
3789
|
-
|
|
3790
|
-
def self.field_remappings
|
|
3791
|
-
@field_remappings = {}
|
|
3792
|
-
end
|
|
3793
|
-
end
|
|
3794
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
3795
|
-
attr_reader :apple_pay
|
|
3796
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3797
|
-
attr_reader :charge_card
|
|
3798
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3799
|
-
attr_reader :spend_card
|
|
3800
|
-
|
|
3801
|
-
def self.inner_class_types
|
|
3802
|
-
@inner_class_types = {
|
|
3803
|
-
apple_pay: ApplePay,
|
|
3804
|
-
charge_card: ChargeCard,
|
|
3805
|
-
spend_card: SpendCard,
|
|
3806
|
-
}
|
|
3807
|
-
end
|
|
3808
|
-
|
|
3809
|
-
def self.field_remappings
|
|
3810
|
-
@field_remappings = {}
|
|
3811
|
-
end
|
|
3812
|
-
end
|
|
3813
|
-
|
|
3814
|
-
class GlobalAccountHolder < ::Stripe::StripeObject
|
|
3815
|
-
# 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.
|
|
3816
|
-
attr_reader :date
|
|
3817
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3818
|
-
attr_reader :ip
|
|
3819
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3820
|
-
attr_reader :url
|
|
3821
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3822
|
-
attr_reader :user_agent
|
|
3823
|
-
|
|
3824
|
-
def self.inner_class_types
|
|
3825
|
-
@inner_class_types = {}
|
|
3826
|
-
end
|
|
3827
|
-
|
|
3828
|
-
def self.field_remappings
|
|
3829
|
-
@field_remappings = {}
|
|
3830
|
-
end
|
|
3831
|
-
end
|
|
3832
|
-
|
|
3833
|
-
class Lead < ::Stripe::StripeObject
|
|
3834
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3835
|
-
# 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.
|
|
3836
|
-
attr_reader :date
|
|
3837
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3838
|
-
attr_reader :ip
|
|
3839
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3840
|
-
attr_reader :url
|
|
3841
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3842
|
-
attr_reader :user_agent
|
|
3843
|
-
|
|
3844
|
-
def self.inner_class_types
|
|
3845
|
-
@inner_class_types = {}
|
|
3846
|
-
end
|
|
3847
|
-
|
|
3848
|
-
def self.field_remappings
|
|
3849
|
-
@field_remappings = {}
|
|
3850
|
-
end
|
|
3851
|
-
end
|
|
3852
|
-
|
|
3853
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
3854
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3855
|
-
# 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.
|
|
3856
|
-
attr_reader :date
|
|
3857
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3858
|
-
attr_reader :ip
|
|
3859
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3860
|
-
attr_reader :url
|
|
3861
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3862
|
-
attr_reader :user_agent
|
|
3863
|
-
|
|
3864
|
-
def self.inner_class_types
|
|
3865
|
-
@inner_class_types = {}
|
|
3866
|
-
end
|
|
3867
|
-
|
|
3868
|
-
def self.field_remappings
|
|
3869
|
-
@field_remappings = {}
|
|
3870
|
-
end
|
|
3871
|
-
end
|
|
3872
|
-
|
|
3873
|
-
class Platform < ::Stripe::StripeObject
|
|
3874
|
-
# 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.
|
|
3875
|
-
attr_reader :date
|
|
3876
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3877
|
-
attr_reader :ip
|
|
3878
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3879
|
-
attr_reader :url
|
|
3880
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3881
|
-
attr_reader :user_agent
|
|
3882
|
-
|
|
3883
|
-
def self.inner_class_types
|
|
3884
|
-
@inner_class_types = {}
|
|
3885
|
-
end
|
|
3886
|
-
|
|
3887
|
-
def self.field_remappings
|
|
3888
|
-
@field_remappings = {}
|
|
3889
|
-
end
|
|
3890
|
-
end
|
|
3891
|
-
# Bank terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
|
|
3892
|
-
attr_reader :bank_terms
|
|
3893
|
-
# Platform terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
|
|
3894
|
-
attr_reader :platform
|
|
3895
|
-
|
|
3896
|
-
def self.inner_class_types
|
|
3897
|
-
@inner_class_types = { bank_terms: BankTerms, platform: Platform }
|
|
3898
|
-
end
|
|
3899
|
-
|
|
3900
|
-
def self.field_remappings
|
|
3901
|
-
@field_remappings = {}
|
|
3902
|
-
end
|
|
3903
|
-
end
|
|
3904
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
3905
|
-
attr_reader :apple_pay
|
|
3906
|
-
# Terms of service acceptances for commercial issuing Global prepaid cards with Lead as BIN sponsor.
|
|
3907
|
-
attr_reader :prepaid_card
|
|
3908
|
-
|
|
3909
|
-
def self.inner_class_types
|
|
3910
|
-
@inner_class_types = { apple_pay: ApplePay, prepaid_card: PrepaidCard }
|
|
3911
|
-
end
|
|
3912
|
-
|
|
3913
|
-
def self.field_remappings
|
|
3914
|
-
@field_remappings = {}
|
|
3915
|
-
end
|
|
3916
|
-
end
|
|
3917
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
3918
|
-
attr_reader :account_holder
|
|
3919
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
3920
|
-
attr_reader :celtic
|
|
3921
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
3922
|
-
attr_reader :cross_river_bank
|
|
3923
|
-
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
3924
|
-
attr_reader :global_account_holder
|
|
3925
|
-
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
3926
|
-
attr_reader :lead
|
|
3927
|
-
|
|
3928
|
-
def self.inner_class_types
|
|
3929
|
-
@inner_class_types = {
|
|
3930
|
-
account_holder: AccountHolder,
|
|
3931
|
-
celtic: Celtic,
|
|
3932
|
-
cross_river_bank: CrossRiverBank,
|
|
3933
|
-
global_account_holder: GlobalAccountHolder,
|
|
3934
|
-
lead: Lead,
|
|
3935
|
-
}
|
|
3936
|
-
end
|
|
3937
|
-
|
|
3938
|
-
def self.field_remappings
|
|
3939
|
-
@field_remappings = {}
|
|
3940
|
-
end
|
|
3941
|
-
end
|
|
3942
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
3943
|
-
attr_reader :commercial
|
|
3944
|
-
|
|
3945
|
-
def self.inner_class_types
|
|
3946
|
-
@inner_class_types = { commercial: Commercial }
|
|
3947
|
-
end
|
|
3948
|
-
|
|
3949
|
-
def self.field_remappings
|
|
3950
|
-
@field_remappings = {}
|
|
3951
|
-
end
|
|
3952
|
-
end
|
|
3953
|
-
|
|
3954
|
-
class CryptoStorer < ::Stripe::StripeObject
|
|
3955
|
-
# 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.
|
|
3956
|
-
attr_reader :date
|
|
3957
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3958
|
-
attr_reader :ip
|
|
3959
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3960
|
-
attr_reader :user_agent
|
|
3961
|
-
|
|
3962
|
-
def self.inner_class_types
|
|
3963
|
-
@inner_class_types = {}
|
|
3964
|
-
end
|
|
3965
|
-
|
|
3966
|
-
def self.field_remappings
|
|
3967
|
-
@field_remappings = {}
|
|
3968
|
-
end
|
|
3969
|
-
end
|
|
3970
|
-
|
|
3971
2914
|
class Storer < ::Stripe::StripeObject
|
|
3972
2915
|
# 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.
|
|
3973
2916
|
attr_reader :date
|
|
@@ -3986,20 +2929,11 @@ module Stripe
|
|
|
3986
2929
|
end
|
|
3987
2930
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
3988
2931
|
attr_reader :account
|
|
3989
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
3990
|
-
attr_reader :card_creator
|
|
3991
|
-
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
3992
|
-
attr_reader :crypto_storer
|
|
3993
2932
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
3994
2933
|
attr_reader :storer
|
|
3995
2934
|
|
|
3996
2935
|
def self.inner_class_types
|
|
3997
|
-
@inner_class_types = {
|
|
3998
|
-
account: Account,
|
|
3999
|
-
card_creator: CardCreator,
|
|
4000
|
-
crypto_storer: CryptoStorer,
|
|
4001
|
-
storer: Storer,
|
|
4002
|
-
}
|
|
2936
|
+
@inner_class_types = { account: Account, storer: Storer }
|
|
4003
2937
|
end
|
|
4004
2938
|
|
|
4005
2939
|
def self.field_remappings
|
|
@@ -4441,8 +3375,6 @@ module Stripe
|
|
|
4441
3375
|
attr_reader :address
|
|
4442
3376
|
# The business gross annual revenue for its preceding fiscal year.
|
|
4443
3377
|
attr_reader :annual_revenue
|
|
4444
|
-
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
4445
|
-
attr_reader :compliance_screening_description
|
|
4446
3378
|
# Documents that may be submitted to satisfy various informational requests.
|
|
4447
3379
|
attr_reader :documents
|
|
4448
3380
|
# Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|