stripe 18.1.0.pre.alpha.4 → 18.2.0.pre.alpha.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/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +2 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +3 -0
- data/lib/stripe/event_types.rb +56 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +58 -0
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +60 -0
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +65 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +38 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +44 -0
- data/lib/stripe/object_types.rb +6 -0
- data/lib/stripe/params/account_create_params.rb +50 -28
- data/lib/stripe/params/account_external_account_create_params.rb +2 -2
- data/lib/stripe/params/account_external_account_update_params.rb +2 -2
- data/lib/stripe/params/account_notice_update_params.rb +1 -1
- data/lib/stripe/params/account_person_create_params.rb +10 -10
- data/lib/stripe/params/account_person_update_params.rb +10 -10
- data/lib/stripe/params/account_session_create_params.rb +17 -0
- data/lib/stripe/params/account_update_params.rb +49 -27
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/balance_transfer_create_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +2 -2
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
- data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
- data/lib/stripe/params/charge_capture_params.rb +9 -9
- data/lib/stripe/params/charge_create_params.rb +12 -12
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +10 -10
- data/lib/stripe/params/checkout/session_create_params.rb +53 -41
- data/lib/stripe/params/checkout/session_update_params.rb +27 -15
- data/lib/stripe/params/climate/order_create_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +6 -6
- data/lib/stripe/params/coupon_create_params.rb +1 -1
- data/lib/stripe/params/coupon_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_create_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
- data/lib/stripe/params/customer_create_params.rb +5 -5
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_update_params.rb +7 -7
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +84 -1
- data/lib/stripe/params/dispute_update_params.rb +3 -3
- data/lib/stripe/params/external_account_create_params.rb +2 -2
- data/lib/stripe/params/external_account_update_params.rb +2 -2
- data/lib/stripe/params/file_create_params.rb +3 -3
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/session_create_params.rb +3 -3
- data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
- data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
- data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
- data/lib/stripe/params/invoice_add_lines_params.rb +21 -9
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -1
- data/lib/stripe/params/invoice_create_params.rb +37 -13
- data/lib/stripe/params/invoice_create_preview_params.rb +60 -60
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +8 -8
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_update_params.rb +6 -6
- data/lib/stripe/params/invoice_line_item_update_params.rb +20 -8
- data/lib/stripe/params/invoice_list_params.rb +2 -2
- data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +21 -9
- data/lib/stripe/params/invoice_update_params.rb +34 -10
- data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
- data/lib/stripe/params/issuing/card_create_params.rb +7 -7
- data/lib/stripe/params/issuing/card_list_params.rb +34 -1
- data/lib/stripe/params/issuing/card_update_params.rb +6 -6
- data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -11
- data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +5 -5
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +1 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +5 -5
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +4 -4
- data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
- data/lib/stripe/params/issuing/program_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/mandate_list_params.rb +1 -1
- data/lib/stripe/params/margin_create_params.rb +1 -1
- data/lib/stripe/params/margin_update_params.rb +1 -1
- data/lib/stripe/params/order_create_params.rb +12 -12
- data/lib/stripe/params/order_update_params.rb +12 -12
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +18 -18
- data/lib/stripe/params/payment_intent_confirm_params.rb +43 -39
- data/lib/stripe/params/payment_intent_create_params.rb +61 -57
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +4 -4
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +10 -10
- data/lib/stripe/params/payment_intent_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +40 -40
- data/lib/stripe/params/payment_link_create_params.rb +32 -20
- data/lib/stripe/params/payment_link_update_params.rb +9 -9
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +40 -40
- data/lib/stripe/params/payment_method_configuration_update_params.rb +40 -40
- data/lib/stripe/params/payment_method_create_params.rb +4 -4
- data/lib/stripe/params/payment_method_update_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
- data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_update_params.rb +2 -2
- data/lib/stripe/params/price_create_params.rb +6 -6
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +3 -3
- data/lib/stripe/params/product_create_params.rb +21 -8
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +18 -5
- data/lib/stripe/params/promotion_code_create_params.rb +3 -3
- data/lib/stripe/params/promotion_code_list_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +14 -14
- data/lib/stripe/params/quote_list_params.rb +2 -2
- data/lib/stripe/params/quote_update_params.rb +14 -14
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +2 -2
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/setup_intent_confirm_params.rb +6 -6
- data/lib/stripe/params/setup_intent_create_params.rb +12 -12
- data/lib/stripe/params/setup_intent_update_params.rb +8 -8
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/granted_token_update_params.rb +15 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +3 -3
- data/lib/stripe/params/source_update_params.rb +3 -3
- data/lib/stripe/params/subscription_create_params.rb +51 -27
- data/lib/stripe/params/subscription_item_create_params.rb +15 -15
- data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
- data/lib/stripe/params/subscription_item_update_params.rb +15 -15
- data/lib/stripe/params/subscription_list_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +2 -2
- data/lib/stripe/params/subscription_schedule_amend_params.rb +10 -10
- data/lib/stripe/params/subscription_schedule_create_params.rb +31 -31
- data/lib/stripe/params/subscription_schedule_update_params.rb +31 -31
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +49 -25
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
- data/lib/stripe/params/tax/settings_update_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/location_create_params.rb +2 -2
- data/lib/stripe/params/terminal/location_update_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -6
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_update_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -1
- data/lib/stripe/params/token_create_params.rb +22 -22
- data/lib/stripe/params/topup_create_params.rb +2 -2
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +3 -3
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -3
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/intent_create_params.rb +110 -40
- data/lib/stripe/params/v2/core/account_create_params.rb +36 -24
- data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +8 -8
- data/lib/stripe/params/v2/core/account_update_params.rb +41 -29
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +1 -1
- data/lib/stripe/params/v2/iam/api_key_create_params.rb +51 -0
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +20 -0
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +46 -0
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +4 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +4 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +4 -1
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +46 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +31 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +12 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +39 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +94 -0
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +17 -0
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +94 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +24 -0
- data/lib/stripe/resources/account.rb +27 -27
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_notice.rb +6 -6
- data/lib/stripe/resources/account_session.rb +5 -5
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +2 -2
- data/lib/stripe/resources/balance_settings.rb +1 -1
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/balance_transfer.rb +3 -3
- data/lib/stripe/resources/bank_account.rb +10 -10
- data/lib/stripe/resources/billing/alert.rb +2 -2
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -2
- data/lib/stripe/resources/billing/credit_grant.rb +3 -3
- data/lib/stripe/resources/billing/meter_event.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
- data/lib/stripe/resources/billing_portal/session.rb +6 -6
- data/lib/stripe/resources/capability.rb +16 -16
- data/lib/stripe/resources/capital/financing_offer.rb +2 -2
- data/lib/stripe/resources/capital/financing_summary.rb +7 -4
- data/lib/stripe/resources/card.rb +2 -2
- data/lib/stripe/resources/cash_balance.rb +2 -2
- data/lib/stripe/resources/charge.rb +47 -35
- data/lib/stripe/resources/checkout/session.rb +19 -19
- data/lib/stripe/resources/climate/order.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +11 -11
- data/lib/stripe/resources/coupon.rb +3 -3
- data/lib/stripe/resources/credit_note.rb +5 -5
- data/lib/stripe/resources/credit_note_line_item.rb +1 -1
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +63 -10
- data/lib/stripe/resources/discount.rb +5 -5
- data/lib/stripe/resources/dispute.rb +5 -5
- data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
- data/lib/stripe/resources/event.rb +1 -1
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +3 -3
- data/lib/stripe/resources/financial_connections/session.rb +2 -2
- data/lib/stripe/resources/forwarding/request.rb +1 -1
- data/lib/stripe/resources/funding_instructions.rb +14 -14
- data/lib/stripe/resources/identity/blocklist_entry.rb +1 -1
- data/lib/stripe/resources/identity/verification_report.rb +9 -9
- data/lib/stripe/resources/identity/verification_session.rb +11 -11
- data/lib/stripe/resources/invoice.rb +66 -34
- data/lib/stripe/resources/invoice_item.rb +9 -9
- data/lib/stripe/resources/invoice_line_item.rb +7 -7
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
- data/lib/stripe/resources/issuing/authorization.rb +20 -20
- data/lib/stripe/resources/issuing/card.rb +16 -12
- data/lib/stripe/resources/issuing/cardholder.rb +14 -14
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +5 -5
- data/lib/stripe/resources/issuing/dispute.rb +7 -7
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/program.rb +1 -1
- data/lib/stripe/resources/issuing/settlement.rb +2 -2
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +13 -13
- data/lib/stripe/resources/line_item.rb +3 -3
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/margin.rb +1 -1
- data/lib/stripe/resources/order.rb +13 -13
- data/lib/stripe/resources/payment_attempt_record.rb +80 -22
- data/lib/stripe/resources/payment_intent.rb +117 -74
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
- data/lib/stripe/resources/payment_link.rb +7 -7
- data/lib/stripe/resources/payment_method.rb +13 -13
- data/lib/stripe/resources/payment_method_configuration.rb +4 -4
- data/lib/stripe/resources/payment_method_domain.rb +1 -1
- data/lib/stripe/resources/payment_record.rb +82 -22
- data/lib/stripe/resources/payout.rb +7 -7
- data/lib/stripe/resources/person.rb +23 -23
- data/lib/stripe/resources/plan.rb +5 -5
- data/lib/stripe/resources/price.rb +6 -6
- data/lib/stripe/resources/product.rb +9 -9
- data/lib/stripe/resources/promotion_code.rb +4 -4
- data/lib/stripe/resources/quote.rb +15 -15
- data/lib/stripe/resources/quote_line.rb +5 -5
- data/lib/stripe/resources/quote_preview_invoice.rb +64 -32
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +100 -100
- data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
- data/lib/stripe/resources/radar/value_list.rb +2 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -1
- data/lib/stripe/resources/refund.rb +3 -3
- data/lib/stripe/resources/reporting/report_run.rb +3 -3
- data/lib/stripe/resources/reporting/report_type.rb +3 -3
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +17 -17
- data/lib/stripe/resources/setup_intent.rb +19 -19
- data/lib/stripe/resources/shared_payment/granted_token.rb +126 -0
- data/lib/stripe/resources/shipping_rate.rb +3 -3
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +8 -8
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/subscription.rb +46 -14
- data/lib/stripe/resources/subscription_item.rb +22 -22
- data/lib/stripe/resources/subscription_schedule.rb +101 -101
- data/lib/stripe/resources/tax/association.rb +3 -3
- data/lib/stripe/resources/tax/calculation.rb +12 -12
- data/lib/stripe/resources/tax/calculation_line_item.rb +7 -7
- data/lib/stripe/resources/tax/registration.rb +3 -3
- data/lib/stripe/resources/tax/settings.rb +2 -2
- data/lib/stripe/resources/tax/transaction.rb +9 -9
- data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
- data/lib/stripe/resources/tax_id.rb +4 -4
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/reader.rb +10 -10
- data/lib/stripe/resources/token.rb +4 -4
- data/lib/stripe/resources/topup.rb +3 -3
- data/lib/stripe/resources/transfer.rb +5 -5
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/financial_account.rb +1 -1
- data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
- data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/received_credit.rb +10 -10
- data/lib/stripe/resources/treasury/received_debit.rb +7 -7
- data/lib/stripe/resources/treasury/transaction.rb +11 -11
- data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
- data/lib/stripe/resources/v2/billing/intent_action.rb +139 -51
- data/lib/stripe/resources/v2/core/account.rb +174 -289
- data/lib/stripe/resources/v2/core/account_link.rb +11 -11
- data/lib/stripe/resources/v2/core/account_person.rb +10 -10
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +21 -1
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +23 -1
- data/lib/stripe/resources/v2/iam/api_key.rb +129 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +35 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +2 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +2 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +20 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +2 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +92 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +78 -0
- data/lib/stripe/resources/v2/tax/manual_rule.rb +115 -0
- data/lib/stripe/resources/webhook_endpoint.rb +1 -1
- data/lib/stripe/resources.rb +19 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +1 -1
- data/lib/stripe/services/payment_method_service.rb +1 -1
- data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
- data/lib/stripe/services/shared_payment_service.rb +13 -0
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +2 -1
- data/lib/stripe/services/v1_services.rb +2 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
- data/lib/stripe/services/v2/iam/api_key_service.rb +76 -0
- data/lib/stripe/services/v2/iam_service.rb +15 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +2 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +2 -0
- data/lib/stripe/services/v2/payment_service.rb +3 -1
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +72 -0
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +45 -0
- data/lib/stripe/services/v2/tax/manual_rule_service.rb +65 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2_services.rb +3 -1
- data/lib/stripe/services.rb +10 -0
- data/lib/stripe/stripe_object.rb +11 -3
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +6022 -3221
- metadata +55 -2
|
@@ -152,7 +152,7 @@ module Stripe
|
|
|
152
152
|
attr_accessor :application_fee_percent
|
|
153
153
|
# Default settings for automatic tax computation.
|
|
154
154
|
attr_accessor :automatic_tax
|
|
155
|
-
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://stripe.com/
|
|
155
|
+
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
156
156
|
attr_accessor :billing_cycle_anchor
|
|
157
157
|
# Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.
|
|
158
158
|
attr_accessor :billing_thresholds
|
|
@@ -166,10 +166,10 @@ module Stripe
|
|
|
166
166
|
attr_accessor :invoice_settings
|
|
167
167
|
# The account on behalf of which to charge, for each of the associated subscription's invoices.
|
|
168
168
|
attr_accessor :on_behalf_of
|
|
169
|
-
# The data with which to automatically create a Transfer for each of the associated subscription's invoices.
|
|
170
|
-
attr_accessor :transfer_data
|
|
171
169
|
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
172
170
|
attr_accessor :phase_effective_at
|
|
171
|
+
# The data with which to automatically create a Transfer for each of the associated subscription's invoices.
|
|
172
|
+
attr_accessor :transfer_data
|
|
173
173
|
|
|
174
174
|
def initialize(
|
|
175
175
|
application_fee_percent: nil,
|
|
@@ -181,8 +181,8 @@ module Stripe
|
|
|
181
181
|
description: nil,
|
|
182
182
|
invoice_settings: nil,
|
|
183
183
|
on_behalf_of: nil,
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
phase_effective_at: nil,
|
|
185
|
+
transfer_data: nil
|
|
186
186
|
)
|
|
187
187
|
@application_fee_percent = application_fee_percent
|
|
188
188
|
@automatic_tax = automatic_tax
|
|
@@ -193,8 +193,8 @@ module Stripe
|
|
|
193
193
|
@description = description
|
|
194
194
|
@invoice_settings = invoice_settings
|
|
195
195
|
@on_behalf_of = on_behalf_of
|
|
196
|
-
@transfer_data = transfer_data
|
|
197
196
|
@phase_effective_at = phase_effective_at
|
|
197
|
+
@transfer_data = transfer_data
|
|
198
198
|
end
|
|
199
199
|
end
|
|
200
200
|
|
|
@@ -283,7 +283,7 @@ module Stripe
|
|
|
283
283
|
attr_accessor :currency
|
|
284
284
|
# The ID of the [Product](https://docs.stripe.com/api/products) that this [Price](https://docs.stripe.com/api/prices) will belong to.
|
|
285
285
|
attr_accessor :product
|
|
286
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
286
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
287
287
|
attr_accessor :tax_behavior
|
|
288
288
|
# A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge or a negative integer representing the amount to credit to the customer.
|
|
289
289
|
attr_accessor :unit_amount
|
|
@@ -306,13 +306,13 @@ module Stripe
|
|
|
306
306
|
end
|
|
307
307
|
# The coupons to redeem into discounts for the item.
|
|
308
308
|
attr_accessor :discounts
|
|
309
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
309
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
310
310
|
attr_accessor :metadata
|
|
311
311
|
# The period associated with this invoice item. If not set, `period.start.type` defaults to `max_item_period_start` and `period.end.type` defaults to `min_item_period_end`.
|
|
312
312
|
attr_accessor :period
|
|
313
313
|
# The ID of the price object. One of `price` or `price_data` is required.
|
|
314
314
|
attr_accessor :price
|
|
315
|
-
# Data used to generate a new [Price](https://stripe.com/
|
|
315
|
+
# Data used to generate a new [Price](https://docs.stripe.com/api/prices) object inline. One of `price` or `price_data` is required.
|
|
316
316
|
attr_accessor :price_data
|
|
317
317
|
# Quantity for this item. Defaults to 1.
|
|
318
318
|
attr_accessor :quantity
|
|
@@ -456,7 +456,7 @@ module Stripe
|
|
|
456
456
|
|
|
457
457
|
class Item < ::Stripe::RequestParams
|
|
458
458
|
class BillingThresholds < ::Stripe::RequestParams
|
|
459
|
-
# Number of units that meets the billing threshold to advance the subscription to a new billing period (e.g., it takes 10 $5 units to meet a $50 [monetary threshold](https://stripe.com/
|
|
459
|
+
# Number of units that meets the billing threshold to advance the subscription to a new billing period (e.g., it takes 10 $5 units to meet a $50 [monetary threshold](https://docs.stripe.com/api/subscriptions/update#update_subscription-billing_thresholds-amount_gte))
|
|
460
460
|
attr_accessor :usage_gte
|
|
461
461
|
|
|
462
462
|
def initialize(usage_gte: nil)
|
|
@@ -525,7 +525,7 @@ module Stripe
|
|
|
525
525
|
attr_accessor :product
|
|
526
526
|
# The recurring components of a price such as `interval` and `interval_count`.
|
|
527
527
|
attr_accessor :recurring
|
|
528
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
528
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
529
529
|
attr_accessor :tax_behavior
|
|
530
530
|
# A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge.
|
|
531
531
|
attr_accessor :unit_amount
|
|
@@ -564,17 +564,17 @@ module Stripe
|
|
|
564
564
|
attr_accessor :billing_thresholds
|
|
565
565
|
# The coupons to redeem into discounts for the subscription item.
|
|
566
566
|
attr_accessor :discounts
|
|
567
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
567
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to a configuration item. Metadata on a configuration item will update the underlying subscription item's `metadata` when the phase is entered, adding new keys and replacing existing keys. Individual keys in the subscription item's `metadata` can be unset by posting an empty value to them in the configuration item's `metadata`. To unset all keys in the subscription item's `metadata`, update the subscription item directly or unset every key individually from the configuration item's `metadata`.
|
|
568
568
|
attr_accessor :metadata
|
|
569
569
|
# The plan ID to subscribe to. You may specify the same ID in `plan` and `price`.
|
|
570
570
|
attr_accessor :plan
|
|
571
571
|
# The ID of the price object.
|
|
572
572
|
attr_accessor :price
|
|
573
|
-
# Data used to generate a new [Price](https://stripe.com/
|
|
573
|
+
# Data used to generate a new [Price](https://docs.stripe.com/api/prices) object inline.
|
|
574
574
|
attr_accessor :price_data
|
|
575
575
|
# Quantity for the given price. Can be set only if the price's `usage_type` is `licensed` and not `metered`.
|
|
576
576
|
attr_accessor :quantity
|
|
577
|
-
# A list of [Tax Rate](https://stripe.com/
|
|
577
|
+
# A list of [Tax Rate](https://docs.stripe.com/api/tax_rates) ids. These Tax Rates will override the [`default_tax_rates`](https://docs.stripe.com/api/subscriptions/create#create_subscription-default_tax_rates) on the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
|
|
578
578
|
attr_accessor :tax_rates
|
|
579
579
|
# Options that configure the trial on the subscription item.
|
|
580
580
|
attr_accessor :trial
|
|
@@ -649,7 +649,7 @@ module Stripe
|
|
|
649
649
|
attr_accessor :application_fee_percent
|
|
650
650
|
# Automatic tax settings for this phase.
|
|
651
651
|
attr_accessor :automatic_tax
|
|
652
|
-
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://stripe.com/
|
|
652
|
+
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
653
653
|
attr_accessor :billing_cycle_anchor
|
|
654
654
|
# Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.
|
|
655
655
|
attr_accessor :billing_thresholds
|
|
@@ -659,7 +659,7 @@ module Stripe
|
|
|
659
659
|
attr_accessor :currency
|
|
660
660
|
# ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings.
|
|
661
661
|
attr_accessor :default_payment_method
|
|
662
|
-
# A list of [Tax Rate](https://stripe.com/
|
|
662
|
+
# A list of [Tax Rate](https://docs.stripe.com/api/tax_rates) ids. These Tax Rates will set the Subscription's [`default_tax_rates`](https://docs.stripe.com/api/subscriptions/create#create_subscription-default_tax_rates), which means they will be the Invoice's [`default_tax_rates`](https://docs.stripe.com/api/invoices/create#create_invoice-default_tax_rates) for any Invoices issued by the Subscription during this Phase.
|
|
663
663
|
attr_accessor :default_tax_rates
|
|
664
664
|
# Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
|
|
665
665
|
attr_accessor :description
|
|
@@ -667,19 +667,21 @@ module Stripe
|
|
|
667
667
|
attr_accessor :discounts
|
|
668
668
|
# The number of intervals the phase should last. If set, `end_date` must not be set.
|
|
669
669
|
attr_accessor :duration
|
|
670
|
-
#
|
|
670
|
+
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
671
|
+
attr_accessor :effective_at
|
|
672
|
+
# The date at which this phase of the subscription schedule ends. If set, `duration` must not be set.
|
|
671
673
|
attr_accessor :end_date
|
|
672
674
|
# All invoices will be billed using the specified settings.
|
|
673
675
|
attr_accessor :invoice_settings
|
|
674
676
|
# List of configuration items, each with an attached price, to apply during this phase of the subscription schedule.
|
|
675
677
|
attr_accessor :items
|
|
676
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
678
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to a phase. Metadata on a schedule's phase will update the underlying subscription's `metadata` when the phase is entered, adding new keys and replacing existing keys in the subscription's `metadata`. Individual keys in the subscription's `metadata` can be unset by posting an empty value to them in the phase's `metadata`. To unset all keys in the subscription's `metadata`, update the subscription directly or unset every key individually from the phase's `metadata`.
|
|
677
679
|
attr_accessor :metadata
|
|
678
680
|
# The account on behalf of which to charge, for each of the associated subscription's invoices.
|
|
679
681
|
attr_accessor :on_behalf_of
|
|
680
|
-
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://stripe.com/
|
|
682
|
+
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment).
|
|
681
683
|
attr_accessor :pause_collection
|
|
682
|
-
# Controls whether the subscription schedule should create [prorations](https://stripe.com/
|
|
684
|
+
# Controls whether the subscription schedule should create [prorations](https://docs.stripe.com/billing/subscriptions/prorations) when transitioning to this phase if there is a difference in billing configuration. It's different from the request-level [proration_behavior](https://docs.stripe.com/api/subscription_schedules/update#update_subscription_schedule-proration_behavior) parameter which controls what happens if the update request affects the billing configuration (item price, quantity, etc.) of the current phase.
|
|
683
685
|
attr_accessor :proration_behavior
|
|
684
686
|
# The data with which to automatically create a Transfer for each of the associated subscription's invoices.
|
|
685
687
|
attr_accessor :transfer_data
|
|
@@ -691,8 +693,6 @@ module Stripe
|
|
|
691
693
|
attr_accessor :trial_end
|
|
692
694
|
# Settings related to subscription trials.
|
|
693
695
|
attr_accessor :trial_settings
|
|
694
|
-
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
695
|
-
attr_accessor :effective_at
|
|
696
696
|
|
|
697
697
|
def initialize(
|
|
698
698
|
add_invoice_items: nil,
|
|
@@ -707,6 +707,7 @@ module Stripe
|
|
|
707
707
|
description: nil,
|
|
708
708
|
discounts: nil,
|
|
709
709
|
duration: nil,
|
|
710
|
+
effective_at: nil,
|
|
710
711
|
end_date: nil,
|
|
711
712
|
invoice_settings: nil,
|
|
712
713
|
items: nil,
|
|
@@ -718,8 +719,7 @@ module Stripe
|
|
|
718
719
|
trial: nil,
|
|
719
720
|
trial_continuation: nil,
|
|
720
721
|
trial_end: nil,
|
|
721
|
-
trial_settings: nil
|
|
722
|
-
effective_at: nil
|
|
722
|
+
trial_settings: nil
|
|
723
723
|
)
|
|
724
724
|
@add_invoice_items = add_invoice_items
|
|
725
725
|
@application_fee_percent = application_fee_percent
|
|
@@ -733,6 +733,7 @@ module Stripe
|
|
|
733
733
|
@description = description
|
|
734
734
|
@discounts = discounts
|
|
735
735
|
@duration = duration
|
|
736
|
+
@effective_at = effective_at
|
|
736
737
|
@end_date = end_date
|
|
737
738
|
@invoice_settings = invoice_settings
|
|
738
739
|
@items = items
|
|
@@ -745,7 +746,6 @@ module Stripe
|
|
|
745
746
|
@trial_continuation = trial_continuation
|
|
746
747
|
@trial_end = trial_end
|
|
747
748
|
@trial_settings = trial_settings
|
|
748
|
-
@effective_at = effective_at
|
|
749
749
|
end
|
|
750
750
|
end
|
|
751
751
|
|
|
@@ -764,6 +764,8 @@ module Stripe
|
|
|
764
764
|
attr_accessor :billing_behavior
|
|
765
765
|
# Controls how prorations and invoices for subscriptions are calculated and orchestrated.
|
|
766
766
|
attr_accessor :billing_mode
|
|
767
|
+
# Sets the billing schedules for the subscription schedule.
|
|
768
|
+
attr_accessor :billing_schedules
|
|
767
769
|
# The identifier of the customer to create the subscription schedule for.
|
|
768
770
|
attr_accessor :customer
|
|
769
771
|
# The identifier of the account to create the subscription schedule for.
|
|
@@ -776,7 +778,7 @@ module Stripe
|
|
|
776
778
|
attr_accessor :expand
|
|
777
779
|
# Migrate an existing subscription to be managed by a subscription schedule. If this parameter is set, a subscription schedule will be created using the subscription's item(s), set to auto-renew using the subscription's interval. When using this parameter, other parameters (such as phase values) cannot be set. To create a subscription schedule with other modifications, we recommend making two separate API calls.
|
|
778
780
|
attr_accessor :from_subscription
|
|
779
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
781
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
780
782
|
attr_accessor :metadata
|
|
781
783
|
# List representing phases of the subscription schedule. Each phase can be customized to have different durations, plans, and coupons. If there are multiple phases, the `end_date` of one phase will always equal the `start_date` of the next phase.
|
|
782
784
|
attr_accessor :phases
|
|
@@ -784,12 +786,11 @@ module Stripe
|
|
|
784
786
|
attr_accessor :prebilling
|
|
785
787
|
# When the subscription schedule starts. We recommend using `now` so that it starts the subscription immediately. You can also use a Unix timestamp to backdate the subscription so that it starts on a past date, or set a future date for the subscription to start on.
|
|
786
788
|
attr_accessor :start_date
|
|
787
|
-
# Sets the billing schedules for the subscription schedule.
|
|
788
|
-
attr_accessor :billing_schedules
|
|
789
789
|
|
|
790
790
|
def initialize(
|
|
791
791
|
billing_behavior: nil,
|
|
792
792
|
billing_mode: nil,
|
|
793
|
+
billing_schedules: nil,
|
|
793
794
|
customer: nil,
|
|
794
795
|
customer_account: nil,
|
|
795
796
|
default_settings: nil,
|
|
@@ -799,11 +800,11 @@ module Stripe
|
|
|
799
800
|
metadata: nil,
|
|
800
801
|
phases: nil,
|
|
801
802
|
prebilling: nil,
|
|
802
|
-
start_date: nil
|
|
803
|
-
billing_schedules: nil
|
|
803
|
+
start_date: nil
|
|
804
804
|
)
|
|
805
805
|
@billing_behavior = billing_behavior
|
|
806
806
|
@billing_mode = billing_mode
|
|
807
|
+
@billing_schedules = billing_schedules
|
|
807
808
|
@customer = customer
|
|
808
809
|
@customer_account = customer_account
|
|
809
810
|
@default_settings = default_settings
|
|
@@ -814,7 +815,6 @@ module Stripe
|
|
|
814
815
|
@phases = phases
|
|
815
816
|
@prebilling = prebilling
|
|
816
817
|
@start_date = start_date
|
|
817
|
-
@billing_schedules = billing_schedules
|
|
818
818
|
end
|
|
819
819
|
end
|
|
820
820
|
end
|
|
@@ -132,7 +132,7 @@ module Stripe
|
|
|
132
132
|
attr_accessor :application_fee_percent
|
|
133
133
|
# Default settings for automatic tax computation.
|
|
134
134
|
attr_accessor :automatic_tax
|
|
135
|
-
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://stripe.com/
|
|
135
|
+
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
136
136
|
attr_accessor :billing_cycle_anchor
|
|
137
137
|
# Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.
|
|
138
138
|
attr_accessor :billing_thresholds
|
|
@@ -146,10 +146,10 @@ module Stripe
|
|
|
146
146
|
attr_accessor :invoice_settings
|
|
147
147
|
# The account on behalf of which to charge, for each of the associated subscription's invoices.
|
|
148
148
|
attr_accessor :on_behalf_of
|
|
149
|
-
# The data with which to automatically create a Transfer for each of the associated subscription's invoices.
|
|
150
|
-
attr_accessor :transfer_data
|
|
151
149
|
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
152
150
|
attr_accessor :phase_effective_at
|
|
151
|
+
# The data with which to automatically create a Transfer for each of the associated subscription's invoices.
|
|
152
|
+
attr_accessor :transfer_data
|
|
153
153
|
|
|
154
154
|
def initialize(
|
|
155
155
|
application_fee_percent: nil,
|
|
@@ -161,8 +161,8 @@ module Stripe
|
|
|
161
161
|
description: nil,
|
|
162
162
|
invoice_settings: nil,
|
|
163
163
|
on_behalf_of: nil,
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
phase_effective_at: nil,
|
|
165
|
+
transfer_data: nil
|
|
166
166
|
)
|
|
167
167
|
@application_fee_percent = application_fee_percent
|
|
168
168
|
@automatic_tax = automatic_tax
|
|
@@ -173,8 +173,8 @@ module Stripe
|
|
|
173
173
|
@description = description
|
|
174
174
|
@invoice_settings = invoice_settings
|
|
175
175
|
@on_behalf_of = on_behalf_of
|
|
176
|
-
@transfer_data = transfer_data
|
|
177
176
|
@phase_effective_at = phase_effective_at
|
|
177
|
+
@transfer_data = transfer_data
|
|
178
178
|
end
|
|
179
179
|
end
|
|
180
180
|
|
|
@@ -263,7 +263,7 @@ module Stripe
|
|
|
263
263
|
attr_accessor :currency
|
|
264
264
|
# The ID of the [Product](https://docs.stripe.com/api/products) that this [Price](https://docs.stripe.com/api/prices) will belong to.
|
|
265
265
|
attr_accessor :product
|
|
266
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
266
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
267
267
|
attr_accessor :tax_behavior
|
|
268
268
|
# A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge or a negative integer representing the amount to credit to the customer.
|
|
269
269
|
attr_accessor :unit_amount
|
|
@@ -286,13 +286,13 @@ module Stripe
|
|
|
286
286
|
end
|
|
287
287
|
# The coupons to redeem into discounts for the item.
|
|
288
288
|
attr_accessor :discounts
|
|
289
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
289
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
290
290
|
attr_accessor :metadata
|
|
291
291
|
# The period associated with this invoice item. If not set, `period.start.type` defaults to `max_item_period_start` and `period.end.type` defaults to `min_item_period_end`.
|
|
292
292
|
attr_accessor :period
|
|
293
293
|
# The ID of the price object. One of `price` or `price_data` is required.
|
|
294
294
|
attr_accessor :price
|
|
295
|
-
# Data used to generate a new [Price](https://stripe.com/
|
|
295
|
+
# Data used to generate a new [Price](https://docs.stripe.com/api/prices) object inline. One of `price` or `price_data` is required.
|
|
296
296
|
attr_accessor :price_data
|
|
297
297
|
# Quantity for this item. Defaults to 1.
|
|
298
298
|
attr_accessor :quantity
|
|
@@ -436,7 +436,7 @@ module Stripe
|
|
|
436
436
|
|
|
437
437
|
class Item < ::Stripe::RequestParams
|
|
438
438
|
class BillingThresholds < ::Stripe::RequestParams
|
|
439
|
-
# Number of units that meets the billing threshold to advance the subscription to a new billing period (e.g., it takes 10 $5 units to meet a $50 [monetary threshold](https://stripe.com/
|
|
439
|
+
# Number of units that meets the billing threshold to advance the subscription to a new billing period (e.g., it takes 10 $5 units to meet a $50 [monetary threshold](https://docs.stripe.com/api/subscriptions/update#update_subscription-billing_thresholds-amount_gte))
|
|
440
440
|
attr_accessor :usage_gte
|
|
441
441
|
|
|
442
442
|
def initialize(usage_gte: nil)
|
|
@@ -505,7 +505,7 @@ module Stripe
|
|
|
505
505
|
attr_accessor :product
|
|
506
506
|
# The recurring components of a price such as `interval` and `interval_count`.
|
|
507
507
|
attr_accessor :recurring
|
|
508
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
508
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
509
509
|
attr_accessor :tax_behavior
|
|
510
510
|
# A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge.
|
|
511
511
|
attr_accessor :unit_amount
|
|
@@ -544,17 +544,17 @@ module Stripe
|
|
|
544
544
|
attr_accessor :billing_thresholds
|
|
545
545
|
# The coupons to redeem into discounts for the subscription item.
|
|
546
546
|
attr_accessor :discounts
|
|
547
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
547
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to a configuration item. Metadata on a configuration item will update the underlying subscription item's `metadata` when the phase is entered, adding new keys and replacing existing keys. Individual keys in the subscription item's `metadata` can be unset by posting an empty value to them in the configuration item's `metadata`. To unset all keys in the subscription item's `metadata`, update the subscription item directly or unset every key individually from the configuration item's `metadata`.
|
|
548
548
|
attr_accessor :metadata
|
|
549
549
|
# The plan ID to subscribe to. You may specify the same ID in `plan` and `price`.
|
|
550
550
|
attr_accessor :plan
|
|
551
551
|
# The ID of the price object.
|
|
552
552
|
attr_accessor :price
|
|
553
|
-
# Data used to generate a new [Price](https://stripe.com/
|
|
553
|
+
# Data used to generate a new [Price](https://docs.stripe.com/api/prices) object inline.
|
|
554
554
|
attr_accessor :price_data
|
|
555
555
|
# Quantity for the given price. Can be set only if the price's `usage_type` is `licensed` and not `metered`.
|
|
556
556
|
attr_accessor :quantity
|
|
557
|
-
# A list of [Tax Rate](https://stripe.com/
|
|
557
|
+
# A list of [Tax Rate](https://docs.stripe.com/api/tax_rates) ids. These Tax Rates will override the [`default_tax_rates`](https://docs.stripe.com/api/subscriptions/create#create_subscription-default_tax_rates) on the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
|
|
558
558
|
attr_accessor :tax_rates
|
|
559
559
|
# Options that configure the trial on the subscription item.
|
|
560
560
|
attr_accessor :trial
|
|
@@ -629,7 +629,7 @@ module Stripe
|
|
|
629
629
|
attr_accessor :application_fee_percent
|
|
630
630
|
# Automatic tax settings for this phase.
|
|
631
631
|
attr_accessor :automatic_tax
|
|
632
|
-
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://stripe.com/
|
|
632
|
+
# Can be set to `phase_start` to set the anchor to the start of the phase or `automatic` to automatically change it if needed. Cannot be set to `phase_start` if this phase specifies a trial. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
633
633
|
attr_accessor :billing_cycle_anchor
|
|
634
634
|
# Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.
|
|
635
635
|
attr_accessor :billing_thresholds
|
|
@@ -639,7 +639,7 @@ module Stripe
|
|
|
639
639
|
attr_accessor :currency
|
|
640
640
|
# ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings.
|
|
641
641
|
attr_accessor :default_payment_method
|
|
642
|
-
# A list of [Tax Rate](https://stripe.com/
|
|
642
|
+
# A list of [Tax Rate](https://docs.stripe.com/api/tax_rates) ids. These Tax Rates will set the Subscription's [`default_tax_rates`](https://docs.stripe.com/api/subscriptions/create#create_subscription-default_tax_rates), which means they will be the Invoice's [`default_tax_rates`](https://docs.stripe.com/api/invoices/create#create_invoice-default_tax_rates) for any Invoices issued by the Subscription during this Phase.
|
|
643
643
|
attr_accessor :default_tax_rates
|
|
644
644
|
# Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
|
|
645
645
|
attr_accessor :description
|
|
@@ -647,19 +647,21 @@ module Stripe
|
|
|
647
647
|
attr_accessor :discounts
|
|
648
648
|
# The number of intervals the phase should last. If set, `end_date` must not be set.
|
|
649
649
|
attr_accessor :duration
|
|
650
|
-
#
|
|
650
|
+
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
651
|
+
attr_accessor :effective_at
|
|
652
|
+
# The date at which this phase of the subscription schedule ends. If set, `duration` must not be set.
|
|
651
653
|
attr_accessor :end_date
|
|
652
654
|
# All invoices will be billed using the specified settings.
|
|
653
655
|
attr_accessor :invoice_settings
|
|
654
656
|
# List of configuration items, each with an attached price, to apply during this phase of the subscription schedule.
|
|
655
657
|
attr_accessor :items
|
|
656
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
658
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to a phase. Metadata on a schedule's phase will update the underlying subscription's `metadata` when the phase is entered, adding new keys and replacing existing keys in the subscription's `metadata`. Individual keys in the subscription's `metadata` can be unset by posting an empty value to them in the phase's `metadata`. To unset all keys in the subscription's `metadata`, update the subscription directly or unset every key individually from the phase's `metadata`.
|
|
657
659
|
attr_accessor :metadata
|
|
658
660
|
# The account on behalf of which to charge, for each of the associated subscription's invoices.
|
|
659
661
|
attr_accessor :on_behalf_of
|
|
660
|
-
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://stripe.com/
|
|
662
|
+
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment).
|
|
661
663
|
attr_accessor :pause_collection
|
|
662
|
-
# Controls whether the subscription schedule should create [prorations](https://stripe.com/
|
|
664
|
+
# Controls whether the subscription schedule should create [prorations](https://docs.stripe.com/billing/subscriptions/prorations) when transitioning to this phase if there is a difference in billing configuration. It's different from the request-level [proration_behavior](https://docs.stripe.com/api/subscription_schedules/update#update_subscription_schedule-proration_behavior) parameter which controls what happens if the update request affects the billing configuration (item price, quantity, etc.) of the current phase.
|
|
663
665
|
attr_accessor :proration_behavior
|
|
664
666
|
# The date at which this phase of the subscription schedule starts or `now`. Must be set on the first phase.
|
|
665
667
|
attr_accessor :start_date
|
|
@@ -673,8 +675,6 @@ module Stripe
|
|
|
673
675
|
attr_accessor :trial_end
|
|
674
676
|
# Settings related to subscription trials.
|
|
675
677
|
attr_accessor :trial_settings
|
|
676
|
-
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
677
|
-
attr_accessor :effective_at
|
|
678
678
|
|
|
679
679
|
def initialize(
|
|
680
680
|
add_invoice_items: nil,
|
|
@@ -689,6 +689,7 @@ module Stripe
|
|
|
689
689
|
description: nil,
|
|
690
690
|
discounts: nil,
|
|
691
691
|
duration: nil,
|
|
692
|
+
effective_at: nil,
|
|
692
693
|
end_date: nil,
|
|
693
694
|
invoice_settings: nil,
|
|
694
695
|
items: nil,
|
|
@@ -701,8 +702,7 @@ module Stripe
|
|
|
701
702
|
trial: nil,
|
|
702
703
|
trial_continuation: nil,
|
|
703
704
|
trial_end: nil,
|
|
704
|
-
trial_settings: nil
|
|
705
|
-
effective_at: nil
|
|
705
|
+
trial_settings: nil
|
|
706
706
|
)
|
|
707
707
|
@add_invoice_items = add_invoice_items
|
|
708
708
|
@application_fee_percent = application_fee_percent
|
|
@@ -716,6 +716,7 @@ module Stripe
|
|
|
716
716
|
@description = description
|
|
717
717
|
@discounts = discounts
|
|
718
718
|
@duration = duration
|
|
719
|
+
@effective_at = effective_at
|
|
719
720
|
@end_date = end_date
|
|
720
721
|
@invoice_settings = invoice_settings
|
|
721
722
|
@items = items
|
|
@@ -729,7 +730,6 @@ module Stripe
|
|
|
729
730
|
@trial_continuation = trial_continuation
|
|
730
731
|
@trial_end = trial_end
|
|
731
732
|
@trial_settings = trial_settings
|
|
732
|
-
@effective_at = effective_at
|
|
733
733
|
end
|
|
734
734
|
end
|
|
735
735
|
|
|
@@ -746,13 +746,15 @@ module Stripe
|
|
|
746
746
|
end
|
|
747
747
|
# Configures when the subscription schedule generates prorations for phase transitions. Possible values are `prorate_on_next_phase` or `prorate_up_front` with the default being `prorate_on_next_phase`. `prorate_on_next_phase` will apply phase changes and generate prorations at transition time. `prorate_up_front` will bill for all phases within the current billing cycle up front.
|
|
748
748
|
attr_accessor :billing_behavior
|
|
749
|
+
# Sets the billing schedules for the subscription schedule.
|
|
750
|
+
attr_accessor :billing_schedules
|
|
749
751
|
# Object representing the subscription schedule's default settings.
|
|
750
752
|
attr_accessor :default_settings
|
|
751
753
|
# Behavior of the subscription schedule and underlying subscription when it ends. Possible values are `release` or `cancel` with the default being `release`. `release` will end the subscription schedule and keep the underlying subscription running. `cancel` will end the subscription schedule and cancel the underlying subscription.
|
|
752
754
|
attr_accessor :end_behavior
|
|
753
755
|
# Specifies which fields in the response should be expanded.
|
|
754
756
|
attr_accessor :expand
|
|
755
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
757
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
756
758
|
attr_accessor :metadata
|
|
757
759
|
# List representing phases of the subscription schedule. Each phase can be customized to have different durations, plans, and coupons. If there are multiple phases, the `end_date` of one phase will always equal the `start_date` of the next phase. Note that past phases can be omitted.
|
|
758
760
|
attr_accessor :phases
|
|
@@ -760,21 +762,20 @@ module Stripe
|
|
|
760
762
|
attr_accessor :prebilling
|
|
761
763
|
# If the update changes the billing configuration (item price, quantity, etc.) of the current phase, indicates how prorations from this change should be handled. The default value is `create_prorations`.
|
|
762
764
|
attr_accessor :proration_behavior
|
|
763
|
-
# Sets the billing schedules for the subscription schedule.
|
|
764
|
-
attr_accessor :billing_schedules
|
|
765
765
|
|
|
766
766
|
def initialize(
|
|
767
767
|
billing_behavior: nil,
|
|
768
|
+
billing_schedules: nil,
|
|
768
769
|
default_settings: nil,
|
|
769
770
|
end_behavior: nil,
|
|
770
771
|
expand: nil,
|
|
771
772
|
metadata: nil,
|
|
772
773
|
phases: nil,
|
|
773
774
|
prebilling: nil,
|
|
774
|
-
proration_behavior: nil
|
|
775
|
-
billing_schedules: nil
|
|
775
|
+
proration_behavior: nil
|
|
776
776
|
)
|
|
777
777
|
@billing_behavior = billing_behavior
|
|
778
|
+
@billing_schedules = billing_schedules
|
|
778
779
|
@default_settings = default_settings
|
|
779
780
|
@end_behavior = end_behavior
|
|
780
781
|
@expand = expand
|
|
@@ -782,7 +783,6 @@ module Stripe
|
|
|
782
783
|
@phases = phases
|
|
783
784
|
@prebilling = prebilling
|
|
784
785
|
@proration_behavior = proration_behavior
|
|
785
|
-
@billing_schedules = billing_schedules
|
|
786
786
|
end
|
|
787
787
|
end
|
|
788
788
|
end
|
|
@@ -9,7 +9,7 @@ module Stripe
|
|
|
9
9
|
attr_accessor :limit
|
|
10
10
|
# A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
|
|
11
11
|
attr_accessor :page
|
|
12
|
-
# The search query string. See [search query language](https://stripe.com/
|
|
12
|
+
# The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for subscriptions](https://docs.stripe.com/search#query-fields-for-subscriptions).
|
|
13
13
|
attr_accessor :query
|
|
14
14
|
|
|
15
15
|
def initialize(expand: nil, limit: nil, page: nil, query: nil)
|