stripe 18.1.0.pre.alpha.2 → 18.1.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/event_types.rb +0 -284
- data/lib/stripe/object_types.rb +0 -33
- data/lib/stripe/params/account_create_params.rb +0 -32
- 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_update_params.rb +0 -32
- 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 +1 -80
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_create_preview_params.rb +7 -126
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_confirm_params.rb +0 -34
- data/lib/stripe/params/payment_intent_create_params.rb +0 -34
- data/lib/stripe/params/payment_intent_update_params.rb +0 -34
- data/lib/stripe/params/quote_create_params.rb +3 -223
- data/lib/stripe/params/quote_update_params.rb +3 -223
- 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 +1 -17
- data/lib/stripe/params/subscription_item_create_params.rb +1 -17
- data/lib/stripe/params/subscription_item_update_params.rb +1 -17
- data/lib/stripe/params/subscription_schedule_amend_params.rb +3 -42
- data/lib/stripe/params/subscription_schedule_create_params.rb +4 -72
- data/lib/stripe/params/subscription_schedule_update_params.rb +4 -72
- data/lib/stripe/params/subscription_update_params.rb +1 -17
- 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 +8 -725
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -259
- data/lib/stripe/params/v2/core/account_update_params.rb +8 -711
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -12
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -16
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -12
- 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 -16
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -11
- data/lib/stripe/params.rb +0 -100
- 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 +1 -107
- data/lib/stripe/resources/payment_intent.rb +0 -44
- 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/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 +6 -1095
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +1 -15
- data/lib/stripe/resources/v2/money_management/adjustment.rb +1 -16
- data/lib/stripe/resources/v2/money_management/financial_account.rb +1 -49
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +3 -52
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +2 -48
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +3 -61
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +2 -48
- data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -29
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -34
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -36
- data/lib/stripe/resources/v2/money_management/transaction.rb +1 -65
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +1 -49
- data/lib/stripe/resources.rb +0 -107
- 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/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -3
- 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 -3
- data/lib/stripe/services.rb +0 -35
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +431 -17910
- metadata +2 -244
- 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 -68
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
- 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 -64
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
- 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_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_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 -55
- 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_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/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/payment_method_check_balance_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 -18
- 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/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 -355
- 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/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/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/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 -434
- 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/radar/account_evaluation.rb +0 -116
- 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 -395
- 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/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/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- 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/radar/account_evaluation_service.rb +0 -41
- 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/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/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 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- 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/test_helpers/money_management_service.rb +0 -21
|
@@ -12,326 +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
|
-
# Whether the Capability has been requested.
|
|
35
|
-
attr_reader :requested
|
|
36
|
-
# The status of the Capability.
|
|
37
|
-
attr_reader :status
|
|
38
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
39
|
-
attr_reader :status_details
|
|
40
|
-
|
|
41
|
-
def self.inner_class_types
|
|
42
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
43
|
-
end
|
|
44
|
-
|
|
45
|
-
def self.field_remappings
|
|
46
|
-
@field_remappings = {}
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
class SpendCard < ::Stripe::StripeObject
|
|
51
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
52
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
53
|
-
attr_reader :code
|
|
54
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
55
|
-
attr_reader :resolution
|
|
56
|
-
|
|
57
|
-
def self.inner_class_types
|
|
58
|
-
@inner_class_types = {}
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
def self.field_remappings
|
|
62
|
-
@field_remappings = {}
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
# Whether the Capability has been requested.
|
|
66
|
-
attr_reader :requested
|
|
67
|
-
# The status of the Capability.
|
|
68
|
-
attr_reader :status
|
|
69
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
70
|
-
attr_reader :status_details
|
|
71
|
-
|
|
72
|
-
def self.inner_class_types
|
|
73
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
74
|
-
end
|
|
75
|
-
|
|
76
|
-
def self.field_remappings
|
|
77
|
-
@field_remappings = {}
|
|
78
|
-
end
|
|
79
|
-
end
|
|
80
|
-
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
81
|
-
attr_reader :charge_card
|
|
82
|
-
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
83
|
-
attr_reader :spend_card
|
|
84
|
-
|
|
85
|
-
def self.inner_class_types
|
|
86
|
-
@inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
def self.field_remappings
|
|
90
|
-
@field_remappings = {}
|
|
91
|
-
end
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
class CrossRiverBank < ::Stripe::StripeObject
|
|
95
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
96
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
97
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
98
|
-
attr_reader :code
|
|
99
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
100
|
-
attr_reader :resolution
|
|
101
|
-
|
|
102
|
-
def self.inner_class_types
|
|
103
|
-
@inner_class_types = {}
|
|
104
|
-
end
|
|
105
|
-
|
|
106
|
-
def self.field_remappings
|
|
107
|
-
@field_remappings = {}
|
|
108
|
-
end
|
|
109
|
-
end
|
|
110
|
-
# Whether the Capability has been requested.
|
|
111
|
-
attr_reader :requested
|
|
112
|
-
# The status of the Capability.
|
|
113
|
-
attr_reader :status
|
|
114
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
115
|
-
attr_reader :status_details
|
|
116
|
-
|
|
117
|
-
def self.inner_class_types
|
|
118
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
119
|
-
end
|
|
120
|
-
|
|
121
|
-
def self.field_remappings
|
|
122
|
-
@field_remappings = {}
|
|
123
|
-
end
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
class SpendCard < ::Stripe::StripeObject
|
|
127
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
128
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
129
|
-
attr_reader :code
|
|
130
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
131
|
-
attr_reader :resolution
|
|
132
|
-
|
|
133
|
-
def self.inner_class_types
|
|
134
|
-
@inner_class_types = {}
|
|
135
|
-
end
|
|
136
|
-
|
|
137
|
-
def self.field_remappings
|
|
138
|
-
@field_remappings = {}
|
|
139
|
-
end
|
|
140
|
-
end
|
|
141
|
-
# Whether the Capability has been requested.
|
|
142
|
-
attr_reader :requested
|
|
143
|
-
# The status of the Capability.
|
|
144
|
-
attr_reader :status
|
|
145
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
146
|
-
attr_reader :status_details
|
|
147
|
-
|
|
148
|
-
def self.inner_class_types
|
|
149
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
150
|
-
end
|
|
151
|
-
|
|
152
|
-
def self.field_remappings
|
|
153
|
-
@field_remappings = {}
|
|
154
|
-
end
|
|
155
|
-
end
|
|
156
|
-
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
157
|
-
attr_reader :charge_card
|
|
158
|
-
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
159
|
-
attr_reader :spend_card
|
|
160
|
-
|
|
161
|
-
def self.inner_class_types
|
|
162
|
-
@inner_class_types = { charge_card: ChargeCard, spend_card: SpendCard }
|
|
163
|
-
end
|
|
164
|
-
|
|
165
|
-
def self.field_remappings
|
|
166
|
-
@field_remappings = {}
|
|
167
|
-
end
|
|
168
|
-
end
|
|
169
|
-
|
|
170
|
-
class Lead < ::Stripe::StripeObject
|
|
171
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
172
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
173
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
174
|
-
attr_reader :code
|
|
175
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
176
|
-
attr_reader :resolution
|
|
177
|
-
|
|
178
|
-
def self.inner_class_types
|
|
179
|
-
@inner_class_types = {}
|
|
180
|
-
end
|
|
181
|
-
|
|
182
|
-
def self.field_remappings
|
|
183
|
-
@field_remappings = {}
|
|
184
|
-
end
|
|
185
|
-
end
|
|
186
|
-
# Whether the Capability has been requested.
|
|
187
|
-
attr_reader :requested
|
|
188
|
-
# The status of the Capability.
|
|
189
|
-
attr_reader :status
|
|
190
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
191
|
-
attr_reader :status_details
|
|
192
|
-
|
|
193
|
-
def self.inner_class_types
|
|
194
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
def self.field_remappings
|
|
198
|
-
@field_remappings = {}
|
|
199
|
-
end
|
|
200
|
-
end
|
|
201
|
-
# Can create commercial Global(cross border) issuing prepaid cards with Lead as BIN sponsor.
|
|
202
|
-
attr_reader :prepaid_card
|
|
203
|
-
|
|
204
|
-
def self.inner_class_types
|
|
205
|
-
@inner_class_types = { prepaid_card: PrepaidCard }
|
|
206
|
-
end
|
|
207
|
-
|
|
208
|
-
def self.field_remappings
|
|
209
|
-
@field_remappings = {}
|
|
210
|
-
end
|
|
211
|
-
end
|
|
212
|
-
|
|
213
|
-
class Stripe < ::Stripe::StripeObject
|
|
214
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
215
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
216
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
217
|
-
attr_reader :code
|
|
218
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
219
|
-
attr_reader :resolution
|
|
220
|
-
|
|
221
|
-
def self.inner_class_types
|
|
222
|
-
@inner_class_types = {}
|
|
223
|
-
end
|
|
224
|
-
|
|
225
|
-
def self.field_remappings
|
|
226
|
-
@field_remappings = {}
|
|
227
|
-
end
|
|
228
|
-
end
|
|
229
|
-
# Whether the Capability has been requested.
|
|
230
|
-
attr_reader :requested
|
|
231
|
-
# The status of the Capability.
|
|
232
|
-
attr_reader :status
|
|
233
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
234
|
-
attr_reader :status_details
|
|
235
|
-
|
|
236
|
-
def self.inner_class_types
|
|
237
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
238
|
-
end
|
|
239
|
-
|
|
240
|
-
def self.field_remappings
|
|
241
|
-
@field_remappings = {}
|
|
242
|
-
end
|
|
243
|
-
end
|
|
244
|
-
|
|
245
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
246
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
247
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
248
|
-
attr_reader :code
|
|
249
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
250
|
-
attr_reader :resolution
|
|
251
|
-
|
|
252
|
-
def self.inner_class_types
|
|
253
|
-
@inner_class_types = {}
|
|
254
|
-
end
|
|
255
|
-
|
|
256
|
-
def self.field_remappings
|
|
257
|
-
@field_remappings = {}
|
|
258
|
-
end
|
|
259
|
-
end
|
|
260
|
-
# Whether the Capability has been requested.
|
|
261
|
-
attr_reader :requested
|
|
262
|
-
# The status of the Capability.
|
|
263
|
-
attr_reader :status
|
|
264
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
265
|
-
attr_reader :status_details
|
|
266
|
-
|
|
267
|
-
def self.inner_class_types
|
|
268
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
269
|
-
end
|
|
270
|
-
|
|
271
|
-
def self.field_remappings
|
|
272
|
-
@field_remappings = {}
|
|
273
|
-
end
|
|
274
|
-
end
|
|
275
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
276
|
-
attr_reader :charge_card
|
|
277
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
278
|
-
attr_reader :prepaid_card
|
|
279
|
-
|
|
280
|
-
def self.inner_class_types
|
|
281
|
-
@inner_class_types = { charge_card: ChargeCard, prepaid_card: PrepaidCard }
|
|
282
|
-
end
|
|
283
|
-
|
|
284
|
-
def self.field_remappings
|
|
285
|
-
@field_remappings = {}
|
|
286
|
-
end
|
|
287
|
-
end
|
|
288
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
289
|
-
attr_reader :celtic
|
|
290
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
291
|
-
attr_reader :cross_river_bank
|
|
292
|
-
# Can create commercial issuing cards with Lead as a BIN sponsor.
|
|
293
|
-
attr_reader :lead
|
|
294
|
-
# Can create commercial issuing cards with Stripe as a BIN sponsor.
|
|
295
|
-
attr_reader :stripe
|
|
296
|
-
|
|
297
|
-
def self.inner_class_types
|
|
298
|
-
@inner_class_types = {
|
|
299
|
-
celtic: Celtic,
|
|
300
|
-
cross_river_bank: CrossRiverBank,
|
|
301
|
-
lead: Lead,
|
|
302
|
-
stripe: Stripe,
|
|
303
|
-
}
|
|
304
|
-
end
|
|
305
|
-
|
|
306
|
-
def self.field_remappings
|
|
307
|
-
@field_remappings = {}
|
|
308
|
-
end
|
|
309
|
-
end
|
|
310
|
-
# Can create cards for commercial issuing use cases.
|
|
311
|
-
attr_reader :commercial
|
|
312
|
-
|
|
313
|
-
def self.inner_class_types
|
|
314
|
-
@inner_class_types = { commercial: Commercial }
|
|
315
|
-
end
|
|
316
|
-
|
|
317
|
-
def self.field_remappings
|
|
318
|
-
@field_remappings = {}
|
|
319
|
-
end
|
|
320
|
-
end
|
|
321
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
322
|
-
attr_reader :applied
|
|
323
|
-
# Capabilities that have been requested on the CardCreator Configuration.
|
|
324
|
-
attr_reader :capabilities
|
|
325
|
-
|
|
326
|
-
def self.inner_class_types
|
|
327
|
-
@inner_class_types = { capabilities: Capabilities }
|
|
328
|
-
end
|
|
329
|
-
|
|
330
|
-
def self.field_remappings
|
|
331
|
-
@field_remappings = {}
|
|
332
|
-
end
|
|
333
|
-
end
|
|
334
|
-
|
|
335
15
|
class Customer < ::Stripe::StripeObject
|
|
336
16
|
class AutomaticIndirectTax < ::Stripe::StripeObject
|
|
337
17
|
class Location < ::Stripe::StripeObject
|
|
@@ -2461,37 +2141,6 @@ module Stripe
|
|
|
2461
2141
|
end
|
|
2462
2142
|
end
|
|
2463
2143
|
|
|
2464
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2465
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2466
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2467
|
-
attr_reader :code
|
|
2468
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2469
|
-
attr_reader :resolution
|
|
2470
|
-
|
|
2471
|
-
def self.inner_class_types
|
|
2472
|
-
@inner_class_types = {}
|
|
2473
|
-
end
|
|
2474
|
-
|
|
2475
|
-
def self.field_remappings
|
|
2476
|
-
@field_remappings = {}
|
|
2477
|
-
end
|
|
2478
|
-
end
|
|
2479
|
-
# Whether the Capability has been requested.
|
|
2480
|
-
attr_reader :requested
|
|
2481
|
-
# The status of the Capability.
|
|
2482
|
-
attr_reader :status
|
|
2483
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2484
|
-
attr_reader :status_details
|
|
2485
|
-
|
|
2486
|
-
def self.inner_class_types
|
|
2487
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2488
|
-
end
|
|
2489
|
-
|
|
2490
|
-
def self.field_remappings
|
|
2491
|
-
@field_remappings = {}
|
|
2492
|
-
end
|
|
2493
|
-
end
|
|
2494
|
-
|
|
2495
2144
|
class StripeBalance < ::Stripe::StripeObject
|
|
2496
2145
|
class Payouts < ::Stripe::StripeObject
|
|
2497
2146
|
class StatusDetail < ::Stripe::StripeObject
|
|
@@ -2571,8 +2220,6 @@ module Stripe
|
|
|
2571
2220
|
attr_reader :bank_accounts
|
|
2572
2221
|
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
2573
2222
|
attr_reader :cards
|
|
2574
|
-
# Capability that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
2575
|
-
attr_reader :crypto_wallets
|
|
2576
2223
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
2577
2224
|
attr_reader :stripe_balance
|
|
2578
2225
|
|
|
@@ -2580,7 +2227,6 @@ module Stripe
|
|
|
2580
2227
|
@inner_class_types = {
|
|
2581
2228
|
bank_accounts: BankAccounts,
|
|
2582
2229
|
cards: Cards,
|
|
2583
|
-
crypto_wallets: CryptoWallets,
|
|
2584
2230
|
stripe_balance: StripeBalance,
|
|
2585
2231
|
}
|
|
2586
2232
|
end
|
|
@@ -2656,44 +2302,11 @@ module Stripe
|
|
|
2656
2302
|
@field_remappings = {}
|
|
2657
2303
|
end
|
|
2658
2304
|
end
|
|
2659
|
-
|
|
2660
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2661
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2662
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2663
|
-
attr_reader :code
|
|
2664
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2665
|
-
attr_reader :resolution
|
|
2666
|
-
|
|
2667
|
-
def self.inner_class_types
|
|
2668
|
-
@inner_class_types = {}
|
|
2669
|
-
end
|
|
2670
|
-
|
|
2671
|
-
def self.field_remappings
|
|
2672
|
-
@field_remappings = {}
|
|
2673
|
-
end
|
|
2674
|
-
end
|
|
2675
|
-
# Whether the Capability has been requested.
|
|
2676
|
-
attr_reader :requested
|
|
2677
|
-
# The status of the Capability.
|
|
2678
|
-
attr_reader :status
|
|
2679
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2680
|
-
attr_reader :status_details
|
|
2681
|
-
|
|
2682
|
-
def self.inner_class_types
|
|
2683
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2684
|
-
end
|
|
2685
|
-
|
|
2686
|
-
def self.field_remappings
|
|
2687
|
-
@field_remappings = {}
|
|
2688
|
-
end
|
|
2689
|
-
end
|
|
2690
2305
|
# Can provision a bank-account like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
2691
2306
|
attr_reader :bank_accounts
|
|
2692
|
-
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
2693
|
-
attr_reader :crypto_wallets
|
|
2694
2307
|
|
|
2695
2308
|
def self.inner_class_types
|
|
2696
|
-
@inner_class_types = { bank_accounts: BankAccounts
|
|
2309
|
+
@inner_class_types = { bank_accounts: BankAccounts }
|
|
2697
2310
|
end
|
|
2698
2311
|
|
|
2699
2312
|
def self.field_remappings
|
|
@@ -2794,48 +2407,15 @@ module Stripe
|
|
|
2794
2407
|
@field_remappings = {}
|
|
2795
2408
|
end
|
|
2796
2409
|
end
|
|
2797
|
-
|
|
2798
|
-
class Usdc < ::Stripe::StripeObject
|
|
2799
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2800
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2801
|
-
attr_reader :code
|
|
2802
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2803
|
-
attr_reader :resolution
|
|
2804
|
-
|
|
2805
|
-
def self.inner_class_types
|
|
2806
|
-
@inner_class_types = {}
|
|
2807
|
-
end
|
|
2808
|
-
|
|
2809
|
-
def self.field_remappings
|
|
2810
|
-
@field_remappings = {}
|
|
2811
|
-
end
|
|
2812
|
-
end
|
|
2813
|
-
# Whether the Capability has been requested.
|
|
2814
|
-
attr_reader :requested
|
|
2815
|
-
# The status of the Capability.
|
|
2816
|
-
attr_reader :status
|
|
2817
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2818
|
-
attr_reader :status_details
|
|
2819
|
-
|
|
2820
|
-
def self.inner_class_types
|
|
2821
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2822
|
-
end
|
|
2823
|
-
|
|
2824
|
-
def self.field_remappings
|
|
2825
|
-
@field_remappings = {}
|
|
2826
|
-
end
|
|
2827
|
-
end
|
|
2828
2410
|
# Can hold storage-type funds on Stripe in EUR.
|
|
2829
2411
|
attr_reader :eur
|
|
2830
2412
|
# Can hold storage-type funds on Stripe in GBP.
|
|
2831
2413
|
attr_reader :gbp
|
|
2832
2414
|
# Can hold storage-type funds on Stripe in USD.
|
|
2833
2415
|
attr_reader :usd
|
|
2834
|
-
# Can hold storage-type funds on Stripe in USDC.
|
|
2835
|
-
attr_reader :usdc
|
|
2836
2416
|
|
|
2837
2417
|
def self.inner_class_types
|
|
2838
|
-
@inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd
|
|
2418
|
+
@inner_class_types = { eur: Eur, gbp: Gbp, usd: Usd }
|
|
2839
2419
|
end
|
|
2840
2420
|
|
|
2841
2421
|
def self.field_remappings
|
|
@@ -2949,37 +2529,6 @@ module Stripe
|
|
|
2949
2529
|
end
|
|
2950
2530
|
end
|
|
2951
2531
|
|
|
2952
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
2953
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
2954
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
2955
|
-
attr_reader :code
|
|
2956
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
2957
|
-
attr_reader :resolution
|
|
2958
|
-
|
|
2959
|
-
def self.inner_class_types
|
|
2960
|
-
@inner_class_types = {}
|
|
2961
|
-
end
|
|
2962
|
-
|
|
2963
|
-
def self.field_remappings
|
|
2964
|
-
@field_remappings = {}
|
|
2965
|
-
end
|
|
2966
|
-
end
|
|
2967
|
-
# Whether the Capability has been requested.
|
|
2968
|
-
attr_reader :requested
|
|
2969
|
-
# The status of the Capability.
|
|
2970
|
-
attr_reader :status
|
|
2971
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
2972
|
-
attr_reader :status_details
|
|
2973
|
-
|
|
2974
|
-
def self.inner_class_types
|
|
2975
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
2976
|
-
end
|
|
2977
|
-
|
|
2978
|
-
def self.field_remappings
|
|
2979
|
-
@field_remappings = {}
|
|
2980
|
-
end
|
|
2981
|
-
end
|
|
2982
|
-
|
|
2983
2532
|
class FinancialAccounts < ::Stripe::StripeObject
|
|
2984
2533
|
class StatusDetail < ::Stripe::StripeObject
|
|
2985
2534
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
@@ -3014,8 +2563,6 @@ module Stripe
|
|
|
3014
2563
|
attr_reader :bank_accounts
|
|
3015
2564
|
# Can send funds from a FinancialAccount to a debit card, owned by someone else.
|
|
3016
2565
|
attr_reader :cards
|
|
3017
|
-
# Can send funds from a FinancialAccount to a crypto wallet, owned by someone else.
|
|
3018
|
-
attr_reader :crypto_wallets
|
|
3019
2566
|
# Can send funds from a FinancialAccount to another FinancialAccount, owned by someone else.
|
|
3020
2567
|
attr_reader :financial_accounts
|
|
3021
2568
|
|
|
@@ -3023,7 +2570,6 @@ module Stripe
|
|
|
3023
2570
|
@inner_class_types = {
|
|
3024
2571
|
bank_accounts: BankAccounts,
|
|
3025
2572
|
cards: Cards,
|
|
3026
|
-
crypto_wallets: CryptoWallets,
|
|
3027
2573
|
financial_accounts: FinancialAccounts,
|
|
3028
2574
|
}
|
|
3029
2575
|
end
|
|
@@ -3065,37 +2611,6 @@ module Stripe
|
|
|
3065
2611
|
end
|
|
3066
2612
|
end
|
|
3067
2613
|
|
|
3068
|
-
class CryptoWallets < ::Stripe::StripeObject
|
|
3069
|
-
class StatusDetail < ::Stripe::StripeObject
|
|
3070
|
-
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
3071
|
-
attr_reader :code
|
|
3072
|
-
# Machine-readable code explaining how to make the Capability active.
|
|
3073
|
-
attr_reader :resolution
|
|
3074
|
-
|
|
3075
|
-
def self.inner_class_types
|
|
3076
|
-
@inner_class_types = {}
|
|
3077
|
-
end
|
|
3078
|
-
|
|
3079
|
-
def self.field_remappings
|
|
3080
|
-
@field_remappings = {}
|
|
3081
|
-
end
|
|
3082
|
-
end
|
|
3083
|
-
# Whether the Capability has been requested.
|
|
3084
|
-
attr_reader :requested
|
|
3085
|
-
# The status of the Capability.
|
|
3086
|
-
attr_reader :status
|
|
3087
|
-
# Additional details regarding the status of the Capability. `status_details` will be empty if the Capability's status is `active`.
|
|
3088
|
-
attr_reader :status_details
|
|
3089
|
-
|
|
3090
|
-
def self.inner_class_types
|
|
3091
|
-
@inner_class_types = { status_details: StatusDetail }
|
|
3092
|
-
end
|
|
3093
|
-
|
|
3094
|
-
def self.field_remappings
|
|
3095
|
-
@field_remappings = {}
|
|
3096
|
-
end
|
|
3097
|
-
end
|
|
3098
|
-
|
|
3099
2614
|
class FinancialAccounts < ::Stripe::StripeObject
|
|
3100
2615
|
class StatusDetail < ::Stripe::StripeObject
|
|
3101
2616
|
# Machine-readable code explaining the reason for the Capability to be in its current status.
|
|
@@ -3128,15 +2643,12 @@ module Stripe
|
|
|
3128
2643
|
end
|
|
3129
2644
|
# Can send funds from a FinancialAccount, to a bank account, owned by yourself.
|
|
3130
2645
|
attr_reader :bank_accounts
|
|
3131
|
-
# Can send funds from a FinancialAccount to a crypto wallet, owned by yourself.
|
|
3132
|
-
attr_reader :crypto_wallets
|
|
3133
2646
|
# Can send funds from a FinancialAccount to another FinancialAccount, owned by yourself.
|
|
3134
2647
|
attr_reader :financial_accounts
|
|
3135
2648
|
|
|
3136
2649
|
def self.inner_class_types
|
|
3137
2650
|
@inner_class_types = {
|
|
3138
2651
|
bank_accounts: BankAccounts,
|
|
3139
|
-
crypto_wallets: CryptoWallets,
|
|
3140
2652
|
financial_accounts: FinancialAccounts,
|
|
3141
2653
|
}
|
|
3142
2654
|
end
|
|
@@ -3170,63 +2682,19 @@ module Stripe
|
|
|
3170
2682
|
@field_remappings = {}
|
|
3171
2683
|
end
|
|
3172
2684
|
end
|
|
3173
|
-
|
|
3174
|
-
class RegulatedActivity < ::Stripe::StripeObject
|
|
3175
|
-
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
3176
|
-
attr_reader :description
|
|
3177
|
-
# The license number or registration number assigned by the business's primary regulator.
|
|
3178
|
-
attr_reader :license_number
|
|
3179
|
-
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
3180
|
-
attr_reader :primary_regulatory_authority_country
|
|
3181
|
-
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
3182
|
-
attr_reader :primary_regulatory_authority_name
|
|
3183
|
-
|
|
3184
|
-
def self.inner_class_types
|
|
3185
|
-
@inner_class_types = {}
|
|
3186
|
-
end
|
|
3187
|
-
|
|
3188
|
-
def self.field_remappings
|
|
3189
|
-
@field_remappings = {}
|
|
3190
|
-
end
|
|
3191
|
-
end
|
|
3192
2685
|
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
3193
2686
|
attr_reader :applied
|
|
3194
2687
|
# Capabilities that have been requested on the Storer Configuration.
|
|
3195
2688
|
attr_reader :capabilities
|
|
3196
|
-
# List of high-risk activities the business is involved in.
|
|
3197
|
-
attr_reader :high_risk_activities
|
|
3198
|
-
# An explanation of the high risk activities that the business performs.
|
|
3199
|
-
attr_reader :high_risk_activities_description
|
|
3200
|
-
# Description of the money services offered by the business.
|
|
3201
|
-
attr_reader :money_services_description
|
|
3202
|
-
# Does the business operate in any prohibited countries.
|
|
3203
|
-
attr_reader :operates_in_prohibited_countries
|
|
3204
|
-
# Does the business participate in any regulated activity.
|
|
3205
|
-
attr_reader :participates_in_regulated_activity
|
|
3206
|
-
# Primary purpose of the stored funds.
|
|
3207
|
-
attr_reader :purpose_of_funds
|
|
3208
|
-
# Description of the purpose of the stored funds.
|
|
3209
|
-
attr_reader :purpose_of_funds_description
|
|
3210
|
-
# Details of the regulated activity if the business participates in one.
|
|
3211
|
-
attr_reader :regulated_activity
|
|
3212
|
-
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
3213
|
-
attr_reader :source_of_funds
|
|
3214
|
-
# Description of the source of funds for the business' account.
|
|
3215
|
-
attr_reader :source_of_funds_description
|
|
3216
2689
|
|
|
3217
2690
|
def self.inner_class_types
|
|
3218
|
-
@inner_class_types = {
|
|
3219
|
-
capabilities: Capabilities,
|
|
3220
|
-
regulated_activity: RegulatedActivity,
|
|
3221
|
-
}
|
|
2691
|
+
@inner_class_types = { capabilities: Capabilities }
|
|
3222
2692
|
end
|
|
3223
2693
|
|
|
3224
2694
|
def self.field_remappings
|
|
3225
2695
|
@field_remappings = {}
|
|
3226
2696
|
end
|
|
3227
2697
|
end
|
|
3228
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
3229
|
-
attr_reader :card_creator
|
|
3230
2698
|
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
3231
2699
|
attr_reader :customer
|
|
3232
2700
|
# The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
|
|
@@ -3238,7 +2706,6 @@ module Stripe
|
|
|
3238
2706
|
|
|
3239
2707
|
def self.inner_class_types
|
|
3240
2708
|
@inner_class_types = {
|
|
3241
|
-
card_creator: CardCreator,
|
|
3242
2709
|
customer: Customer,
|
|
3243
2710
|
merchant: Merchant,
|
|
3244
2711
|
recipient: Recipient,
|
|
@@ -3566,523 +3033,6 @@ module Stripe
|
|
|
3566
3033
|
end
|
|
3567
3034
|
end
|
|
3568
3035
|
|
|
3569
|
-
class CardCreator < ::Stripe::StripeObject
|
|
3570
|
-
class Commercial < ::Stripe::StripeObject
|
|
3571
|
-
class AccountHolder < ::Stripe::StripeObject
|
|
3572
|
-
# 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.
|
|
3573
|
-
attr_reader :date
|
|
3574
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3575
|
-
attr_reader :ip
|
|
3576
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3577
|
-
attr_reader :url
|
|
3578
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3579
|
-
attr_reader :user_agent
|
|
3580
|
-
|
|
3581
|
-
def self.inner_class_types
|
|
3582
|
-
@inner_class_types = {}
|
|
3583
|
-
end
|
|
3584
|
-
|
|
3585
|
-
def self.field_remappings
|
|
3586
|
-
@field_remappings = {}
|
|
3587
|
-
end
|
|
3588
|
-
end
|
|
3589
|
-
|
|
3590
|
-
class Celtic < ::Stripe::StripeObject
|
|
3591
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3592
|
-
# 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.
|
|
3593
|
-
attr_reader :date
|
|
3594
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3595
|
-
attr_reader :ip
|
|
3596
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3597
|
-
attr_reader :url
|
|
3598
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3599
|
-
attr_reader :user_agent
|
|
3600
|
-
|
|
3601
|
-
def self.inner_class_types
|
|
3602
|
-
@inner_class_types = {}
|
|
3603
|
-
end
|
|
3604
|
-
|
|
3605
|
-
def self.field_remappings
|
|
3606
|
-
@field_remappings = {}
|
|
3607
|
-
end
|
|
3608
|
-
end
|
|
3609
|
-
|
|
3610
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
3611
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3612
|
-
# 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.
|
|
3613
|
-
attr_reader :date
|
|
3614
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3615
|
-
attr_reader :ip
|
|
3616
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3617
|
-
attr_reader :url
|
|
3618
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3619
|
-
attr_reader :user_agent
|
|
3620
|
-
|
|
3621
|
-
def self.inner_class_types
|
|
3622
|
-
@inner_class_types = {}
|
|
3623
|
-
end
|
|
3624
|
-
|
|
3625
|
-
def self.field_remappings
|
|
3626
|
-
@field_remappings = {}
|
|
3627
|
-
end
|
|
3628
|
-
end
|
|
3629
|
-
|
|
3630
|
-
class Platform < ::Stripe::StripeObject
|
|
3631
|
-
# 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.
|
|
3632
|
-
attr_reader :date
|
|
3633
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3634
|
-
attr_reader :ip
|
|
3635
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3636
|
-
attr_reader :url
|
|
3637
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3638
|
-
attr_reader :user_agent
|
|
3639
|
-
|
|
3640
|
-
def self.inner_class_types
|
|
3641
|
-
@inner_class_types = {}
|
|
3642
|
-
end
|
|
3643
|
-
|
|
3644
|
-
def self.field_remappings
|
|
3645
|
-
@field_remappings = {}
|
|
3646
|
-
end
|
|
3647
|
-
end
|
|
3648
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3649
|
-
attr_reader :bank_terms
|
|
3650
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3651
|
-
attr_reader :platform
|
|
3652
|
-
|
|
3653
|
-
def self.inner_class_types
|
|
3654
|
-
@inner_class_types = { bank_terms: BankTerms, platform: Platform }
|
|
3655
|
-
end
|
|
3656
|
-
|
|
3657
|
-
def self.field_remappings
|
|
3658
|
-
@field_remappings = {}
|
|
3659
|
-
end
|
|
3660
|
-
end
|
|
3661
|
-
|
|
3662
|
-
class SpendCard < ::Stripe::StripeObject
|
|
3663
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3664
|
-
# 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.
|
|
3665
|
-
attr_reader :date
|
|
3666
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3667
|
-
attr_reader :ip
|
|
3668
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3669
|
-
attr_reader :url
|
|
3670
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3671
|
-
attr_reader :user_agent
|
|
3672
|
-
|
|
3673
|
-
def self.inner_class_types
|
|
3674
|
-
@inner_class_types = {}
|
|
3675
|
-
end
|
|
3676
|
-
|
|
3677
|
-
def self.field_remappings
|
|
3678
|
-
@field_remappings = {}
|
|
3679
|
-
end
|
|
3680
|
-
end
|
|
3681
|
-
|
|
3682
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3683
|
-
# 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.
|
|
3684
|
-
attr_reader :date
|
|
3685
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3686
|
-
attr_reader :ip
|
|
3687
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3688
|
-
attr_reader :url
|
|
3689
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3690
|
-
attr_reader :user_agent
|
|
3691
|
-
|
|
3692
|
-
def self.inner_class_types
|
|
3693
|
-
@inner_class_types = {}
|
|
3694
|
-
end
|
|
3695
|
-
|
|
3696
|
-
def self.field_remappings
|
|
3697
|
-
@field_remappings = {}
|
|
3698
|
-
end
|
|
3699
|
-
end
|
|
3700
|
-
|
|
3701
|
-
class Platform < ::Stripe::StripeObject
|
|
3702
|
-
# 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.
|
|
3703
|
-
attr_reader :date
|
|
3704
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3705
|
-
attr_reader :ip
|
|
3706
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3707
|
-
attr_reader :url
|
|
3708
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3709
|
-
attr_reader :user_agent
|
|
3710
|
-
|
|
3711
|
-
def self.inner_class_types
|
|
3712
|
-
@inner_class_types = {}
|
|
3713
|
-
end
|
|
3714
|
-
|
|
3715
|
-
def self.field_remappings
|
|
3716
|
-
@field_remappings = {}
|
|
3717
|
-
end
|
|
3718
|
-
end
|
|
3719
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3720
|
-
attr_reader :bank_terms
|
|
3721
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3722
|
-
attr_reader :financing_disclosures
|
|
3723
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3724
|
-
attr_reader :platform
|
|
3725
|
-
|
|
3726
|
-
def self.inner_class_types
|
|
3727
|
-
@inner_class_types = {
|
|
3728
|
-
bank_terms: BankTerms,
|
|
3729
|
-
financing_disclosures: FinancingDisclosures,
|
|
3730
|
-
platform: Platform,
|
|
3731
|
-
}
|
|
3732
|
-
end
|
|
3733
|
-
|
|
3734
|
-
def self.field_remappings
|
|
3735
|
-
@field_remappings = {}
|
|
3736
|
-
end
|
|
3737
|
-
end
|
|
3738
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
3739
|
-
attr_reader :apple_pay
|
|
3740
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
3741
|
-
attr_reader :charge_card
|
|
3742
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
3743
|
-
attr_reader :spend_card
|
|
3744
|
-
|
|
3745
|
-
def self.inner_class_types
|
|
3746
|
-
@inner_class_types = {
|
|
3747
|
-
apple_pay: ApplePay,
|
|
3748
|
-
charge_card: ChargeCard,
|
|
3749
|
-
spend_card: SpendCard,
|
|
3750
|
-
}
|
|
3751
|
-
end
|
|
3752
|
-
|
|
3753
|
-
def self.field_remappings
|
|
3754
|
-
@field_remappings = {}
|
|
3755
|
-
end
|
|
3756
|
-
end
|
|
3757
|
-
|
|
3758
|
-
class CrossRiverBank < ::Stripe::StripeObject
|
|
3759
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3760
|
-
# 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.
|
|
3761
|
-
attr_reader :date
|
|
3762
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3763
|
-
attr_reader :ip
|
|
3764
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3765
|
-
attr_reader :url
|
|
3766
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3767
|
-
attr_reader :user_agent
|
|
3768
|
-
|
|
3769
|
-
def self.inner_class_types
|
|
3770
|
-
@inner_class_types = {}
|
|
3771
|
-
end
|
|
3772
|
-
|
|
3773
|
-
def self.field_remappings
|
|
3774
|
-
@field_remappings = {}
|
|
3775
|
-
end
|
|
3776
|
-
end
|
|
3777
|
-
|
|
3778
|
-
class ChargeCard < ::Stripe::StripeObject
|
|
3779
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3780
|
-
# 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.
|
|
3781
|
-
attr_reader :date
|
|
3782
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3783
|
-
attr_reader :ip
|
|
3784
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3785
|
-
attr_reader :url
|
|
3786
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3787
|
-
attr_reader :user_agent
|
|
3788
|
-
|
|
3789
|
-
def self.inner_class_types
|
|
3790
|
-
@inner_class_types = {}
|
|
3791
|
-
end
|
|
3792
|
-
|
|
3793
|
-
def self.field_remappings
|
|
3794
|
-
@field_remappings = {}
|
|
3795
|
-
end
|
|
3796
|
-
end
|
|
3797
|
-
|
|
3798
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3799
|
-
# 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.
|
|
3800
|
-
attr_reader :date
|
|
3801
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3802
|
-
attr_reader :ip
|
|
3803
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3804
|
-
attr_reader :url
|
|
3805
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3806
|
-
attr_reader :user_agent
|
|
3807
|
-
|
|
3808
|
-
def self.inner_class_types
|
|
3809
|
-
@inner_class_types = {}
|
|
3810
|
-
end
|
|
3811
|
-
|
|
3812
|
-
def self.field_remappings
|
|
3813
|
-
@field_remappings = {}
|
|
3814
|
-
end
|
|
3815
|
-
end
|
|
3816
|
-
|
|
3817
|
-
class Platform < ::Stripe::StripeObject
|
|
3818
|
-
# 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.
|
|
3819
|
-
attr_reader :date
|
|
3820
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3821
|
-
attr_reader :ip
|
|
3822
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3823
|
-
attr_reader :url
|
|
3824
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3825
|
-
attr_reader :user_agent
|
|
3826
|
-
|
|
3827
|
-
def self.inner_class_types
|
|
3828
|
-
@inner_class_types = {}
|
|
3829
|
-
end
|
|
3830
|
-
|
|
3831
|
-
def self.field_remappings
|
|
3832
|
-
@field_remappings = {}
|
|
3833
|
-
end
|
|
3834
|
-
end
|
|
3835
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3836
|
-
attr_reader :bank_terms
|
|
3837
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3838
|
-
attr_reader :financing_disclosures
|
|
3839
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3840
|
-
attr_reader :platform
|
|
3841
|
-
|
|
3842
|
-
def self.inner_class_types
|
|
3843
|
-
@inner_class_types = {
|
|
3844
|
-
bank_terms: BankTerms,
|
|
3845
|
-
financing_disclosures: FinancingDisclosures,
|
|
3846
|
-
platform: Platform,
|
|
3847
|
-
}
|
|
3848
|
-
end
|
|
3849
|
-
|
|
3850
|
-
def self.field_remappings
|
|
3851
|
-
@field_remappings = {}
|
|
3852
|
-
end
|
|
3853
|
-
end
|
|
3854
|
-
|
|
3855
|
-
class SpendCard < ::Stripe::StripeObject
|
|
3856
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3857
|
-
# 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.
|
|
3858
|
-
attr_reader :date
|
|
3859
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3860
|
-
attr_reader :ip
|
|
3861
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3862
|
-
attr_reader :url
|
|
3863
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3864
|
-
attr_reader :user_agent
|
|
3865
|
-
|
|
3866
|
-
def self.inner_class_types
|
|
3867
|
-
@inner_class_types = {}
|
|
3868
|
-
end
|
|
3869
|
-
|
|
3870
|
-
def self.field_remappings
|
|
3871
|
-
@field_remappings = {}
|
|
3872
|
-
end
|
|
3873
|
-
end
|
|
3874
|
-
|
|
3875
|
-
class FinancingDisclosures < ::Stripe::StripeObject
|
|
3876
|
-
# 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.
|
|
3877
|
-
attr_reader :date
|
|
3878
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3879
|
-
attr_reader :ip
|
|
3880
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3881
|
-
attr_reader :url
|
|
3882
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3883
|
-
attr_reader :user_agent
|
|
3884
|
-
|
|
3885
|
-
def self.inner_class_types
|
|
3886
|
-
@inner_class_types = {}
|
|
3887
|
-
end
|
|
3888
|
-
|
|
3889
|
-
def self.field_remappings
|
|
3890
|
-
@field_remappings = {}
|
|
3891
|
-
end
|
|
3892
|
-
end
|
|
3893
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3894
|
-
attr_reader :bank_terms
|
|
3895
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3896
|
-
attr_reader :financing_disclosures
|
|
3897
|
-
|
|
3898
|
-
def self.inner_class_types
|
|
3899
|
-
@inner_class_types = {
|
|
3900
|
-
bank_terms: BankTerms,
|
|
3901
|
-
financing_disclosures: FinancingDisclosures,
|
|
3902
|
-
}
|
|
3903
|
-
end
|
|
3904
|
-
|
|
3905
|
-
def self.field_remappings
|
|
3906
|
-
@field_remappings = {}
|
|
3907
|
-
end
|
|
3908
|
-
end
|
|
3909
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
3910
|
-
attr_reader :apple_pay
|
|
3911
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
3912
|
-
attr_reader :charge_card
|
|
3913
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
3914
|
-
attr_reader :spend_card
|
|
3915
|
-
|
|
3916
|
-
def self.inner_class_types
|
|
3917
|
-
@inner_class_types = {
|
|
3918
|
-
apple_pay: ApplePay,
|
|
3919
|
-
charge_card: ChargeCard,
|
|
3920
|
-
spend_card: SpendCard,
|
|
3921
|
-
}
|
|
3922
|
-
end
|
|
3923
|
-
|
|
3924
|
-
def self.field_remappings
|
|
3925
|
-
@field_remappings = {}
|
|
3926
|
-
end
|
|
3927
|
-
end
|
|
3928
|
-
|
|
3929
|
-
class GlobalAccountHolder < ::Stripe::StripeObject
|
|
3930
|
-
# 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.
|
|
3931
|
-
attr_reader :date
|
|
3932
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3933
|
-
attr_reader :ip
|
|
3934
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3935
|
-
attr_reader :url
|
|
3936
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3937
|
-
attr_reader :user_agent
|
|
3938
|
-
|
|
3939
|
-
def self.inner_class_types
|
|
3940
|
-
@inner_class_types = {}
|
|
3941
|
-
end
|
|
3942
|
-
|
|
3943
|
-
def self.field_remappings
|
|
3944
|
-
@field_remappings = {}
|
|
3945
|
-
end
|
|
3946
|
-
end
|
|
3947
|
-
|
|
3948
|
-
class Lead < ::Stripe::StripeObject
|
|
3949
|
-
class ApplePay < ::Stripe::StripeObject
|
|
3950
|
-
# 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.
|
|
3951
|
-
attr_reader :date
|
|
3952
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3953
|
-
attr_reader :ip
|
|
3954
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3955
|
-
attr_reader :url
|
|
3956
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3957
|
-
attr_reader :user_agent
|
|
3958
|
-
|
|
3959
|
-
def self.inner_class_types
|
|
3960
|
-
@inner_class_types = {}
|
|
3961
|
-
end
|
|
3962
|
-
|
|
3963
|
-
def self.field_remappings
|
|
3964
|
-
@field_remappings = {}
|
|
3965
|
-
end
|
|
3966
|
-
end
|
|
3967
|
-
|
|
3968
|
-
class PrepaidCard < ::Stripe::StripeObject
|
|
3969
|
-
class BankTerms < ::Stripe::StripeObject
|
|
3970
|
-
# 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.
|
|
3971
|
-
attr_reader :date
|
|
3972
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3973
|
-
attr_reader :ip
|
|
3974
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3975
|
-
attr_reader :url
|
|
3976
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3977
|
-
attr_reader :user_agent
|
|
3978
|
-
|
|
3979
|
-
def self.inner_class_types
|
|
3980
|
-
@inner_class_types = {}
|
|
3981
|
-
end
|
|
3982
|
-
|
|
3983
|
-
def self.field_remappings
|
|
3984
|
-
@field_remappings = {}
|
|
3985
|
-
end
|
|
3986
|
-
end
|
|
3987
|
-
|
|
3988
|
-
class Platform < ::Stripe::StripeObject
|
|
3989
|
-
# 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.
|
|
3990
|
-
attr_reader :date
|
|
3991
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
3992
|
-
attr_reader :ip
|
|
3993
|
-
# The URL to the service agreement the Account's representative accepted.
|
|
3994
|
-
attr_reader :url
|
|
3995
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
3996
|
-
attr_reader :user_agent
|
|
3997
|
-
|
|
3998
|
-
def self.inner_class_types
|
|
3999
|
-
@inner_class_types = {}
|
|
4000
|
-
end
|
|
4001
|
-
|
|
4002
|
-
def self.field_remappings
|
|
4003
|
-
@field_remappings = {}
|
|
4004
|
-
end
|
|
4005
|
-
end
|
|
4006
|
-
# Bank terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
|
|
4007
|
-
attr_reader :bank_terms
|
|
4008
|
-
# Platform terms of service acceptance for commercial Global issuing prepaid cards with Lead as BIN sponsor.
|
|
4009
|
-
attr_reader :platform
|
|
4010
|
-
|
|
4011
|
-
def self.inner_class_types
|
|
4012
|
-
@inner_class_types = { bank_terms: BankTerms, platform: Platform }
|
|
4013
|
-
end
|
|
4014
|
-
|
|
4015
|
-
def self.field_remappings
|
|
4016
|
-
@field_remappings = {}
|
|
4017
|
-
end
|
|
4018
|
-
end
|
|
4019
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
4020
|
-
attr_reader :apple_pay
|
|
4021
|
-
# Terms of service acceptances for commercial issuing Global prepaid cards with Lead as BIN sponsor.
|
|
4022
|
-
attr_reader :prepaid_card
|
|
4023
|
-
|
|
4024
|
-
def self.inner_class_types
|
|
4025
|
-
@inner_class_types = { apple_pay: ApplePay, prepaid_card: PrepaidCard }
|
|
4026
|
-
end
|
|
4027
|
-
|
|
4028
|
-
def self.field_remappings
|
|
4029
|
-
@field_remappings = {}
|
|
4030
|
-
end
|
|
4031
|
-
end
|
|
4032
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
4033
|
-
attr_reader :account_holder
|
|
4034
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
4035
|
-
attr_reader :celtic
|
|
4036
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
4037
|
-
attr_reader :cross_river_bank
|
|
4038
|
-
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
4039
|
-
attr_reader :global_account_holder
|
|
4040
|
-
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
4041
|
-
attr_reader :lead
|
|
4042
|
-
|
|
4043
|
-
def self.inner_class_types
|
|
4044
|
-
@inner_class_types = {
|
|
4045
|
-
account_holder: AccountHolder,
|
|
4046
|
-
celtic: Celtic,
|
|
4047
|
-
cross_river_bank: CrossRiverBank,
|
|
4048
|
-
global_account_holder: GlobalAccountHolder,
|
|
4049
|
-
lead: Lead,
|
|
4050
|
-
}
|
|
4051
|
-
end
|
|
4052
|
-
|
|
4053
|
-
def self.field_remappings
|
|
4054
|
-
@field_remappings = {}
|
|
4055
|
-
end
|
|
4056
|
-
end
|
|
4057
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
4058
|
-
attr_reader :commercial
|
|
4059
|
-
|
|
4060
|
-
def self.inner_class_types
|
|
4061
|
-
@inner_class_types = { commercial: Commercial }
|
|
4062
|
-
end
|
|
4063
|
-
|
|
4064
|
-
def self.field_remappings
|
|
4065
|
-
@field_remappings = {}
|
|
4066
|
-
end
|
|
4067
|
-
end
|
|
4068
|
-
|
|
4069
|
-
class CryptoStorer < ::Stripe::StripeObject
|
|
4070
|
-
# 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.
|
|
4071
|
-
attr_reader :date
|
|
4072
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
4073
|
-
attr_reader :ip
|
|
4074
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
4075
|
-
attr_reader :user_agent
|
|
4076
|
-
|
|
4077
|
-
def self.inner_class_types
|
|
4078
|
-
@inner_class_types = {}
|
|
4079
|
-
end
|
|
4080
|
-
|
|
4081
|
-
def self.field_remappings
|
|
4082
|
-
@field_remappings = {}
|
|
4083
|
-
end
|
|
4084
|
-
end
|
|
4085
|
-
|
|
4086
3036
|
class Storer < ::Stripe::StripeObject
|
|
4087
3037
|
# 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.
|
|
4088
3038
|
attr_reader :date
|
|
@@ -4101,20 +3051,11 @@ module Stripe
|
|
|
4101
3051
|
end
|
|
4102
3052
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
4103
3053
|
attr_reader :account
|
|
4104
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
4105
|
-
attr_reader :card_creator
|
|
4106
|
-
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
4107
|
-
attr_reader :crypto_storer
|
|
4108
3054
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
4109
3055
|
attr_reader :storer
|
|
4110
3056
|
|
|
4111
3057
|
def self.inner_class_types
|
|
4112
|
-
@inner_class_types = {
|
|
4113
|
-
account: Account,
|
|
4114
|
-
card_creator: CardCreator,
|
|
4115
|
-
crypto_storer: CryptoStorer,
|
|
4116
|
-
storer: Storer,
|
|
4117
|
-
}
|
|
3058
|
+
@inner_class_types = { account: Account, storer: Storer }
|
|
4118
3059
|
end
|
|
4119
3060
|
|
|
4120
3061
|
def self.field_remappings
|
|
@@ -4174,27 +3115,13 @@ module Stripe
|
|
|
4174
3115
|
end
|
|
4175
3116
|
|
|
4176
3117
|
class AnnualRevenue < ::Stripe::StripeObject
|
|
4177
|
-
class Amount < ::Stripe::StripeObject
|
|
4178
|
-
# A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#minor-units).
|
|
4179
|
-
attr_reader :value
|
|
4180
|
-
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
4181
|
-
attr_reader :currency
|
|
4182
|
-
|
|
4183
|
-
def self.inner_class_types
|
|
4184
|
-
@inner_class_types = {}
|
|
4185
|
-
end
|
|
4186
|
-
|
|
4187
|
-
def self.field_remappings
|
|
4188
|
-
@field_remappings = {}
|
|
4189
|
-
end
|
|
4190
|
-
end
|
|
4191
3118
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
4192
3119
|
attr_reader :amount
|
|
4193
3120
|
# The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
|
|
4194
3121
|
attr_reader :fiscal_year_end
|
|
4195
3122
|
|
|
4196
3123
|
def self.inner_class_types
|
|
4197
|
-
@inner_class_types = {
|
|
3124
|
+
@inner_class_types = {}
|
|
4198
3125
|
end
|
|
4199
3126
|
|
|
4200
3127
|
def self.field_remappings
|
|
@@ -4423,25 +3350,11 @@ module Stripe
|
|
|
4423
3350
|
end
|
|
4424
3351
|
|
|
4425
3352
|
class MonthlyEstimatedRevenue < ::Stripe::StripeObject
|
|
4426
|
-
class Amount < ::Stripe::StripeObject
|
|
4427
|
-
# A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#minor-units).
|
|
4428
|
-
attr_reader :value
|
|
4429
|
-
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
4430
|
-
attr_reader :currency
|
|
4431
|
-
|
|
4432
|
-
def self.inner_class_types
|
|
4433
|
-
@inner_class_types = {}
|
|
4434
|
-
end
|
|
4435
|
-
|
|
4436
|
-
def self.field_remappings
|
|
4437
|
-
@field_remappings = {}
|
|
4438
|
-
end
|
|
4439
|
-
end
|
|
4440
3353
|
# A non-negative integer representing the amount in the smallest currency unit.
|
|
4441
3354
|
attr_reader :amount
|
|
4442
3355
|
|
|
4443
3356
|
def self.inner_class_types
|
|
4444
|
-
@inner_class_types = {
|
|
3357
|
+
@inner_class_types = {}
|
|
4445
3358
|
end
|
|
4446
3359
|
|
|
4447
3360
|
def self.field_remappings
|
|
@@ -4556,8 +3469,6 @@ module Stripe
|
|
|
4556
3469
|
attr_reader :address
|
|
4557
3470
|
# The business gross annual revenue for its preceding fiscal year.
|
|
4558
3471
|
attr_reader :annual_revenue
|
|
4559
|
-
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
4560
|
-
attr_reader :compliance_screening_description
|
|
4561
3472
|
# Documents that may be submitted to satisfy various informational requests.
|
|
4562
3473
|
attr_reader :documents
|
|
4563
3474
|
# An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.
|