stripe 16.1.0.pre.beta.1 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +3 -35
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -236
- data/lib/stripe/object_types.rb +0 -58
- data/lib/stripe/params/account_create_params.rb +1 -300
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +0 -262
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -4
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_create_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_list_params.rb +0 -4
- data/lib/stripe/params/billing_portal/session_create_params.rb +0 -4
- data/lib/stripe/params/charge_capture_params.rb +0 -709
- data/lib/stripe/params/charge_update_params.rb +0 -709
- data/lib/stripe/params/checkout/session_create_params.rb +3 -193
- data/lib/stripe/params/checkout/session_list_params.rb +0 -4
- data/lib/stripe/params/checkout/session_update_params.rb +1 -288
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/credit_note_list_params.rb +0 -4
- data/lib/stripe/params/customer_session_create_params.rb +1 -4
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/account_list_params.rb +1 -4
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -34
- data/lib/stripe/params/identity/verification_session_create_params.rb +0 -4
- data/lib/stripe/params/identity/verification_session_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -46
- data/lib/stripe/params/invoice_create_params.rb +2 -112
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -826
- data/lib/stripe/params/invoice_item_create_params.rb +1 -37
- data/lib/stripe/params/invoice_item_list_params.rb +0 -4
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_payment_list_params.rb +1 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_update_params.rb +2 -108
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +0 -895
- data/lib/stripe/params/payment_intent_confirm_params.rb +18 -1384
- data/lib/stripe/params/payment_intent_create_params.rb +16 -1390
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -223
- data/lib/stripe/params/payment_intent_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_update_params.rb +4 -1409
- data/lib/stripe/params/payment_method_attach_params.rb +1 -4
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -126
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -126
- data/lib/stripe/params/payment_method_create_params.rb +0 -97
- data/lib/stripe/params/payment_method_update_params.rb +0 -19
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/promotion_code_create_params.rb +0 -4
- data/lib/stripe/params/promotion_code_list_params.rb +0 -4
- data/lib/stripe/params/quote_create_params.rb +3 -805
- data/lib/stripe/params/quote_list_params.rb +0 -8
- data/lib/stripe/params/quote_update_params.rb +4 -813
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -225
- data/lib/stripe/params/setup_intent_create_params.rb +3 -231
- data/lib/stripe/params/setup_intent_list_params.rb +0 -4
- data/lib/stripe/params/setup_intent_update_params.rb +3 -231
- data/lib/stripe/params/subscription_create_params.rb +5 -259
- data/lib/stripe/params/subscription_item_create_params.rb +2 -46
- data/lib/stripe/params/subscription_item_update_params.rb +1 -29
- data/lib/stripe/params/subscription_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -167
- data/lib/stripe/params/subscription_schedule_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -163
- data/lib/stripe/params/subscription_update_params.rb +4 -238
- data/lib/stripe/params/tax_id_create_params.rb +1 -4
- data/lib/stripe/params/tax_id_list_params.rb +1 -4
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params.rb +0 -169
- data/lib/stripe/request_options.rb +1 -3
- data/lib/stripe/resources/account.rb +1 -166
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_grant.rb +0 -2
- data/lib/stripe/resources/billing_portal/session.rb +0 -2
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +1 -234
- data/lib/stripe/resources/checkout/session.rb +4 -154
- data/lib/stripe/resources/confirmation_token.rb +0 -155
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note.rb +0 -2
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer.rb +0 -2
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +0 -2
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -27
- data/lib/stripe/resources/financial_connections/session.rb +1 -67
- data/lib/stripe/resources/identity/verification_session.rb +0 -2
- data/lib/stripe/resources/invoice.rb +1 -152
- data/lib/stripe/resources/invoice_item.rb +0 -4
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/invoice_payment.rb +0 -2
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -68
- data/lib/stripe/resources/mandate.rb +0 -71
- data/lib/stripe/resources/payment_intent.rb +4 -848
- data/lib/stripe/resources/payment_method.rb +0 -157
- data/lib/stripe/resources/payment_method_configuration.rb +0 -204
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/promotion_code.rb +0 -2
- data/lib/stripe/resources/quote.rb +2 -571
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -63
- data/lib/stripe/resources/setup_intent.rb +1 -132
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -232
- data/lib/stripe/resources/subscription_item.rb +1 -20
- data/lib/stripe/resources/subscription_schedule.rb +3 -198
- data/lib/stripe/resources/tax_id.rb +0 -4
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources.rb +0 -116
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -44
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services.rb +0 -61
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_object.rb +15 -9
- data/lib/stripe/util.rb +3 -9
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +98094 -162674
- metadata +5 -351
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -46
- 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/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -1124
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -1128
- data/lib/stripe/params/payment_attempt_record_list_params.rb +0 -19
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +0 -22
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +0 -93
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +0 -186
- data/lib/stripe/params/payment_record_report_payment_params.rb +0 -252
- data/lib/stripe/params/payment_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/association_find_params.rb +0 -18
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +0 -43
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/account_close_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_create_params.rb +0 -2217
- data/lib/stripe/params/v2/core/account_link_create_params.rb +0 -101
- data/lib/stripe/params/v2/core/account_list_params.rb +0 -20
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_update_params.rb +0 -2245
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +0 -493
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +0 -493
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -98
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -85
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -77
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -237
- 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/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/payment_attempt_record.rb +0 -2102
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -128
- data/lib/stripe/resources/payment_record.rb +0 -2208
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/tax/association.rb +0 -86
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -71
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/account.rb +0 -3851
- data/lib/stripe/resources/v2/core/account_link.rb +0 -123
- data/lib/stripe/resources/v2/core/account_person.rb +0 -477
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -47
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -217
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -109
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -28
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +0 -17
- data/lib/stripe/services/payment_record_service.rb +0 -89
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/tax/association_service.rb +0 -19
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -19
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -21
- data/lib/stripe/services/v2/core/account_service.rb +0 -76
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -67
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -74
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -68
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -59
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
@@ -145,44 +145,16 @@ module Stripe
|
|
145
145
|
class Phase < Stripe::RequestParams
|
146
146
|
class AddInvoiceItem < Stripe::RequestParams
|
147
147
|
class Discount < Stripe::RequestParams
|
148
|
-
class DiscountEnd < Stripe::RequestParams
|
149
|
-
class Duration < Stripe::RequestParams
|
150
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
151
|
-
attr_accessor :interval
|
152
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
153
|
-
attr_accessor :interval_count
|
154
|
-
|
155
|
-
def initialize(interval: nil, interval_count: nil)
|
156
|
-
@interval = interval
|
157
|
-
@interval_count = interval_count
|
158
|
-
end
|
159
|
-
end
|
160
|
-
# Time span for the redeemed discount.
|
161
|
-
attr_accessor :duration
|
162
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
163
|
-
attr_accessor :timestamp
|
164
|
-
# The type of calculation made to determine when the discount ends.
|
165
|
-
attr_accessor :type
|
166
|
-
|
167
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
168
|
-
@duration = duration
|
169
|
-
@timestamp = timestamp
|
170
|
-
@type = type
|
171
|
-
end
|
172
|
-
end
|
173
148
|
# ID of the coupon to create a new discount for.
|
174
149
|
attr_accessor :coupon
|
175
150
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
176
151
|
attr_accessor :discount
|
177
|
-
# Details to determine how long the discount should be applied for.
|
178
|
-
attr_accessor :discount_end
|
179
152
|
# ID of the promotion code to create a new discount for.
|
180
153
|
attr_accessor :promotion_code
|
181
154
|
|
182
|
-
def initialize(coupon: nil, discount: nil,
|
155
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
183
156
|
@coupon = coupon
|
184
157
|
@discount = discount
|
185
|
-
@discount_end = discount_end
|
186
158
|
@promotion_code = promotion_code
|
187
159
|
end
|
188
160
|
end
|
@@ -318,44 +290,16 @@ module Stripe
|
|
318
290
|
end
|
319
291
|
|
320
292
|
class Discount < Stripe::RequestParams
|
321
|
-
class DiscountEnd < Stripe::RequestParams
|
322
|
-
class Duration < Stripe::RequestParams
|
323
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
324
|
-
attr_accessor :interval
|
325
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
326
|
-
attr_accessor :interval_count
|
327
|
-
|
328
|
-
def initialize(interval: nil, interval_count: nil)
|
329
|
-
@interval = interval
|
330
|
-
@interval_count = interval_count
|
331
|
-
end
|
332
|
-
end
|
333
|
-
# Time span for the redeemed discount.
|
334
|
-
attr_accessor :duration
|
335
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
336
|
-
attr_accessor :timestamp
|
337
|
-
# The type of calculation made to determine when the discount ends.
|
338
|
-
attr_accessor :type
|
339
|
-
|
340
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
341
|
-
@duration = duration
|
342
|
-
@timestamp = timestamp
|
343
|
-
@type = type
|
344
|
-
end
|
345
|
-
end
|
346
293
|
# ID of the coupon to create a new discount for.
|
347
294
|
attr_accessor :coupon
|
348
295
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
349
296
|
attr_accessor :discount
|
350
|
-
# Details to determine how long the discount should be applied for.
|
351
|
-
attr_accessor :discount_end
|
352
297
|
# ID of the promotion code to create a new discount for.
|
353
298
|
attr_accessor :promotion_code
|
354
299
|
|
355
|
-
def initialize(coupon: nil, discount: nil,
|
300
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
356
301
|
@coupon = coupon
|
357
302
|
@discount = discount
|
358
|
-
@discount_end = discount_end
|
359
303
|
@promotion_code = promotion_code
|
360
304
|
end
|
361
305
|
end
|
@@ -409,44 +353,16 @@ module Stripe
|
|
409
353
|
end
|
410
354
|
|
411
355
|
class Discount < Stripe::RequestParams
|
412
|
-
class DiscountEnd < Stripe::RequestParams
|
413
|
-
class Duration < Stripe::RequestParams
|
414
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
415
|
-
attr_accessor :interval
|
416
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
417
|
-
attr_accessor :interval_count
|
418
|
-
|
419
|
-
def initialize(interval: nil, interval_count: nil)
|
420
|
-
@interval = interval
|
421
|
-
@interval_count = interval_count
|
422
|
-
end
|
423
|
-
end
|
424
|
-
# Time span for the redeemed discount.
|
425
|
-
attr_accessor :duration
|
426
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
427
|
-
attr_accessor :timestamp
|
428
|
-
# The type of calculation made to determine when the discount ends.
|
429
|
-
attr_accessor :type
|
430
|
-
|
431
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
432
|
-
@duration = duration
|
433
|
-
@timestamp = timestamp
|
434
|
-
@type = type
|
435
|
-
end
|
436
|
-
end
|
437
356
|
# ID of the coupon to create a new discount for.
|
438
357
|
attr_accessor :coupon
|
439
358
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
440
359
|
attr_accessor :discount
|
441
|
-
# Details to determine how long the discount should be applied for.
|
442
|
-
attr_accessor :discount_end
|
443
360
|
# ID of the promotion code to create a new discount for.
|
444
361
|
attr_accessor :promotion_code
|
445
362
|
|
446
|
-
def initialize(coupon: nil, discount: nil,
|
363
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
447
364
|
@coupon = coupon
|
448
365
|
@discount = discount
|
449
|
-
@discount_end = discount_end
|
450
366
|
@promotion_code = promotion_code
|
451
367
|
end
|
452
368
|
end
|
@@ -492,18 +408,6 @@ module Stripe
|
|
492
408
|
@unit_amount_decimal = unit_amount_decimal
|
493
409
|
end
|
494
410
|
end
|
495
|
-
|
496
|
-
class Trial < Stripe::RequestParams
|
497
|
-
# List of price IDs which, if present on the subscription following a paid trial, constitute opting-in to the paid trial. Currently only supports at most 1 price ID.
|
498
|
-
attr_accessor :converts_to
|
499
|
-
# Determines the type of trial for this item.
|
500
|
-
attr_accessor :type
|
501
|
-
|
502
|
-
def initialize(converts_to: nil, type: nil)
|
503
|
-
@converts_to = converts_to
|
504
|
-
@type = type
|
505
|
-
end
|
506
|
-
end
|
507
411
|
# 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.
|
508
412
|
attr_accessor :billing_thresholds
|
509
413
|
# The coupons to redeem into discounts for the subscription item.
|
@@ -520,8 +424,6 @@ module Stripe
|
|
520
424
|
attr_accessor :quantity
|
521
425
|
# A list of [Tax Rate](https://stripe.com/docs/api/tax_rates) ids. These Tax Rates will override the [`default_tax_rates`](https://stripe.com/docs/api/subscriptions/create#create_subscription-default_tax_rates) on the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
|
522
426
|
attr_accessor :tax_rates
|
523
|
-
# Options that configure the trial on the subscription item.
|
524
|
-
attr_accessor :trial
|
525
427
|
|
526
428
|
def initialize(
|
527
429
|
billing_thresholds: nil,
|
@@ -531,8 +433,7 @@ module Stripe
|
|
531
433
|
price: nil,
|
532
434
|
price_data: nil,
|
533
435
|
quantity: nil,
|
534
|
-
tax_rates: nil
|
535
|
-
trial: nil
|
436
|
+
tax_rates: nil
|
536
437
|
)
|
537
438
|
@billing_thresholds = billing_thresholds
|
538
439
|
@discounts = discounts
|
@@ -542,16 +443,6 @@ module Stripe
|
|
542
443
|
@price_data = price_data
|
543
444
|
@quantity = quantity
|
544
445
|
@tax_rates = tax_rates
|
545
|
-
@trial = trial
|
546
|
-
end
|
547
|
-
end
|
548
|
-
|
549
|
-
class PauseCollection < Stripe::RequestParams
|
550
|
-
# The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.
|
551
|
-
attr_accessor :behavior
|
552
|
-
|
553
|
-
def initialize(behavior: nil)
|
554
|
-
@behavior = behavior
|
555
446
|
end
|
556
447
|
end
|
557
448
|
|
@@ -566,23 +457,6 @@ module Stripe
|
|
566
457
|
@destination = destination
|
567
458
|
end
|
568
459
|
end
|
569
|
-
|
570
|
-
class TrialSettings < Stripe::RequestParams
|
571
|
-
class EndBehavior < Stripe::RequestParams
|
572
|
-
# Configure how an opt-in following a paid trial is billed when using `billing_behavior: prorate_up_front`.
|
573
|
-
attr_accessor :prorate_up_front
|
574
|
-
|
575
|
-
def initialize(prorate_up_front: nil)
|
576
|
-
@prorate_up_front = prorate_up_front
|
577
|
-
end
|
578
|
-
end
|
579
|
-
# Defines how the subscription should behave when a trial ends.
|
580
|
-
attr_accessor :end_behavior
|
581
|
-
|
582
|
-
def initialize(end_behavior: nil)
|
583
|
-
@end_behavior = end_behavior
|
584
|
-
end
|
585
|
-
end
|
586
460
|
# A list of prices and quantities that will generate invoice items appended to the next invoice for this phase. You may pass up to 20 items.
|
587
461
|
attr_accessor :add_invoice_items
|
588
462
|
# A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).
|
@@ -617,20 +491,14 @@ module Stripe
|
|
617
491
|
attr_accessor :metadata
|
618
492
|
# The account on behalf of which to charge, for each of the associated subscription's invoices.
|
619
493
|
attr_accessor :on_behalf_of
|
620
|
-
# 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/docs/billing/subscriptions/pause-payment).
|
621
|
-
attr_accessor :pause_collection
|
622
494
|
# Controls whether the subscription schedule should create [prorations](https://stripe.com/docs/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://stripe.com/docs/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.
|
623
495
|
attr_accessor :proration_behavior
|
624
496
|
# The data with which to automatically create a Transfer for each of the associated subscription's invoices.
|
625
497
|
attr_accessor :transfer_data
|
626
498
|
# If set to true the entire phase is counted as a trial and the customer will not be charged for any fees.
|
627
499
|
attr_accessor :trial
|
628
|
-
# Specify trial behavior when crossing phase boundaries
|
629
|
-
attr_accessor :trial_continuation
|
630
500
|
# Sets the phase to trialing from the start date to this date. Must be before the phase end date, can not be combined with `trial`
|
631
501
|
attr_accessor :trial_end
|
632
|
-
# Settings related to subscription trials.
|
633
|
-
attr_accessor :trial_settings
|
634
502
|
|
635
503
|
def initialize(
|
636
504
|
add_invoice_items: nil,
|
@@ -650,13 +518,10 @@ module Stripe
|
|
650
518
|
items: nil,
|
651
519
|
metadata: nil,
|
652
520
|
on_behalf_of: nil,
|
653
|
-
pause_collection: nil,
|
654
521
|
proration_behavior: nil,
|
655
522
|
transfer_data: nil,
|
656
523
|
trial: nil,
|
657
|
-
|
658
|
-
trial_end: nil,
|
659
|
-
trial_settings: nil
|
524
|
+
trial_end: nil
|
660
525
|
)
|
661
526
|
@add_invoice_items = add_invoice_items
|
662
527
|
@application_fee_percent = application_fee_percent
|
@@ -675,35 +540,16 @@ module Stripe
|
|
675
540
|
@items = items
|
676
541
|
@metadata = metadata
|
677
542
|
@on_behalf_of = on_behalf_of
|
678
|
-
@pause_collection = pause_collection
|
679
543
|
@proration_behavior = proration_behavior
|
680
544
|
@transfer_data = transfer_data
|
681
545
|
@trial = trial
|
682
|
-
@trial_continuation = trial_continuation
|
683
546
|
@trial_end = trial_end
|
684
|
-
@trial_settings = trial_settings
|
685
|
-
end
|
686
|
-
end
|
687
|
-
|
688
|
-
class Prebilling < Stripe::RequestParams
|
689
|
-
# This is used to determine the number of billing cycles to prebill.
|
690
|
-
attr_accessor :iterations
|
691
|
-
# Whether to cancel or preserve `prebilling` if the subscription is updated during the prebilled period. The default value is `reset`.
|
692
|
-
attr_accessor :update_behavior
|
693
|
-
|
694
|
-
def initialize(iterations: nil, update_behavior: nil)
|
695
|
-
@iterations = iterations
|
696
|
-
@update_behavior = update_behavior
|
697
547
|
end
|
698
548
|
end
|
699
|
-
# 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.
|
700
|
-
attr_accessor :billing_behavior
|
701
549
|
# Controls how prorations and invoices for subscriptions are calculated and orchestrated.
|
702
550
|
attr_accessor :billing_mode
|
703
551
|
# The identifier of the customer to create the subscription schedule for.
|
704
552
|
attr_accessor :customer
|
705
|
-
# The identifier of the account to create the subscription schedule for.
|
706
|
-
attr_accessor :customer_account
|
707
553
|
# Object representing the subscription schedule's default settings.
|
708
554
|
attr_accessor :default_settings
|
709
555
|
# 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.
|
@@ -716,36 +562,28 @@ module Stripe
|
|
716
562
|
attr_accessor :metadata
|
717
563
|
# 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.
|
718
564
|
attr_accessor :phases
|
719
|
-
# If specified, the invoicing for the given billing cycle iterations will be processed now.
|
720
|
-
attr_accessor :prebilling
|
721
565
|
# 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.
|
722
566
|
attr_accessor :start_date
|
723
567
|
|
724
568
|
def initialize(
|
725
|
-
billing_behavior: nil,
|
726
569
|
billing_mode: nil,
|
727
570
|
customer: nil,
|
728
|
-
customer_account: nil,
|
729
571
|
default_settings: nil,
|
730
572
|
end_behavior: nil,
|
731
573
|
expand: nil,
|
732
574
|
from_subscription: nil,
|
733
575
|
metadata: nil,
|
734
576
|
phases: nil,
|
735
|
-
prebilling: nil,
|
736
577
|
start_date: nil
|
737
578
|
)
|
738
|
-
@billing_behavior = billing_behavior
|
739
579
|
@billing_mode = billing_mode
|
740
580
|
@customer = customer
|
741
|
-
@customer_account = customer_account
|
742
581
|
@default_settings = default_settings
|
743
582
|
@end_behavior = end_behavior
|
744
583
|
@expand = expand
|
745
584
|
@from_subscription = from_subscription
|
746
585
|
@metadata = metadata
|
747
586
|
@phases = phases
|
748
|
-
@prebilling = prebilling
|
749
587
|
@start_date = start_date
|
750
588
|
end
|
751
589
|
end
|
@@ -82,8 +82,6 @@ module Stripe
|
|
82
82
|
attr_accessor :created
|
83
83
|
# Only return subscription schedules for the given customer.
|
84
84
|
attr_accessor :customer
|
85
|
-
# Only return subscription schedules for the given account.
|
86
|
-
attr_accessor :customer_account
|
87
85
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
88
86
|
attr_accessor :ending_before
|
89
87
|
# Specifies which fields in the response should be expanded.
|
@@ -102,7 +100,6 @@ module Stripe
|
|
102
100
|
completed_at: nil,
|
103
101
|
created: nil,
|
104
102
|
customer: nil,
|
105
|
-
customer_account: nil,
|
106
103
|
ending_before: nil,
|
107
104
|
expand: nil,
|
108
105
|
limit: nil,
|
@@ -114,7 +111,6 @@ module Stripe
|
|
114
111
|
@completed_at = completed_at
|
115
112
|
@created = created
|
116
113
|
@customer = customer
|
117
|
-
@customer_account = customer_account
|
118
114
|
@ending_before = ending_before
|
119
115
|
@expand = expand
|
120
116
|
@limit = limit
|
@@ -125,44 +125,16 @@ module Stripe
|
|
125
125
|
class Phase < Stripe::RequestParams
|
126
126
|
class AddInvoiceItem < Stripe::RequestParams
|
127
127
|
class Discount < Stripe::RequestParams
|
128
|
-
class DiscountEnd < Stripe::RequestParams
|
129
|
-
class Duration < Stripe::RequestParams
|
130
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
131
|
-
attr_accessor :interval
|
132
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
133
|
-
attr_accessor :interval_count
|
134
|
-
|
135
|
-
def initialize(interval: nil, interval_count: nil)
|
136
|
-
@interval = interval
|
137
|
-
@interval_count = interval_count
|
138
|
-
end
|
139
|
-
end
|
140
|
-
# Time span for the redeemed discount.
|
141
|
-
attr_accessor :duration
|
142
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
143
|
-
attr_accessor :timestamp
|
144
|
-
# The type of calculation made to determine when the discount ends.
|
145
|
-
attr_accessor :type
|
146
|
-
|
147
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
148
|
-
@duration = duration
|
149
|
-
@timestamp = timestamp
|
150
|
-
@type = type
|
151
|
-
end
|
152
|
-
end
|
153
128
|
# ID of the coupon to create a new discount for.
|
154
129
|
attr_accessor :coupon
|
155
130
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
156
131
|
attr_accessor :discount
|
157
|
-
# Details to determine how long the discount should be applied for.
|
158
|
-
attr_accessor :discount_end
|
159
132
|
# ID of the promotion code to create a new discount for.
|
160
133
|
attr_accessor :promotion_code
|
161
134
|
|
162
|
-
def initialize(coupon: nil, discount: nil,
|
135
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
163
136
|
@coupon = coupon
|
164
137
|
@discount = discount
|
165
|
-
@discount_end = discount_end
|
166
138
|
@promotion_code = promotion_code
|
167
139
|
end
|
168
140
|
end
|
@@ -298,44 +270,16 @@ module Stripe
|
|
298
270
|
end
|
299
271
|
|
300
272
|
class Discount < Stripe::RequestParams
|
301
|
-
class DiscountEnd < Stripe::RequestParams
|
302
|
-
class Duration < Stripe::RequestParams
|
303
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
304
|
-
attr_accessor :interval
|
305
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
306
|
-
attr_accessor :interval_count
|
307
|
-
|
308
|
-
def initialize(interval: nil, interval_count: nil)
|
309
|
-
@interval = interval
|
310
|
-
@interval_count = interval_count
|
311
|
-
end
|
312
|
-
end
|
313
|
-
# Time span for the redeemed discount.
|
314
|
-
attr_accessor :duration
|
315
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
316
|
-
attr_accessor :timestamp
|
317
|
-
# The type of calculation made to determine when the discount ends.
|
318
|
-
attr_accessor :type
|
319
|
-
|
320
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
321
|
-
@duration = duration
|
322
|
-
@timestamp = timestamp
|
323
|
-
@type = type
|
324
|
-
end
|
325
|
-
end
|
326
273
|
# ID of the coupon to create a new discount for.
|
327
274
|
attr_accessor :coupon
|
328
275
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
329
276
|
attr_accessor :discount
|
330
|
-
# Details to determine how long the discount should be applied for.
|
331
|
-
attr_accessor :discount_end
|
332
277
|
# ID of the promotion code to create a new discount for.
|
333
278
|
attr_accessor :promotion_code
|
334
279
|
|
335
|
-
def initialize(coupon: nil, discount: nil,
|
280
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
336
281
|
@coupon = coupon
|
337
282
|
@discount = discount
|
338
|
-
@discount_end = discount_end
|
339
283
|
@promotion_code = promotion_code
|
340
284
|
end
|
341
285
|
end
|
@@ -389,44 +333,16 @@ module Stripe
|
|
389
333
|
end
|
390
334
|
|
391
335
|
class Discount < Stripe::RequestParams
|
392
|
-
class DiscountEnd < Stripe::RequestParams
|
393
|
-
class Duration < Stripe::RequestParams
|
394
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
395
|
-
attr_accessor :interval
|
396
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
397
|
-
attr_accessor :interval_count
|
398
|
-
|
399
|
-
def initialize(interval: nil, interval_count: nil)
|
400
|
-
@interval = interval
|
401
|
-
@interval_count = interval_count
|
402
|
-
end
|
403
|
-
end
|
404
|
-
# Time span for the redeemed discount.
|
405
|
-
attr_accessor :duration
|
406
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
407
|
-
attr_accessor :timestamp
|
408
|
-
# The type of calculation made to determine when the discount ends.
|
409
|
-
attr_accessor :type
|
410
|
-
|
411
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
412
|
-
@duration = duration
|
413
|
-
@timestamp = timestamp
|
414
|
-
@type = type
|
415
|
-
end
|
416
|
-
end
|
417
336
|
# ID of the coupon to create a new discount for.
|
418
337
|
attr_accessor :coupon
|
419
338
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
420
339
|
attr_accessor :discount
|
421
|
-
# Details to determine how long the discount should be applied for.
|
422
|
-
attr_accessor :discount_end
|
423
340
|
# ID of the promotion code to create a new discount for.
|
424
341
|
attr_accessor :promotion_code
|
425
342
|
|
426
|
-
def initialize(coupon: nil, discount: nil,
|
343
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
427
344
|
@coupon = coupon
|
428
345
|
@discount = discount
|
429
|
-
@discount_end = discount_end
|
430
346
|
@promotion_code = promotion_code
|
431
347
|
end
|
432
348
|
end
|
@@ -472,18 +388,6 @@ module Stripe
|
|
472
388
|
@unit_amount_decimal = unit_amount_decimal
|
473
389
|
end
|
474
390
|
end
|
475
|
-
|
476
|
-
class Trial < Stripe::RequestParams
|
477
|
-
# List of price IDs which, if present on the subscription following a paid trial, constitute opting-in to the paid trial. Currently only supports at most 1 price ID.
|
478
|
-
attr_accessor :converts_to
|
479
|
-
# Determines the type of trial for this item.
|
480
|
-
attr_accessor :type
|
481
|
-
|
482
|
-
def initialize(converts_to: nil, type: nil)
|
483
|
-
@converts_to = converts_to
|
484
|
-
@type = type
|
485
|
-
end
|
486
|
-
end
|
487
391
|
# 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.
|
488
392
|
attr_accessor :billing_thresholds
|
489
393
|
# The coupons to redeem into discounts for the subscription item.
|
@@ -500,8 +404,6 @@ module Stripe
|
|
500
404
|
attr_accessor :quantity
|
501
405
|
# A list of [Tax Rate](https://stripe.com/docs/api/tax_rates) ids. These Tax Rates will override the [`default_tax_rates`](https://stripe.com/docs/api/subscriptions/create#create_subscription-default_tax_rates) on the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
|
502
406
|
attr_accessor :tax_rates
|
503
|
-
# Options that configure the trial on the subscription item.
|
504
|
-
attr_accessor :trial
|
505
407
|
|
506
408
|
def initialize(
|
507
409
|
billing_thresholds: nil,
|
@@ -511,8 +413,7 @@ module Stripe
|
|
511
413
|
price: nil,
|
512
414
|
price_data: nil,
|
513
415
|
quantity: nil,
|
514
|
-
tax_rates: nil
|
515
|
-
trial: nil
|
416
|
+
tax_rates: nil
|
516
417
|
)
|
517
418
|
@billing_thresholds = billing_thresholds
|
518
419
|
@discounts = discounts
|
@@ -522,16 +423,6 @@ module Stripe
|
|
522
423
|
@price_data = price_data
|
523
424
|
@quantity = quantity
|
524
425
|
@tax_rates = tax_rates
|
525
|
-
@trial = trial
|
526
|
-
end
|
527
|
-
end
|
528
|
-
|
529
|
-
class PauseCollection < Stripe::RequestParams
|
530
|
-
# The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.
|
531
|
-
attr_accessor :behavior
|
532
|
-
|
533
|
-
def initialize(behavior: nil)
|
534
|
-
@behavior = behavior
|
535
426
|
end
|
536
427
|
end
|
537
428
|
|
@@ -546,23 +437,6 @@ module Stripe
|
|
546
437
|
@destination = destination
|
547
438
|
end
|
548
439
|
end
|
549
|
-
|
550
|
-
class TrialSettings < Stripe::RequestParams
|
551
|
-
class EndBehavior < Stripe::RequestParams
|
552
|
-
# Configure how an opt-in following a paid trial is billed when using `billing_behavior: prorate_up_front`.
|
553
|
-
attr_accessor :prorate_up_front
|
554
|
-
|
555
|
-
def initialize(prorate_up_front: nil)
|
556
|
-
@prorate_up_front = prorate_up_front
|
557
|
-
end
|
558
|
-
end
|
559
|
-
# Defines how the subscription should behave when a trial ends.
|
560
|
-
attr_accessor :end_behavior
|
561
|
-
|
562
|
-
def initialize(end_behavior: nil)
|
563
|
-
@end_behavior = end_behavior
|
564
|
-
end
|
565
|
-
end
|
566
440
|
# A list of prices and quantities that will generate invoice items appended to the next invoice for this phase. You may pass up to 20 items.
|
567
441
|
attr_accessor :add_invoice_items
|
568
442
|
# A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).
|
@@ -597,8 +471,6 @@ module Stripe
|
|
597
471
|
attr_accessor :metadata
|
598
472
|
# The account on behalf of which to charge, for each of the associated subscription's invoices.
|
599
473
|
attr_accessor :on_behalf_of
|
600
|
-
# 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/docs/billing/subscriptions/pause-payment).
|
601
|
-
attr_accessor :pause_collection
|
602
474
|
# Controls whether the subscription schedule should create [prorations](https://stripe.com/docs/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://stripe.com/docs/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.
|
603
475
|
attr_accessor :proration_behavior
|
604
476
|
# The date at which this phase of the subscription schedule starts or `now`. Must be set on the first phase.
|
@@ -607,12 +479,8 @@ module Stripe
|
|
607
479
|
attr_accessor :transfer_data
|
608
480
|
# If set to true the entire phase is counted as a trial and the customer will not be charged for any fees.
|
609
481
|
attr_accessor :trial
|
610
|
-
# Specify trial behavior when crossing phase boundaries
|
611
|
-
attr_accessor :trial_continuation
|
612
482
|
# Sets the phase to trialing from the start date to this date. Must be before the phase end date, can not be combined with `trial`
|
613
483
|
attr_accessor :trial_end
|
614
|
-
# Settings related to subscription trials.
|
615
|
-
attr_accessor :trial_settings
|
616
484
|
|
617
485
|
def initialize(
|
618
486
|
add_invoice_items: nil,
|
@@ -632,14 +500,11 @@ module Stripe
|
|
632
500
|
items: nil,
|
633
501
|
metadata: nil,
|
634
502
|
on_behalf_of: nil,
|
635
|
-
pause_collection: nil,
|
636
503
|
proration_behavior: nil,
|
637
504
|
start_date: nil,
|
638
505
|
transfer_data: nil,
|
639
506
|
trial: nil,
|
640
|
-
|
641
|
-
trial_end: nil,
|
642
|
-
trial_settings: nil
|
507
|
+
trial_end: nil
|
643
508
|
)
|
644
509
|
@add_invoice_items = add_invoice_items
|
645
510
|
@application_fee_percent = application_fee_percent
|
@@ -658,30 +523,13 @@ module Stripe
|
|
658
523
|
@items = items
|
659
524
|
@metadata = metadata
|
660
525
|
@on_behalf_of = on_behalf_of
|
661
|
-
@pause_collection = pause_collection
|
662
526
|
@proration_behavior = proration_behavior
|
663
527
|
@start_date = start_date
|
664
528
|
@transfer_data = transfer_data
|
665
529
|
@trial = trial
|
666
|
-
@trial_continuation = trial_continuation
|
667
530
|
@trial_end = trial_end
|
668
|
-
@trial_settings = trial_settings
|
669
|
-
end
|
670
|
-
end
|
671
|
-
|
672
|
-
class Prebilling < Stripe::RequestParams
|
673
|
-
# This is used to determine the number of billing cycles to prebill.
|
674
|
-
attr_accessor :iterations
|
675
|
-
# Whether to cancel or preserve `prebilling` if the subscription is updated during the prebilled period. The default value is `reset`.
|
676
|
-
attr_accessor :update_behavior
|
677
|
-
|
678
|
-
def initialize(iterations: nil, update_behavior: nil)
|
679
|
-
@iterations = iterations
|
680
|
-
@update_behavior = update_behavior
|
681
531
|
end
|
682
532
|
end
|
683
|
-
# 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.
|
684
|
-
attr_accessor :billing_behavior
|
685
533
|
# Object representing the subscription schedule's default settings.
|
686
534
|
attr_accessor :default_settings
|
687
535
|
# 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.
|
@@ -692,28 +540,22 @@ module Stripe
|
|
692
540
|
attr_accessor :metadata
|
693
541
|
# 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.
|
694
542
|
attr_accessor :phases
|
695
|
-
# If specified, the invoicing for the given billing cycle iterations will be processed now.
|
696
|
-
attr_accessor :prebilling
|
697
543
|
# 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`.
|
698
544
|
attr_accessor :proration_behavior
|
699
545
|
|
700
546
|
def initialize(
|
701
|
-
billing_behavior: nil,
|
702
547
|
default_settings: nil,
|
703
548
|
end_behavior: nil,
|
704
549
|
expand: nil,
|
705
550
|
metadata: nil,
|
706
551
|
phases: nil,
|
707
|
-
prebilling: nil,
|
708
552
|
proration_behavior: nil
|
709
553
|
)
|
710
|
-
@billing_behavior = billing_behavior
|
711
554
|
@default_settings = default_settings
|
712
555
|
@end_behavior = end_behavior
|
713
556
|
@expand = expand
|
714
557
|
@metadata = metadata
|
715
558
|
@phases = phases
|
716
|
-
@prebilling = prebilling
|
717
559
|
@proration_behavior = proration_behavior
|
718
560
|
end
|
719
561
|
end
|