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
|
@@ -2209,95 +2209,6 @@ module Stripe
|
|
|
2209
2209
|
@field_remappings = {}
|
|
2210
2210
|
end
|
|
2211
2211
|
end
|
|
2212
|
-
|
|
2213
|
-
class CheckoutItem < ::Stripe::StripeObject
|
|
2214
|
-
class PricingPlanSubscriptionItem < ::Stripe::StripeObject
|
|
2215
|
-
class ComponentConfigurations < ::Stripe::StripeObject
|
|
2216
|
-
class LicenseFeeComponent < ::Stripe::StripeObject
|
|
2217
|
-
# Attribute for field quantity
|
|
2218
|
-
attr_reader :quantity
|
|
2219
|
-
|
|
2220
|
-
def self.inner_class_types
|
|
2221
|
-
@inner_class_types = {}
|
|
2222
|
-
end
|
|
2223
|
-
|
|
2224
|
-
def self.field_remappings
|
|
2225
|
-
@field_remappings = {}
|
|
2226
|
-
end
|
|
2227
|
-
end
|
|
2228
|
-
# Attribute for field type
|
|
2229
|
-
attr_reader :type
|
|
2230
|
-
# Attribute for field license_fee_component
|
|
2231
|
-
attr_reader :license_fee_component
|
|
2232
|
-
|
|
2233
|
-
def self.inner_class_types
|
|
2234
|
-
@inner_class_types = { license_fee_component: LicenseFeeComponent }
|
|
2235
|
-
end
|
|
2236
|
-
|
|
2237
|
-
def self.field_remappings
|
|
2238
|
-
@field_remappings = {}
|
|
2239
|
-
end
|
|
2240
|
-
end
|
|
2241
|
-
# Attribute for field pricing_plan
|
|
2242
|
-
attr_reader :pricing_plan
|
|
2243
|
-
# Attribute for field pricing_plan_version
|
|
2244
|
-
attr_reader :pricing_plan_version
|
|
2245
|
-
# Attribute for field metadata
|
|
2246
|
-
attr_reader :metadata
|
|
2247
|
-
# Attribute for field component_configurations
|
|
2248
|
-
attr_reader :component_configurations
|
|
2249
|
-
# Attribute for field pricing_plan_subscription
|
|
2250
|
-
attr_reader :pricing_plan_subscription
|
|
2251
|
-
# Attribute for field billing_cadence
|
|
2252
|
-
attr_reader :billing_cadence
|
|
2253
|
-
|
|
2254
|
-
def self.inner_class_types
|
|
2255
|
-
@inner_class_types = { component_configurations: ComponentConfigurations }
|
|
2256
|
-
end
|
|
2257
|
-
|
|
2258
|
-
def self.field_remappings
|
|
2259
|
-
@field_remappings = {}
|
|
2260
|
-
end
|
|
2261
|
-
end
|
|
2262
|
-
|
|
2263
|
-
class RateCardSubscriptionItem < ::Stripe::StripeObject
|
|
2264
|
-
# Attribute for field rate_card
|
|
2265
|
-
attr_reader :rate_card
|
|
2266
|
-
# Attribute for field metadata
|
|
2267
|
-
attr_reader :metadata
|
|
2268
|
-
# Attribute for field rate_card_version
|
|
2269
|
-
attr_reader :rate_card_version
|
|
2270
|
-
# Attribute for field billing_cadence
|
|
2271
|
-
attr_reader :billing_cadence
|
|
2272
|
-
# Attribute for field rate_card_subscription
|
|
2273
|
-
attr_reader :rate_card_subscription
|
|
2274
|
-
|
|
2275
|
-
def self.inner_class_types
|
|
2276
|
-
@inner_class_types = {}
|
|
2277
|
-
end
|
|
2278
|
-
|
|
2279
|
-
def self.field_remappings
|
|
2280
|
-
@field_remappings = {}
|
|
2281
|
-
end
|
|
2282
|
-
end
|
|
2283
|
-
# Attribute for field type
|
|
2284
|
-
attr_reader :type
|
|
2285
|
-
# Attribute for field rate_card_subscription_item
|
|
2286
|
-
attr_reader :rate_card_subscription_item
|
|
2287
|
-
# Attribute for field pricing_plan_subscription_item
|
|
2288
|
-
attr_reader :pricing_plan_subscription_item
|
|
2289
|
-
|
|
2290
|
-
def self.inner_class_types
|
|
2291
|
-
@inner_class_types = {
|
|
2292
|
-
rate_card_subscription_item: RateCardSubscriptionItem,
|
|
2293
|
-
pricing_plan_subscription_item: PricingPlanSubscriptionItem,
|
|
2294
|
-
}
|
|
2295
|
-
end
|
|
2296
|
-
|
|
2297
|
-
def self.field_remappings
|
|
2298
|
-
@field_remappings = {}
|
|
2299
|
-
end
|
|
2300
|
-
end
|
|
2301
2212
|
# Settings for price localization with [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing).
|
|
2302
2213
|
attr_reader :adaptive_pricing
|
|
2303
2214
|
# When set, provides configuration for actions to take if this Checkout Session expires.
|
|
@@ -2449,8 +2360,6 @@ module Stripe
|
|
|
2449
2360
|
attr_reader :url
|
|
2450
2361
|
# Wallet-specific configuration for this Checkout Session.
|
|
2451
2362
|
attr_reader :wallet_options
|
|
2452
|
-
# Attribute for field checkout_items
|
|
2453
|
-
attr_reader :checkout_items
|
|
2454
2363
|
|
|
2455
2364
|
# Creates a Checkout Session object.
|
|
2456
2365
|
def self.create(params = {}, opts = {})
|
|
@@ -2557,7 +2466,6 @@ module Stripe
|
|
|
2557
2466
|
tax_id_collection: TaxIdCollection,
|
|
2558
2467
|
total_details: TotalDetails,
|
|
2559
2468
|
wallet_options: WalletOptions,
|
|
2560
|
-
checkout_items: CheckoutItem,
|
|
2561
2469
|
}
|
|
2562
2470
|
end
|
|
2563
2471
|
|
|
@@ -307,21 +307,6 @@ module Stripe
|
|
|
307
307
|
end
|
|
308
308
|
|
|
309
309
|
class Card < ::Stripe::StripeObject
|
|
310
|
-
class Benefits < ::Stripe::StripeObject
|
|
311
|
-
# Issuer of this benefit card
|
|
312
|
-
attr_reader :issuer
|
|
313
|
-
# Available benefit programs for this card
|
|
314
|
-
attr_reader :programs
|
|
315
|
-
|
|
316
|
-
def self.inner_class_types
|
|
317
|
-
@inner_class_types = {}
|
|
318
|
-
end
|
|
319
|
-
|
|
320
|
-
def self.field_remappings
|
|
321
|
-
@field_remappings = {}
|
|
322
|
-
end
|
|
323
|
-
end
|
|
324
|
-
|
|
325
310
|
class Checks < ::Stripe::StripeObject
|
|
326
311
|
# If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.
|
|
327
312
|
attr_reader :address_line1_check
|
|
@@ -735,8 +720,6 @@ module Stripe
|
|
|
735
720
|
@field_remappings = {}
|
|
736
721
|
end
|
|
737
722
|
end
|
|
738
|
-
# Attribute for field benefits
|
|
739
|
-
attr_reader :benefits
|
|
740
723
|
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
|
|
741
724
|
attr_reader :brand
|
|
742
725
|
# Checks on Card address and CVC if provided.
|
|
@@ -776,7 +759,6 @@ module Stripe
|
|
|
776
759
|
|
|
777
760
|
def self.inner_class_types
|
|
778
761
|
@inner_class_types = {
|
|
779
|
-
benefits: Benefits,
|
|
780
762
|
checks: Checks,
|
|
781
763
|
generated_from: GeneratedFrom,
|
|
782
764
|
networks: Networks,
|
|
@@ -44,8 +44,6 @@ module Stripe
|
|
|
44
44
|
attr_reader :object
|
|
45
45
|
# The promotion code applied to create this discount.
|
|
46
46
|
attr_reader :promotion_code
|
|
47
|
-
# The subscription schedule that this coupon is applied to, if it is applied to a particular subscription schedule.
|
|
48
|
-
attr_reader :schedule
|
|
49
47
|
# Attribute for field source
|
|
50
48
|
attr_reader :source
|
|
51
49
|
# Date that the coupon was applied.
|
|
@@ -113,8 +113,6 @@ module Stripe
|
|
|
113
113
|
end
|
|
114
114
|
# Address as it appears in the document.
|
|
115
115
|
attr_reader :address
|
|
116
|
-
# If document was not verified due to extracted data being on the blocklist, this is the token of the BlocklistEntry that blocked it
|
|
117
|
-
attr_reader :blocked_by_entry
|
|
118
116
|
# Date of birth as it appears in the document.
|
|
119
117
|
attr_reader :dob
|
|
120
118
|
# Details on the verification error. Present when status is `unverified`.
|
|
@@ -335,8 +333,6 @@ module Stripe
|
|
|
335
333
|
@field_remappings = {}
|
|
336
334
|
end
|
|
337
335
|
end
|
|
338
|
-
# If selfie was not verified due to being on the blocklist, this is the token of the BlocklistEntry that blocked it
|
|
339
|
-
attr_reader :blocked_by_entry
|
|
340
336
|
# ID of the [File](https://docs.stripe.com/api/files) holding the image of the identity document used in this check.
|
|
341
337
|
attr_reader :document
|
|
342
338
|
# Details on the verification error. Present when status is `unverified`.
|
|
@@ -356,19 +356,6 @@ module Stripe
|
|
|
356
356
|
end
|
|
357
357
|
end
|
|
358
358
|
|
|
359
|
-
class ScheduleDetails < ::Stripe::StripeObject
|
|
360
|
-
# The schedule that generated this invoice
|
|
361
|
-
attr_reader :schedule
|
|
362
|
-
|
|
363
|
-
def self.inner_class_types
|
|
364
|
-
@inner_class_types = {}
|
|
365
|
-
end
|
|
366
|
-
|
|
367
|
-
def self.field_remappings
|
|
368
|
-
@field_remappings = {}
|
|
369
|
-
end
|
|
370
|
-
end
|
|
371
|
-
|
|
372
359
|
class SubscriptionDetails < ::Stripe::StripeObject
|
|
373
360
|
class PauseCollection < ::Stripe::StripeObject
|
|
374
361
|
# The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.
|
|
@@ -406,8 +393,6 @@ module Stripe
|
|
|
406
393
|
attr_reader :billing_cadence_details
|
|
407
394
|
# Details about the quote that generated this invoice
|
|
408
395
|
attr_reader :quote_details
|
|
409
|
-
# Details about the schedule that generated this invoice
|
|
410
|
-
attr_reader :schedule_details
|
|
411
396
|
# Details about the subscription that generated this invoice
|
|
412
397
|
attr_reader :subscription_details
|
|
413
398
|
# The type of parent that generated this invoice
|
|
@@ -417,7 +402,6 @@ module Stripe
|
|
|
417
402
|
@inner_class_types = {
|
|
418
403
|
billing_cadence_details: BillingCadenceDetails,
|
|
419
404
|
quote_details: QuoteDetails,
|
|
420
|
-
schedule_details: ScheduleDetails,
|
|
421
405
|
subscription_details: SubscriptionDetails,
|
|
422
406
|
}
|
|
423
407
|
end
|
|
@@ -22,57 +22,6 @@ module Stripe
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
class Parent < ::Stripe::StripeObject
|
|
25
|
-
class LicenseFeeSubscriptionDetails < ::Stripe::StripeObject
|
|
26
|
-
# The license fee subscription that generated this invoice item
|
|
27
|
-
attr_reader :license_fee_subscription
|
|
28
|
-
# The license fee version that generated this invoice item
|
|
29
|
-
attr_reader :license_fee_version
|
|
30
|
-
# The pricing plan subscription that manages the license fee subscription
|
|
31
|
-
attr_reader :pricing_plan_subscription
|
|
32
|
-
# The pricing plan version at the time this invoice item was generated
|
|
33
|
-
attr_reader :pricing_plan_version
|
|
34
|
-
|
|
35
|
-
def self.inner_class_types
|
|
36
|
-
@inner_class_types = {}
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def self.field_remappings
|
|
40
|
-
@field_remappings = {}
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
class RateCardSubscriptionDetails < ::Stripe::StripeObject
|
|
45
|
-
# The pricing plan subscription that manages the rate card subscription
|
|
46
|
-
attr_reader :pricing_plan_subscription
|
|
47
|
-
# The pricing plan version at the time this invoice item was generated
|
|
48
|
-
attr_reader :pricing_plan_version
|
|
49
|
-
# The rate card subscription that generated this invoice item
|
|
50
|
-
attr_reader :rate_card_subscription
|
|
51
|
-
# The rate card version that generated this invoice item
|
|
52
|
-
attr_reader :rate_card_version
|
|
53
|
-
|
|
54
|
-
def self.inner_class_types
|
|
55
|
-
@inner_class_types = {}
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
def self.field_remappings
|
|
59
|
-
@field_remappings = {}
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
class ScheduleDetails < ::Stripe::StripeObject
|
|
64
|
-
# The subscription schedule that generated this invoice item
|
|
65
|
-
attr_reader :schedule
|
|
66
|
-
|
|
67
|
-
def self.inner_class_types
|
|
68
|
-
@inner_class_types = {}
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
def self.field_remappings
|
|
72
|
-
@field_remappings = {}
|
|
73
|
-
end
|
|
74
|
-
end
|
|
75
|
-
|
|
76
25
|
class SubscriptionDetails < ::Stripe::StripeObject
|
|
77
26
|
# The subscription that generated this invoice item
|
|
78
27
|
attr_reader :subscription
|
|
@@ -87,24 +36,13 @@ module Stripe
|
|
|
87
36
|
@field_remappings = {}
|
|
88
37
|
end
|
|
89
38
|
end
|
|
90
|
-
# Details about the license fee subscription that generated this invoice item
|
|
91
|
-
attr_reader :license_fee_subscription_details
|
|
92
|
-
# Details about the rate card subscription that generated this invoice item
|
|
93
|
-
attr_reader :rate_card_subscription_details
|
|
94
|
-
# Details about the subscription schedule that generated this invoice item
|
|
95
|
-
attr_reader :schedule_details
|
|
96
39
|
# Details about the subscription that generated this invoice item
|
|
97
40
|
attr_reader :subscription_details
|
|
98
41
|
# The type of parent that generated this invoice item
|
|
99
42
|
attr_reader :type
|
|
100
43
|
|
|
101
44
|
def self.inner_class_types
|
|
102
|
-
@inner_class_types = {
|
|
103
|
-
license_fee_subscription_details: LicenseFeeSubscriptionDetails,
|
|
104
|
-
rate_card_subscription_details: RateCardSubscriptionDetails,
|
|
105
|
-
schedule_details: ScheduleDetails,
|
|
106
|
-
subscription_details: SubscriptionDetails,
|
|
107
|
-
}
|
|
45
|
+
@inner_class_types = { subscription_details: SubscriptionDetails }
|
|
108
46
|
end
|
|
109
47
|
|
|
110
48
|
def self.field_remappings
|
|
@@ -128,23 +66,6 @@ module Stripe
|
|
|
128
66
|
end
|
|
129
67
|
|
|
130
68
|
class Pricing < ::Stripe::StripeObject
|
|
131
|
-
class LicenseFeeDetails < ::Stripe::StripeObject
|
|
132
|
-
# The ID of the license fee this item is associated with
|
|
133
|
-
attr_reader :license_fee
|
|
134
|
-
# The version of the license fee this item is associated with
|
|
135
|
-
attr_reader :license_fee_version
|
|
136
|
-
# The ID of the licensed item this item is associated with
|
|
137
|
-
attr_reader :licensed_item
|
|
138
|
-
|
|
139
|
-
def self.inner_class_types
|
|
140
|
-
@inner_class_types = {}
|
|
141
|
-
end
|
|
142
|
-
|
|
143
|
-
def self.field_remappings
|
|
144
|
-
@field_remappings = {}
|
|
145
|
-
end
|
|
146
|
-
end
|
|
147
|
-
|
|
148
69
|
class PriceDetails < ::Stripe::StripeObject
|
|
149
70
|
# The ID of the price this item is associated with.
|
|
150
71
|
attr_reader :price
|
|
@@ -159,40 +80,15 @@ module Stripe
|
|
|
159
80
|
@field_remappings = {}
|
|
160
81
|
end
|
|
161
82
|
end
|
|
162
|
-
|
|
163
|
-
class RateCardRateDetails < ::Stripe::StripeObject
|
|
164
|
-
# The ID of billable item this item is associated with
|
|
165
|
-
attr_reader :metered_item
|
|
166
|
-
# The ID of the rate card this item is associated with
|
|
167
|
-
attr_reader :rate_card
|
|
168
|
-
# The ID of the rate card rate this item is associated with
|
|
169
|
-
attr_reader :rate_card_rate
|
|
170
|
-
|
|
171
|
-
def self.inner_class_types
|
|
172
|
-
@inner_class_types = {}
|
|
173
|
-
end
|
|
174
|
-
|
|
175
|
-
def self.field_remappings
|
|
176
|
-
@field_remappings = {}
|
|
177
|
-
end
|
|
178
|
-
end
|
|
179
|
-
# Attribute for field license_fee_details
|
|
180
|
-
attr_reader :license_fee_details
|
|
181
83
|
# Attribute for field price_details
|
|
182
84
|
attr_reader :price_details
|
|
183
|
-
# Attribute for field rate_card_rate_details
|
|
184
|
-
attr_reader :rate_card_rate_details
|
|
185
85
|
# The type of the pricing details.
|
|
186
86
|
attr_reader :type
|
|
187
87
|
# The unit amount (in the `currency` specified) of the item which contains a decimal value with at most 12 decimal places.
|
|
188
88
|
attr_reader :unit_amount_decimal
|
|
189
89
|
|
|
190
90
|
def self.inner_class_types
|
|
191
|
-
@inner_class_types = {
|
|
192
|
-
license_fee_details: LicenseFeeDetails,
|
|
193
|
-
price_details: PriceDetails,
|
|
194
|
-
rate_card_rate_details: RateCardRateDetails,
|
|
195
|
-
}
|
|
91
|
+
@inner_class_types = { price_details: PriceDetails }
|
|
196
92
|
end
|
|
197
93
|
|
|
198
94
|
def self.field_remappings
|
|
@@ -89,61 +89,6 @@ module Stripe
|
|
|
89
89
|
end
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
-
class LicenseFeeSubscriptionDetails < ::Stripe::StripeObject
|
|
93
|
-
# The invoice item that generated this line item
|
|
94
|
-
attr_reader :invoice_item
|
|
95
|
-
# The license fee subscription that generated this line item
|
|
96
|
-
attr_reader :license_fee_subscription
|
|
97
|
-
# The license fee version at the time this line item was generated
|
|
98
|
-
attr_reader :license_fee_version
|
|
99
|
-
# The pricing plan subscription that manages the license fee subscription
|
|
100
|
-
attr_reader :pricing_plan_subscription
|
|
101
|
-
# The pricing plan version at the time this line item was generated
|
|
102
|
-
attr_reader :pricing_plan_version
|
|
103
|
-
|
|
104
|
-
def self.inner_class_types
|
|
105
|
-
@inner_class_types = {}
|
|
106
|
-
end
|
|
107
|
-
|
|
108
|
-
def self.field_remappings
|
|
109
|
-
@field_remappings = {}
|
|
110
|
-
end
|
|
111
|
-
end
|
|
112
|
-
|
|
113
|
-
class RateCardSubscriptionDetails < ::Stripe::StripeObject
|
|
114
|
-
# The invoice item that generated this line item
|
|
115
|
-
attr_reader :invoice_item
|
|
116
|
-
# The pricing plan subscription that manages the rate card subscription
|
|
117
|
-
attr_reader :pricing_plan_subscription
|
|
118
|
-
# The pricing plan version at the time this line item was generated
|
|
119
|
-
attr_reader :pricing_plan_version
|
|
120
|
-
# The rate card subscription that generated this line item
|
|
121
|
-
attr_reader :rate_card_subscription
|
|
122
|
-
# The rate card version at the time this line item was generated
|
|
123
|
-
attr_reader :rate_card_version
|
|
124
|
-
|
|
125
|
-
def self.inner_class_types
|
|
126
|
-
@inner_class_types = {}
|
|
127
|
-
end
|
|
128
|
-
|
|
129
|
-
def self.field_remappings
|
|
130
|
-
@field_remappings = {}
|
|
131
|
-
end
|
|
132
|
-
end
|
|
133
|
-
|
|
134
|
-
class ScheduleDetails < ::Stripe::StripeObject
|
|
135
|
-
# The subscription schedule that generated this line item
|
|
136
|
-
attr_reader :schedule
|
|
137
|
-
|
|
138
|
-
def self.inner_class_types
|
|
139
|
-
@inner_class_types = {}
|
|
140
|
-
end
|
|
141
|
-
|
|
142
|
-
def self.field_remappings
|
|
143
|
-
@field_remappings = {}
|
|
144
|
-
end
|
|
145
|
-
end
|
|
146
|
-
|
|
147
92
|
class SubscriptionItemDetails < ::Stripe::StripeObject
|
|
148
93
|
class ProrationDetails < ::Stripe::StripeObject
|
|
149
94
|
class CreditedItems < ::Stripe::StripeObject
|
|
@@ -192,12 +137,6 @@ module Stripe
|
|
|
192
137
|
end
|
|
193
138
|
# Details about the invoice item that generated this line item
|
|
194
139
|
attr_reader :invoice_item_details
|
|
195
|
-
# Details about the license fee subscription that generated this line item
|
|
196
|
-
attr_reader :license_fee_subscription_details
|
|
197
|
-
# Details about the rate card subscription that generated this line item
|
|
198
|
-
attr_reader :rate_card_subscription_details
|
|
199
|
-
# Details about the subscription schedule that generated this line item
|
|
200
|
-
attr_reader :schedule_details
|
|
201
140
|
# Details about the subscription item that generated this line item
|
|
202
141
|
attr_reader :subscription_item_details
|
|
203
142
|
# The type of parent that generated this line item
|
|
@@ -206,9 +145,6 @@ module Stripe
|
|
|
206
145
|
def self.inner_class_types
|
|
207
146
|
@inner_class_types = {
|
|
208
147
|
invoice_item_details: InvoiceItemDetails,
|
|
209
|
-
license_fee_subscription_details: LicenseFeeSubscriptionDetails,
|
|
210
|
-
rate_card_subscription_details: RateCardSubscriptionDetails,
|
|
211
|
-
schedule_details: ScheduleDetails,
|
|
212
148
|
subscription_item_details: SubscriptionItemDetails,
|
|
213
149
|
}
|
|
214
150
|
end
|
|
@@ -255,23 +191,6 @@ module Stripe
|
|
|
255
191
|
end
|
|
256
192
|
|
|
257
193
|
class Pricing < ::Stripe::StripeObject
|
|
258
|
-
class LicenseFeeDetails < ::Stripe::StripeObject
|
|
259
|
-
# The ID of the license fee this item is associated with
|
|
260
|
-
attr_reader :license_fee
|
|
261
|
-
# The version of the license fee this item is associated with
|
|
262
|
-
attr_reader :license_fee_version
|
|
263
|
-
# The ID of the licensed item this item is associated with
|
|
264
|
-
attr_reader :licensed_item
|
|
265
|
-
|
|
266
|
-
def self.inner_class_types
|
|
267
|
-
@inner_class_types = {}
|
|
268
|
-
end
|
|
269
|
-
|
|
270
|
-
def self.field_remappings
|
|
271
|
-
@field_remappings = {}
|
|
272
|
-
end
|
|
273
|
-
end
|
|
274
|
-
|
|
275
194
|
class PriceDetails < ::Stripe::StripeObject
|
|
276
195
|
# The ID of the price this item is associated with.
|
|
277
196
|
attr_reader :price
|
|
@@ -286,40 +205,15 @@ module Stripe
|
|
|
286
205
|
@field_remappings = {}
|
|
287
206
|
end
|
|
288
207
|
end
|
|
289
|
-
|
|
290
|
-
class RateCardRateDetails < ::Stripe::StripeObject
|
|
291
|
-
# The ID of billable item this item is associated with
|
|
292
|
-
attr_reader :metered_item
|
|
293
|
-
# The ID of the rate card this item is associated with
|
|
294
|
-
attr_reader :rate_card
|
|
295
|
-
# The ID of the rate card rate this item is associated with
|
|
296
|
-
attr_reader :rate_card_rate
|
|
297
|
-
|
|
298
|
-
def self.inner_class_types
|
|
299
|
-
@inner_class_types = {}
|
|
300
|
-
end
|
|
301
|
-
|
|
302
|
-
def self.field_remappings
|
|
303
|
-
@field_remappings = {}
|
|
304
|
-
end
|
|
305
|
-
end
|
|
306
|
-
# Attribute for field license_fee_details
|
|
307
|
-
attr_reader :license_fee_details
|
|
308
208
|
# Attribute for field price_details
|
|
309
209
|
attr_reader :price_details
|
|
310
|
-
# Attribute for field rate_card_rate_details
|
|
311
|
-
attr_reader :rate_card_rate_details
|
|
312
210
|
# The type of the pricing details.
|
|
313
211
|
attr_reader :type
|
|
314
212
|
# The unit amount (in the `currency` specified) of the item which contains a decimal value with at most 12 decimal places.
|
|
315
213
|
attr_reader :unit_amount_decimal
|
|
316
214
|
|
|
317
215
|
def self.inner_class_types
|
|
318
|
-
@inner_class_types = {
|
|
319
|
-
license_fee_details: LicenseFeeDetails,
|
|
320
|
-
price_details: PriceDetails,
|
|
321
|
-
rate_card_rate_details: RateCardRateDetails,
|
|
322
|
-
}
|
|
216
|
+
@inner_class_types = { price_details: PriceDetails }
|
|
323
217
|
end
|
|
324
218
|
|
|
325
219
|
def self.field_remappings
|
|
@@ -414,6 +308,8 @@ module Stripe
|
|
|
414
308
|
attr_reader :quantity
|
|
415
309
|
# Attribute for field subscription
|
|
416
310
|
attr_reader :subscription
|
|
311
|
+
# The subtotal of the line item, in cents (or local equivalent), before any discounts or taxes.
|
|
312
|
+
attr_reader :subtotal
|
|
417
313
|
# The tax calculation identifiers of the line item.
|
|
418
314
|
attr_reader :tax_calculation_reference
|
|
419
315
|
# The tax information of the line item.
|
|
@@ -189,8 +189,6 @@ module Stripe
|
|
|
189
189
|
attr_reader :eligible
|
|
190
190
|
# Reason the card is ineligible for Apple Pay
|
|
191
191
|
attr_reader :ineligible_reason
|
|
192
|
-
# Unique identifier for the card in Apple Pay
|
|
193
|
-
attr_reader :primary_account_identifier
|
|
194
192
|
|
|
195
193
|
def self.inner_class_types
|
|
196
194
|
@inner_class_types = {}
|
|
@@ -206,8 +204,6 @@ module Stripe
|
|
|
206
204
|
attr_reader :eligible
|
|
207
205
|
# Reason the card is ineligible for Google Pay
|
|
208
206
|
attr_reader :ineligible_reason
|
|
209
|
-
# Unique identifier for the card in Google Pay
|
|
210
|
-
attr_reader :primary_account_identifier
|
|
211
207
|
|
|
212
208
|
def self.inner_class_types
|
|
213
209
|
@inner_class_types = {}
|
|
@@ -27,19 +27,6 @@ module Stripe
|
|
|
27
27
|
|
|
28
28
|
nested_resource_class_methods :amount_details_line_item, operations: %i[list]
|
|
29
29
|
|
|
30
|
-
class AllocatedFunds < ::Stripe::StripeObject
|
|
31
|
-
# Allocated Funds configuration for this PaymentIntent.
|
|
32
|
-
attr_reader :enabled
|
|
33
|
-
|
|
34
|
-
def self.inner_class_types
|
|
35
|
-
@inner_class_types = {}
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
def self.field_remappings
|
|
39
|
-
@field_remappings = {}
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
|
|
43
30
|
class AmountDetails < ::Stripe::StripeObject
|
|
44
31
|
class Shipping < ::Stripe::StripeObject
|
|
45
32
|
# If a physical good is being shipped, the cost of shipping represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). An integer greater than or equal to 0.
|
|
@@ -89,7 +76,7 @@ module Stripe
|
|
|
89
76
|
#
|
|
90
77
|
# This field is mutually exclusive with the `amount_details[line_items][#][discount_amount]` field.
|
|
91
78
|
attr_reader :discount_amount
|
|
92
|
-
# A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of
|
|
79
|
+
# A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 200 line items.
|
|
93
80
|
attr_reader :line_items
|
|
94
81
|
# Attribute for field shipping
|
|
95
82
|
attr_reader :shipping
|
|
@@ -1235,31 +1222,6 @@ module Stripe
|
|
|
1235
1222
|
end
|
|
1236
1223
|
|
|
1237
1224
|
class PaymentDetails < ::Stripe::StripeObject
|
|
1238
|
-
class Benefit < ::Stripe::StripeObject
|
|
1239
|
-
class FrMealVoucher < ::Stripe::StripeObject
|
|
1240
|
-
# The 14-digit SIRET of the meal voucher acceptor.
|
|
1241
|
-
attr_reader :siret
|
|
1242
|
-
|
|
1243
|
-
def self.inner_class_types
|
|
1244
|
-
@inner_class_types = {}
|
|
1245
|
-
end
|
|
1246
|
-
|
|
1247
|
-
def self.field_remappings
|
|
1248
|
-
@field_remappings = {}
|
|
1249
|
-
end
|
|
1250
|
-
end
|
|
1251
|
-
# Attribute for field fr_meal_voucher
|
|
1252
|
-
attr_reader :fr_meal_voucher
|
|
1253
|
-
|
|
1254
|
-
def self.inner_class_types
|
|
1255
|
-
@inner_class_types = { fr_meal_voucher: FrMealVoucher }
|
|
1256
|
-
end
|
|
1257
|
-
|
|
1258
|
-
def self.field_remappings
|
|
1259
|
-
@field_remappings = {}
|
|
1260
|
-
end
|
|
1261
|
-
end
|
|
1262
|
-
|
|
1263
1225
|
class CarRental < ::Stripe::StripeObject
|
|
1264
1226
|
class Affiliate < ::Stripe::StripeObject
|
|
1265
1227
|
# The name of the affiliate that originated the purchase.
|
|
@@ -1591,8 +1553,6 @@ module Stripe
|
|
|
1591
1553
|
@field_remappings = {}
|
|
1592
1554
|
end
|
|
1593
1555
|
end
|
|
1594
|
-
# Attribute for field benefit
|
|
1595
|
-
attr_reader :benefit
|
|
1596
1556
|
# Attribute for field car_rental
|
|
1597
1557
|
attr_reader :car_rental
|
|
1598
1558
|
# A unique value to identify the customer. This field is available only for card payments.
|
|
@@ -1612,7 +1572,6 @@ module Stripe
|
|
|
1612
1572
|
|
|
1613
1573
|
def self.inner_class_types
|
|
1614
1574
|
@inner_class_types = {
|
|
1615
|
-
benefit: Benefit,
|
|
1616
1575
|
car_rental: CarRental,
|
|
1617
1576
|
event_details: EventDetails,
|
|
1618
1577
|
subscription: Subscription,
|
|
@@ -3381,19 +3340,6 @@ module Stripe
|
|
|
3381
3340
|
end
|
|
3382
3341
|
end
|
|
3383
3342
|
|
|
3384
|
-
class PaymentsOrchestration < ::Stripe::StripeObject
|
|
3385
|
-
# Whether this feature is enabled.
|
|
3386
|
-
attr_reader :enabled
|
|
3387
|
-
|
|
3388
|
-
def self.inner_class_types
|
|
3389
|
-
@inner_class_types = {}
|
|
3390
|
-
end
|
|
3391
|
-
|
|
3392
|
-
def self.field_remappings
|
|
3393
|
-
@field_remappings = {}
|
|
3394
|
-
end
|
|
3395
|
-
end
|
|
3396
|
-
|
|
3397
3343
|
class PresentmentDetails < ::Stripe::StripeObject
|
|
3398
3344
|
# Amount intended to be collected by this payment, denominated in `presentment_currency`.
|
|
3399
3345
|
attr_reader :presentment_amount
|
|
@@ -3509,8 +3455,6 @@ module Stripe
|
|
|
3509
3455
|
@field_remappings = {}
|
|
3510
3456
|
end
|
|
3511
3457
|
end
|
|
3512
|
-
# Allocated Funds configuration for this PaymentIntent.
|
|
3513
|
-
attr_reader :allocated_funds
|
|
3514
3458
|
# Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
|
|
3515
3459
|
attr_reader :amount
|
|
3516
3460
|
# Amount that can be captured from this PaymentIntent.
|
|
@@ -3592,8 +3536,6 @@ module Stripe
|
|
|
3592
3536
|
attr_reader :payment_method_options
|
|
3593
3537
|
# The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. A comprehensive list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).
|
|
3594
3538
|
attr_reader :payment_method_types
|
|
3595
|
-
# When you enable this parameter, this PaymentIntent will route your payment to processors that you configure in the dashboard.
|
|
3596
|
-
attr_reader :payments_orchestration
|
|
3597
3539
|
# Attribute for field presentment_details
|
|
3598
3540
|
attr_reader :presentment_details
|
|
3599
3541
|
# If present, this property tells you about the processing state of the payment.
|
|
@@ -3628,8 +3570,6 @@ module Stripe
|
|
|
3628
3570
|
attr_reader :transfer_data
|
|
3629
3571
|
# A string that identifies the resulting payment as part of a group. Learn more about the [use case for connected accounts](https://docs.stripe.com/connect/separate-charges-and-transfers).
|
|
3630
3572
|
attr_reader :transfer_group
|
|
3631
|
-
# ID of the shared payment token granted to be used in this PaymentIntent
|
|
3632
|
-
attr_reader :shared_payment_granted_token
|
|
3633
3573
|
|
|
3634
3574
|
# Manually reconcile the remaining amount for a customer_balance PaymentIntent.
|
|
3635
3575
|
def apply_customer_balance(params = {}, opts = {})
|
|
@@ -3991,7 +3931,6 @@ module Stripe
|
|
|
3991
3931
|
|
|
3992
3932
|
def self.inner_class_types
|
|
3993
3933
|
@inner_class_types = {
|
|
3994
|
-
allocated_funds: AllocatedFunds,
|
|
3995
3934
|
amount_details: AmountDetails,
|
|
3996
3935
|
async_workflows: AsyncWorkflows,
|
|
3997
3936
|
automatic_payment_methods: AutomaticPaymentMethods,
|
|
@@ -4001,7 +3940,6 @@ module Stripe
|
|
|
4001
3940
|
payment_details: PaymentDetails,
|
|
4002
3941
|
payment_method_configuration_details: PaymentMethodConfigurationDetails,
|
|
4003
3942
|
payment_method_options: PaymentMethodOptions,
|
|
4004
|
-
payments_orchestration: PaymentsOrchestration,
|
|
4005
3943
|
presentment_details: PresentmentDetails,
|
|
4006
3944
|
processing: Processing,
|
|
4007
3945
|
shipping: Shipping,
|