stripe 17.3.0.pre.alpha.2 → 18.1.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/event_types.rb +0 -841
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +21 -9
- data/lib/stripe/object_types.rb +2 -30
- data/lib/stripe/params/account_create_params.rb +19 -34
- data/lib/stripe/params/account_person_create_params.rb +1 -33
- data/lib/stripe/params/account_person_update_params.rb +1 -33
- data/lib/stripe/params/account_update_params.rb +19 -34
- data/lib/stripe/params/billing/alert_create_params.rb +1 -121
- data/lib/stripe/params/billing/alert_list_params.rb +0 -4
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +3 -7
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
- data/lib/stripe/params/billing/meter_create_params.rb +0 -4
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
- data/lib/stripe/params/charge_capture_params.rb +941 -2
- data/lib/stripe/params/charge_update_params.rb +941 -2
- data/lib/stripe/params/checkout/session_create_params.rb +4 -83
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +21 -1
- data/lib/stripe/params/customer_session_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_create_preview_params.rb +1 -57
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_payment_list_params.rb +22 -0
- data/lib/stripe/params/issuing/authorization_create_params.rb +16 -1
- data/lib/stripe/params/order_create_params.rb +938 -1
- data/lib/stripe/params/order_update_params.rb +938 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +962 -13
- data/lib/stripe/params/payment_intent_confirm_params.rb +1913 -53
- data/lib/stripe/params/payment_intent_create_params.rb +1913 -53
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +29 -13
- data/lib/stripe/params/payment_intent_update_params.rb +1913 -53
- data/lib/stripe/params/payment_method_list_params.rb +8 -0
- data/lib/stripe/params/quote_create_params.rb +2 -210
- data/lib/stripe/params/quote_update_params.rb +2 -210
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -32
- data/lib/stripe/params/setup_intent_create_params.rb +3 -32
- data/lib/stripe/params/setup_intent_update_params.rb +4 -33
- data/lib/stripe/params/subscription_schedule_create_params.rb +2 -62
- data/lib/stripe/params/subscription_schedule_update_params.rb +2 -62
- data/lib/stripe/params/tax/registration_create_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +9 -9
- data/lib/stripe/params/terminal/configuration_update_params.rb +9 -9
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +16 -1
- data/lib/stripe/params/token_create_params.rb +2 -66
- data/lib/stripe/params/transfer_create_params.rb +1 -5
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -8
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -4
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +1 -4
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +2 -2
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +2 -2
- data/lib/stripe/params/v2/core/account_create_params.rb +97 -699
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1001 -0
- data/lib/stripe/params/v2/core/{claimable_sandbox_retrieve_params.rb → account_token_retrieve_params.rb} +1 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +98 -686
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +4 -0
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +487 -0
- data/lib/stripe/params/v2/{billing/rate_cards/version_retrieve_params.rb → core/accounts/person_token_retrieve_params.rb} +3 -3
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +4 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +21 -21
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -12
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -4
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +1 -19
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -4
- data/lib/stripe/params.rb +4 -93
- data/lib/stripe/resources/account.rb +19 -1
- data/lib/stripe/resources/application_fee.rb +0 -2
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/bank_account.rb +2 -2
- data/lib/stripe/resources/billing/alert.rb +1 -105
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -2
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
- data/lib/stripe/resources/billing/credit_grant.rb +2 -58
- data/lib/stripe/resources/billing/meter.rb +0 -2
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/billing_portal/configuration.rb +2 -0
- data/lib/stripe/resources/capital/financing_offer.rb +6 -47
- data/lib/stripe/resources/capital/financing_summary.rb +7 -7
- data/lib/stripe/resources/card.rb +1 -18
- data/lib/stripe/resources/charge.rb +3 -19
- data/lib/stripe/resources/checkout/session.rb +3 -95
- data/lib/stripe/resources/confirmation_token.rb +1 -19
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/financial_connections/account.rb +22 -0
- data/lib/stripe/resources/identity/verification_report.rb +0 -4
- data/lib/stripe/resources/invoice.rb +1 -17
- data/lib/stripe/resources/invoice_item.rb +2 -106
- data/lib/stripe/resources/invoice_line_item.rb +1 -107
- data/lib/stripe/resources/issuing/card.rb +18 -0
- data/lib/stripe/resources/mandate.rb +3 -3
- data/lib/stripe/resources/payment_attempt_record.rb +8 -6
- data/lib/stripe/resources/payment_intent.rb +22 -54
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +13 -7
- data/lib/stripe/resources/payment_method.rb +1 -39
- data/lib/stripe/resources/payment_record.rb +8 -6
- data/lib/stripe/resources/person.rb +0 -36
- data/lib/stripe/resources/quote.rb +1 -348
- data/lib/stripe/resources/quote_preview_invoice.rb +1 -17
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -174
- data/lib/stripe/resources/refund.rb +31 -0
- data/lib/stripe/resources/setup_attempt.rb +1 -1
- data/lib/stripe/resources/setup_intent.rb +3 -43
- data/lib/stripe/resources/subscription.rb +3 -106
- data/lib/stripe/resources/subscription_schedule.rb +0 -174
- data/lib/stripe/resources/transfer.rb +0 -4
- data/lib/stripe/resources/v2/billing/cadence.rb +2 -48
- data/lib/stripe/resources/v2/billing/collection_setting.rb +2 -2
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +2 -2
- data/lib/stripe/resources/v2/billing/meter_event.rb +2 -1
- data/lib/stripe/resources/v2/core/account.rb +295 -1053
- data/lib/stripe/resources/v2/core/account_person_token.rb +37 -0
- data/lib/stripe/resources/v2/core/account_token.rb +37 -0
- data/lib/stripe/resources/v2/core/event.rb +0 -2
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -2
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -2
- data/lib/stripe/resources/v2/money_management/payout_method.rb +1 -29
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -2
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -4
- data/lib/stripe/resources.rb +2 -288
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -2
- data/lib/stripe/services/payment_method_service.rb +0 -11
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -2
- data/lib/stripe/services/v2/billing_service.rb +1 -14
- data/lib/stripe/services/v2/core/account_service.rb +2 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +32 -0
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +34 -0
- data/lib/stripe/services/v2/core_service.rb +2 -2
- data/lib/stripe/services/v2/money_management_service.rb +1 -3
- data/lib/stripe/services/v2/test_helper_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +2 -32
- data/lib/stripe/util.rb +2 -5
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +20644 -16929
- metadata +10 -415
- data/lib/stripe/events/v1_account_updated_event.rb +0 -44
- data/lib/stripe/events/v1_application_fee_created_event.rb +0 -44
- data/lib/stripe/events/v1_application_fee_refunded_event.rb +0 -44
- data/lib/stripe/events/v1_billing_portal_configuration_created_event.rb +0 -44
- data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +0 -44
- data/lib/stripe/events/v1_capability_updated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_captured_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_closed_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_created_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +0 -44
- data/lib/stripe/events/v1_charge_dispute_updated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_expired_event.rb +0 -44
- data/lib/stripe/events/v1_charge_failed_event.rb +0 -44
- data/lib/stripe/events/v1_charge_pending_event.rb +0 -44
- data/lib/stripe/events/v1_charge_refund_updated_event.rb +0 -44
- data/lib/stripe/events/v1_charge_refunded_event.rb +0 -44
- data/lib/stripe/events/v1_charge_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_charge_updated_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_completed_event.rb +0 -44
- data/lib/stripe/events/v1_checkout_session_expired_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_created_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_delayed_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_delivered_event.rb +0 -44
- data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +0 -44
- data/lib/stripe/events/v1_climate_product_created_event.rb +0 -44
- data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +0 -44
- data/lib/stripe/events/v1_coupon_created_event.rb +0 -44
- data/lib/stripe/events/v1_coupon_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_coupon_updated_event.rb +0 -44
- data/lib/stripe/events/v1_credit_note_created_event.rb +0 -44
- data/lib/stripe/events/v1_credit_note_updated_event.rb +0 -44
- data/lib/stripe/events/v1_credit_note_voided_event.rb +0 -44
- data/lib/stripe/events/v1_customer_created_event.rb +0 -44
- data/lib/stripe/events/v1_customer_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_created_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_paused_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +0 -44
- data/lib/stripe/events/v1_customer_subscription_updated_event.rb +0 -44
- data/lib/stripe/events/v1_customer_tax_id_created_event.rb +0 -44
- data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +0 -44
- data/lib/stripe/events/v1_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v1_file_created_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_created_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +0 -44
- data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_created_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +0 -44
- data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_created_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_finalized_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_overdue_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_overpaid_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_paid_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_paid_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_sent_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_upcoming_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_updated_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_voided_event.rb +0 -44
- data/lib/stripe/events/v1_invoice_will_be_due_event.rb +0 -44
- data/lib/stripe/events/v1_invoiceitem_created_event.rb +0 -44
- data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_authorization_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_authorization_request_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_card_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_card_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_token_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_token_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_transaction_created_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +0 -44
- data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v1_mandate_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_created_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_processing_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +0 -44
- data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_payment_link_created_event.rb +0 -44
- data/lib/stripe/events/v1_payment_link_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_attached_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_detached_event.rb +0 -44
- data/lib/stripe/events/v1_payment_method_updated_event.rb +0 -44
- data/lib/stripe/events/v1_payout_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_payout_created_event.rb +0 -44
- data/lib/stripe/events/v1_payout_failed_event.rb +0 -44
- data/lib/stripe/events/v1_payout_paid_event.rb +0 -44
- data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +0 -44
- data/lib/stripe/events/v1_payout_updated_event.rb +0 -44
- data/lib/stripe/events/v1_person_created_event.rb +0 -44
- data/lib/stripe/events/v1_person_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_person_updated_event.rb +0 -44
- data/lib/stripe/events/v1_plan_created_event.rb +0 -44
- data/lib/stripe/events/v1_plan_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v1_price_created_event.rb +0 -44
- data/lib/stripe/events/v1_price_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_price_updated_event.rb +0 -44
- data/lib/stripe/events/v1_product_created_event.rb +0 -44
- data/lib/stripe/events/v1_product_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_product_updated_event.rb +0 -44
- data/lib/stripe/events/v1_promotion_code_created_event.rb +0 -44
- data/lib/stripe/events/v1_promotion_code_updated_event.rb +0 -44
- data/lib/stripe/events/v1_quote_accepted_event.rb +0 -44
- data/lib/stripe/events/v1_quote_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_quote_created_event.rb +0 -44
- data/lib/stripe/events/v1_quote_finalized_event.rb +0 -44
- data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +0 -44
- data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +0 -44
- data/lib/stripe/events/v1_refund_created_event.rb +0 -44
- data/lib/stripe/events/v1_refund_failed_event.rb +0 -44
- data/lib/stripe/events/v1_refund_updated_event.rb +0 -44
- data/lib/stripe/events/v1_review_closed_event.rb +0 -44
- data/lib/stripe/events/v1_review_opened_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_created_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +0 -44
- data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v1_source_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_source_chargeable_event.rb +0 -44
- data/lib/stripe/events/v1_source_failed_event.rb +0 -44
- data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_created_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_released_event.rb +0 -44
- data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +0 -44
- data/lib/stripe/events/v1_tax_rate_created_event.rb +0 -44
- data/lib/stripe/events/v1_tax_rate_updated_event.rb +0 -44
- data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +0 -44
- data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +0 -44
- data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +0 -44
- data/lib/stripe/events/v1_topup_canceled_event.rb +0 -44
- data/lib/stripe/events/v1_topup_created_event.rb +0 -44
- data/lib/stripe/events/v1_topup_failed_event.rb +0 -44
- data/lib/stripe/events/v1_topup_reversed_event.rb +0 -44
- data/lib/stripe/events/v1_topup_succeeded_event.rb +0 -44
- data/lib/stripe/events/v1_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v1_transfer_reversed_event.rb +0 -44
- data/lib/stripe/events/v1_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_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/events/v2_reporting_report_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
- data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_list_params.rb +0 -24
- data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
- data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
- data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -254
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
- data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -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/reporting/report_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -420
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/issuing/program.rb +0 -69
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- data/lib/stripe/resources/transit_balance.rb +0 -45
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
- data/lib/stripe/resources/v2/billing/intent.rb +0 -86
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -244
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
- data/lib/stripe/services/delegated_checkout_service.rb +0 -13
- data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
- data/lib/stripe/services/issuing/program_service.rb +0 -52
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
- data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
|
@@ -3,8 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class PaymentMethodListParams < ::Stripe::RequestParams
|
|
6
|
+
# This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow.
|
|
7
|
+
attr_accessor :allow_redisplay
|
|
6
8
|
# The ID of the customer whose PaymentMethods will be retrieved.
|
|
7
9
|
attr_accessor :customer
|
|
10
|
+
# The ID of the Account whose PaymentMethods will be retrieved.
|
|
11
|
+
attr_accessor :customer_account
|
|
8
12
|
# 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.
|
|
9
13
|
attr_accessor :ending_before
|
|
10
14
|
# Specifies which fields in the response should be expanded.
|
|
@@ -17,14 +21,18 @@ module Stripe
|
|
|
17
21
|
attr_accessor :type
|
|
18
22
|
|
|
19
23
|
def initialize(
|
|
24
|
+
allow_redisplay: nil,
|
|
20
25
|
customer: nil,
|
|
26
|
+
customer_account: nil,
|
|
21
27
|
ending_before: nil,
|
|
22
28
|
expand: nil,
|
|
23
29
|
limit: nil,
|
|
24
30
|
starting_after: nil,
|
|
25
31
|
type: nil
|
|
26
32
|
)
|
|
33
|
+
@allow_redisplay = allow_redisplay
|
|
27
34
|
@customer = customer
|
|
35
|
+
@customer_account = customer_account
|
|
28
36
|
@ending_before = ending_before
|
|
29
37
|
@expand = expand
|
|
30
38
|
@limit = limit
|
|
@@ -784,102 +784,6 @@ module Stripe
|
|
|
784
784
|
end
|
|
785
785
|
end
|
|
786
786
|
|
|
787
|
-
class BillingSchedule < ::Stripe::RequestParams
|
|
788
|
-
class AppliesTo < ::Stripe::RequestParams
|
|
789
|
-
# The ID of the price object.
|
|
790
|
-
attr_accessor :price
|
|
791
|
-
# Controls which subscription items the billing schedule applies to.
|
|
792
|
-
attr_accessor :type
|
|
793
|
-
|
|
794
|
-
def initialize(price: nil, type: nil)
|
|
795
|
-
@price = price
|
|
796
|
-
@type = type
|
|
797
|
-
end
|
|
798
|
-
end
|
|
799
|
-
|
|
800
|
-
class BillFrom < ::Stripe::RequestParams
|
|
801
|
-
class LineStartsAt < ::Stripe::RequestParams
|
|
802
|
-
# The ID of a quote line.
|
|
803
|
-
attr_accessor :id
|
|
804
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
805
|
-
attr_accessor :index
|
|
806
|
-
|
|
807
|
-
def initialize(id: nil, index: nil)
|
|
808
|
-
@id = id
|
|
809
|
-
@index = index
|
|
810
|
-
end
|
|
811
|
-
end
|
|
812
|
-
# Details of a Quote line to start the bill period from.
|
|
813
|
-
attr_accessor :line_starts_at
|
|
814
|
-
# A precise Unix timestamp.
|
|
815
|
-
attr_accessor :timestamp
|
|
816
|
-
# The type of method to specify the `bill_from` time.
|
|
817
|
-
attr_accessor :type
|
|
818
|
-
|
|
819
|
-
def initialize(line_starts_at: nil, timestamp: nil, type: nil)
|
|
820
|
-
@line_starts_at = line_starts_at
|
|
821
|
-
@timestamp = timestamp
|
|
822
|
-
@type = type
|
|
823
|
-
end
|
|
824
|
-
end
|
|
825
|
-
|
|
826
|
-
class BillUntil < ::Stripe::RequestParams
|
|
827
|
-
class Duration < ::Stripe::RequestParams
|
|
828
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
829
|
-
attr_accessor :interval
|
|
830
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
831
|
-
attr_accessor :interval_count
|
|
832
|
-
|
|
833
|
-
def initialize(interval: nil, interval_count: nil)
|
|
834
|
-
@interval = interval
|
|
835
|
-
@interval_count = interval_count
|
|
836
|
-
end
|
|
837
|
-
end
|
|
838
|
-
|
|
839
|
-
class LineEndsAt < ::Stripe::RequestParams
|
|
840
|
-
# The ID of a quote line.
|
|
841
|
-
attr_accessor :id
|
|
842
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
843
|
-
attr_accessor :index
|
|
844
|
-
|
|
845
|
-
def initialize(id: nil, index: nil)
|
|
846
|
-
@id = id
|
|
847
|
-
@index = index
|
|
848
|
-
end
|
|
849
|
-
end
|
|
850
|
-
# Details of the duration over which to bill.
|
|
851
|
-
attr_accessor :duration
|
|
852
|
-
# Details of a Quote line item from which to bill until.
|
|
853
|
-
attr_accessor :line_ends_at
|
|
854
|
-
# A precise Unix timestamp.
|
|
855
|
-
attr_accessor :timestamp
|
|
856
|
-
# The type of method to specify the `bill_until` time.
|
|
857
|
-
attr_accessor :type
|
|
858
|
-
|
|
859
|
-
def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
|
|
860
|
-
@duration = duration
|
|
861
|
-
@line_ends_at = line_ends_at
|
|
862
|
-
@timestamp = timestamp
|
|
863
|
-
@type = type
|
|
864
|
-
end
|
|
865
|
-
end
|
|
866
|
-
# Configure billing schedule differently for individual subscription items.
|
|
867
|
-
attr_accessor :applies_to
|
|
868
|
-
# The start of the period to bill from when the Quote is accepted.
|
|
869
|
-
attr_accessor :bill_from
|
|
870
|
-
# The end of the period to bill until when the Quote is accepted.
|
|
871
|
-
attr_accessor :bill_until
|
|
872
|
-
# Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
|
|
873
|
-
attr_accessor :key
|
|
874
|
-
|
|
875
|
-
def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
|
|
876
|
-
@applies_to = applies_to
|
|
877
|
-
@bill_from = bill_from
|
|
878
|
-
@bill_until = bill_until
|
|
879
|
-
@key = key
|
|
880
|
-
end
|
|
881
|
-
end
|
|
882
|
-
|
|
883
787
|
class Prebilling < ::Stripe::RequestParams
|
|
884
788
|
# This is used to determine the number of billing cycles to prebill.
|
|
885
789
|
attr_accessor :iterations
|
|
@@ -918,10 +822,6 @@ module Stripe
|
|
|
918
822
|
attr_accessor :proration_behavior
|
|
919
823
|
# Integer representing the number of trial period days before the customer is charged for the first time.
|
|
920
824
|
attr_accessor :trial_period_days
|
|
921
|
-
# Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
|
|
922
|
-
attr_accessor :billing_schedules
|
|
923
|
-
# Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. 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.
|
|
924
|
-
attr_accessor :phase_effective_at
|
|
925
825
|
|
|
926
826
|
def initialize(
|
|
927
827
|
bill_on_acceptance: nil,
|
|
@@ -935,9 +835,7 @@ module Stripe
|
|
|
935
835
|
metadata: nil,
|
|
936
836
|
prebilling: nil,
|
|
937
837
|
proration_behavior: nil,
|
|
938
|
-
trial_period_days: nil
|
|
939
|
-
billing_schedules: nil,
|
|
940
|
-
phase_effective_at: nil
|
|
838
|
+
trial_period_days: nil
|
|
941
839
|
)
|
|
942
840
|
@bill_on_acceptance = bill_on_acceptance
|
|
943
841
|
@billing_behavior = billing_behavior
|
|
@@ -951,8 +849,6 @@ module Stripe
|
|
|
951
849
|
@prebilling = prebilling
|
|
952
850
|
@proration_behavior = proration_behavior
|
|
953
851
|
@trial_period_days = trial_period_days
|
|
954
|
-
@billing_schedules = billing_schedules
|
|
955
|
-
@phase_effective_at = phase_effective_at
|
|
956
852
|
end
|
|
957
853
|
end
|
|
958
854
|
|
|
@@ -1049,102 +945,6 @@ module Stripe
|
|
|
1049
945
|
@bill_until = bill_until
|
|
1050
946
|
end
|
|
1051
947
|
end
|
|
1052
|
-
|
|
1053
|
-
class BillingSchedule < ::Stripe::RequestParams
|
|
1054
|
-
class AppliesTo < ::Stripe::RequestParams
|
|
1055
|
-
# The ID of the price object.
|
|
1056
|
-
attr_accessor :price
|
|
1057
|
-
# Controls which subscription items the billing schedule applies to.
|
|
1058
|
-
attr_accessor :type
|
|
1059
|
-
|
|
1060
|
-
def initialize(price: nil, type: nil)
|
|
1061
|
-
@price = price
|
|
1062
|
-
@type = type
|
|
1063
|
-
end
|
|
1064
|
-
end
|
|
1065
|
-
|
|
1066
|
-
class BillFrom < ::Stripe::RequestParams
|
|
1067
|
-
class LineStartsAt < ::Stripe::RequestParams
|
|
1068
|
-
# The ID of a quote line.
|
|
1069
|
-
attr_accessor :id
|
|
1070
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
1071
|
-
attr_accessor :index
|
|
1072
|
-
|
|
1073
|
-
def initialize(id: nil, index: nil)
|
|
1074
|
-
@id = id
|
|
1075
|
-
@index = index
|
|
1076
|
-
end
|
|
1077
|
-
end
|
|
1078
|
-
# Details of a Quote line to start the bill period from.
|
|
1079
|
-
attr_accessor :line_starts_at
|
|
1080
|
-
# A precise Unix timestamp.
|
|
1081
|
-
attr_accessor :timestamp
|
|
1082
|
-
# The type of method to specify the `bill_from` time.
|
|
1083
|
-
attr_accessor :type
|
|
1084
|
-
|
|
1085
|
-
def initialize(line_starts_at: nil, timestamp: nil, type: nil)
|
|
1086
|
-
@line_starts_at = line_starts_at
|
|
1087
|
-
@timestamp = timestamp
|
|
1088
|
-
@type = type
|
|
1089
|
-
end
|
|
1090
|
-
end
|
|
1091
|
-
|
|
1092
|
-
class BillUntil < ::Stripe::RequestParams
|
|
1093
|
-
class Duration < ::Stripe::RequestParams
|
|
1094
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
1095
|
-
attr_accessor :interval
|
|
1096
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
1097
|
-
attr_accessor :interval_count
|
|
1098
|
-
|
|
1099
|
-
def initialize(interval: nil, interval_count: nil)
|
|
1100
|
-
@interval = interval
|
|
1101
|
-
@interval_count = interval_count
|
|
1102
|
-
end
|
|
1103
|
-
end
|
|
1104
|
-
|
|
1105
|
-
class LineEndsAt < ::Stripe::RequestParams
|
|
1106
|
-
# The ID of a quote line.
|
|
1107
|
-
attr_accessor :id
|
|
1108
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
1109
|
-
attr_accessor :index
|
|
1110
|
-
|
|
1111
|
-
def initialize(id: nil, index: nil)
|
|
1112
|
-
@id = id
|
|
1113
|
-
@index = index
|
|
1114
|
-
end
|
|
1115
|
-
end
|
|
1116
|
-
# Details of the duration over which to bill.
|
|
1117
|
-
attr_accessor :duration
|
|
1118
|
-
# Details of a Quote line item from which to bill until.
|
|
1119
|
-
attr_accessor :line_ends_at
|
|
1120
|
-
# A precise Unix timestamp.
|
|
1121
|
-
attr_accessor :timestamp
|
|
1122
|
-
# The type of method to specify the `bill_until` time.
|
|
1123
|
-
attr_accessor :type
|
|
1124
|
-
|
|
1125
|
-
def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
|
|
1126
|
-
@duration = duration
|
|
1127
|
-
@line_ends_at = line_ends_at
|
|
1128
|
-
@timestamp = timestamp
|
|
1129
|
-
@type = type
|
|
1130
|
-
end
|
|
1131
|
-
end
|
|
1132
|
-
# Configure billing schedule differently for individual subscription items.
|
|
1133
|
-
attr_accessor :applies_to
|
|
1134
|
-
# The start of the period to bill from when the Quote is accepted.
|
|
1135
|
-
attr_accessor :bill_from
|
|
1136
|
-
# The end of the period to bill until when the Quote is accepted.
|
|
1137
|
-
attr_accessor :bill_until
|
|
1138
|
-
# Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
|
|
1139
|
-
attr_accessor :key
|
|
1140
|
-
|
|
1141
|
-
def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
|
|
1142
|
-
@applies_to = applies_to
|
|
1143
|
-
@bill_from = bill_from
|
|
1144
|
-
@bill_until = bill_until
|
|
1145
|
-
@key = key
|
|
1146
|
-
end
|
|
1147
|
-
end
|
|
1148
948
|
# Whether the override applies to an existing Subscription Schedule or a new Subscription Schedule.
|
|
1149
949
|
attr_accessor :applies_to
|
|
1150
950
|
# Describes the period to bill for upon accepting the quote.
|
|
@@ -1165,10 +965,6 @@ module Stripe
|
|
|
1165
965
|
#
|
|
1166
966
|
# Prorations can be disabled by passing `none`.
|
|
1167
967
|
attr_accessor :proration_behavior
|
|
1168
|
-
# Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
|
|
1169
|
-
attr_accessor :billing_schedules
|
|
1170
|
-
# Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. 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.
|
|
1171
|
-
attr_accessor :phase_effective_at
|
|
1172
968
|
|
|
1173
969
|
def initialize(
|
|
1174
970
|
applies_to: nil,
|
|
@@ -1177,9 +973,7 @@ module Stripe
|
|
|
1177
973
|
customer: nil,
|
|
1178
974
|
description: nil,
|
|
1179
975
|
end_behavior: nil,
|
|
1180
|
-
proration_behavior: nil
|
|
1181
|
-
billing_schedules: nil,
|
|
1182
|
-
phase_effective_at: nil
|
|
976
|
+
proration_behavior: nil
|
|
1183
977
|
)
|
|
1184
978
|
@applies_to = applies_to
|
|
1185
979
|
@bill_on_acceptance = bill_on_acceptance
|
|
@@ -1188,8 +982,6 @@ module Stripe
|
|
|
1188
982
|
@description = description
|
|
1189
983
|
@end_behavior = end_behavior
|
|
1190
984
|
@proration_behavior = proration_behavior
|
|
1191
|
-
@billing_schedules = billing_schedules
|
|
1192
|
-
@phase_effective_at = phase_effective_at
|
|
1193
985
|
end
|
|
1194
986
|
end
|
|
1195
987
|
|
|
@@ -769,102 +769,6 @@ module Stripe
|
|
|
769
769
|
end
|
|
770
770
|
end
|
|
771
771
|
|
|
772
|
-
class BillingSchedule < ::Stripe::RequestParams
|
|
773
|
-
class AppliesTo < ::Stripe::RequestParams
|
|
774
|
-
# The ID of the price object.
|
|
775
|
-
attr_accessor :price
|
|
776
|
-
# Controls which subscription items the billing schedule applies to.
|
|
777
|
-
attr_accessor :type
|
|
778
|
-
|
|
779
|
-
def initialize(price: nil, type: nil)
|
|
780
|
-
@price = price
|
|
781
|
-
@type = type
|
|
782
|
-
end
|
|
783
|
-
end
|
|
784
|
-
|
|
785
|
-
class BillFrom < ::Stripe::RequestParams
|
|
786
|
-
class LineStartsAt < ::Stripe::RequestParams
|
|
787
|
-
# The ID of a quote line.
|
|
788
|
-
attr_accessor :id
|
|
789
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
790
|
-
attr_accessor :index
|
|
791
|
-
|
|
792
|
-
def initialize(id: nil, index: nil)
|
|
793
|
-
@id = id
|
|
794
|
-
@index = index
|
|
795
|
-
end
|
|
796
|
-
end
|
|
797
|
-
# Details of a Quote line to start the bill period from.
|
|
798
|
-
attr_accessor :line_starts_at
|
|
799
|
-
# A precise Unix timestamp.
|
|
800
|
-
attr_accessor :timestamp
|
|
801
|
-
# The type of method to specify the `bill_from` time.
|
|
802
|
-
attr_accessor :type
|
|
803
|
-
|
|
804
|
-
def initialize(line_starts_at: nil, timestamp: nil, type: nil)
|
|
805
|
-
@line_starts_at = line_starts_at
|
|
806
|
-
@timestamp = timestamp
|
|
807
|
-
@type = type
|
|
808
|
-
end
|
|
809
|
-
end
|
|
810
|
-
|
|
811
|
-
class BillUntil < ::Stripe::RequestParams
|
|
812
|
-
class Duration < ::Stripe::RequestParams
|
|
813
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
814
|
-
attr_accessor :interval
|
|
815
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
816
|
-
attr_accessor :interval_count
|
|
817
|
-
|
|
818
|
-
def initialize(interval: nil, interval_count: nil)
|
|
819
|
-
@interval = interval
|
|
820
|
-
@interval_count = interval_count
|
|
821
|
-
end
|
|
822
|
-
end
|
|
823
|
-
|
|
824
|
-
class LineEndsAt < ::Stripe::RequestParams
|
|
825
|
-
# The ID of a quote line.
|
|
826
|
-
attr_accessor :id
|
|
827
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
828
|
-
attr_accessor :index
|
|
829
|
-
|
|
830
|
-
def initialize(id: nil, index: nil)
|
|
831
|
-
@id = id
|
|
832
|
-
@index = index
|
|
833
|
-
end
|
|
834
|
-
end
|
|
835
|
-
# Details of the duration over which to bill.
|
|
836
|
-
attr_accessor :duration
|
|
837
|
-
# Details of a Quote line item from which to bill until.
|
|
838
|
-
attr_accessor :line_ends_at
|
|
839
|
-
# A precise Unix timestamp.
|
|
840
|
-
attr_accessor :timestamp
|
|
841
|
-
# The type of method to specify the `bill_until` time.
|
|
842
|
-
attr_accessor :type
|
|
843
|
-
|
|
844
|
-
def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
|
|
845
|
-
@duration = duration
|
|
846
|
-
@line_ends_at = line_ends_at
|
|
847
|
-
@timestamp = timestamp
|
|
848
|
-
@type = type
|
|
849
|
-
end
|
|
850
|
-
end
|
|
851
|
-
# Configure billing schedule differently for individual subscription items.
|
|
852
|
-
attr_accessor :applies_to
|
|
853
|
-
# The start of the period to bill from when the Quote is accepted.
|
|
854
|
-
attr_accessor :bill_from
|
|
855
|
-
# The end of the period to bill until when the Quote is accepted.
|
|
856
|
-
attr_accessor :bill_until
|
|
857
|
-
# Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
|
|
858
|
-
attr_accessor :key
|
|
859
|
-
|
|
860
|
-
def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
|
|
861
|
-
@applies_to = applies_to
|
|
862
|
-
@bill_from = bill_from
|
|
863
|
-
@bill_until = bill_until
|
|
864
|
-
@key = key
|
|
865
|
-
end
|
|
866
|
-
end
|
|
867
|
-
|
|
868
772
|
class Prebilling < ::Stripe::RequestParams
|
|
869
773
|
# This is used to determine the number of billing cycles to prebill.
|
|
870
774
|
attr_accessor :iterations
|
|
@@ -899,10 +803,6 @@ module Stripe
|
|
|
899
803
|
attr_accessor :proration_behavior
|
|
900
804
|
# Integer representing the number of trial period days before the customer is charged for the first time.
|
|
901
805
|
attr_accessor :trial_period_days
|
|
902
|
-
# Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
|
|
903
|
-
attr_accessor :billing_schedules
|
|
904
|
-
# Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. 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.
|
|
905
|
-
attr_accessor :phase_effective_at
|
|
906
806
|
|
|
907
807
|
def initialize(
|
|
908
808
|
bill_on_acceptance: nil,
|
|
@@ -914,9 +814,7 @@ module Stripe
|
|
|
914
814
|
metadata: nil,
|
|
915
815
|
prebilling: nil,
|
|
916
816
|
proration_behavior: nil,
|
|
917
|
-
trial_period_days: nil
|
|
918
|
-
billing_schedules: nil,
|
|
919
|
-
phase_effective_at: nil
|
|
817
|
+
trial_period_days: nil
|
|
920
818
|
)
|
|
921
819
|
@bill_on_acceptance = bill_on_acceptance
|
|
922
820
|
@billing_behavior = billing_behavior
|
|
@@ -928,8 +826,6 @@ module Stripe
|
|
|
928
826
|
@prebilling = prebilling
|
|
929
827
|
@proration_behavior = proration_behavior
|
|
930
828
|
@trial_period_days = trial_period_days
|
|
931
|
-
@billing_schedules = billing_schedules
|
|
932
|
-
@phase_effective_at = phase_effective_at
|
|
933
829
|
end
|
|
934
830
|
end
|
|
935
831
|
|
|
@@ -1026,102 +922,6 @@ module Stripe
|
|
|
1026
922
|
@bill_until = bill_until
|
|
1027
923
|
end
|
|
1028
924
|
end
|
|
1029
|
-
|
|
1030
|
-
class BillingSchedule < ::Stripe::RequestParams
|
|
1031
|
-
class AppliesTo < ::Stripe::RequestParams
|
|
1032
|
-
# The ID of the price object.
|
|
1033
|
-
attr_accessor :price
|
|
1034
|
-
# Controls which subscription items the billing schedule applies to.
|
|
1035
|
-
attr_accessor :type
|
|
1036
|
-
|
|
1037
|
-
def initialize(price: nil, type: nil)
|
|
1038
|
-
@price = price
|
|
1039
|
-
@type = type
|
|
1040
|
-
end
|
|
1041
|
-
end
|
|
1042
|
-
|
|
1043
|
-
class BillFrom < ::Stripe::RequestParams
|
|
1044
|
-
class LineStartsAt < ::Stripe::RequestParams
|
|
1045
|
-
# The ID of a quote line.
|
|
1046
|
-
attr_accessor :id
|
|
1047
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
1048
|
-
attr_accessor :index
|
|
1049
|
-
|
|
1050
|
-
def initialize(id: nil, index: nil)
|
|
1051
|
-
@id = id
|
|
1052
|
-
@index = index
|
|
1053
|
-
end
|
|
1054
|
-
end
|
|
1055
|
-
# Details of a Quote line to start the bill period from.
|
|
1056
|
-
attr_accessor :line_starts_at
|
|
1057
|
-
# A precise Unix timestamp.
|
|
1058
|
-
attr_accessor :timestamp
|
|
1059
|
-
# The type of method to specify the `bill_from` time.
|
|
1060
|
-
attr_accessor :type
|
|
1061
|
-
|
|
1062
|
-
def initialize(line_starts_at: nil, timestamp: nil, type: nil)
|
|
1063
|
-
@line_starts_at = line_starts_at
|
|
1064
|
-
@timestamp = timestamp
|
|
1065
|
-
@type = type
|
|
1066
|
-
end
|
|
1067
|
-
end
|
|
1068
|
-
|
|
1069
|
-
class BillUntil < ::Stripe::RequestParams
|
|
1070
|
-
class Duration < ::Stripe::RequestParams
|
|
1071
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
1072
|
-
attr_accessor :interval
|
|
1073
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
1074
|
-
attr_accessor :interval_count
|
|
1075
|
-
|
|
1076
|
-
def initialize(interval: nil, interval_count: nil)
|
|
1077
|
-
@interval = interval
|
|
1078
|
-
@interval_count = interval_count
|
|
1079
|
-
end
|
|
1080
|
-
end
|
|
1081
|
-
|
|
1082
|
-
class LineEndsAt < ::Stripe::RequestParams
|
|
1083
|
-
# The ID of a quote line.
|
|
1084
|
-
attr_accessor :id
|
|
1085
|
-
# The position of the previous quote line in the `lines` array after which this line should begin. Indexes start from 0 and must be less than the index of the current line in the array.
|
|
1086
|
-
attr_accessor :index
|
|
1087
|
-
|
|
1088
|
-
def initialize(id: nil, index: nil)
|
|
1089
|
-
@id = id
|
|
1090
|
-
@index = index
|
|
1091
|
-
end
|
|
1092
|
-
end
|
|
1093
|
-
# Details of the duration over which to bill.
|
|
1094
|
-
attr_accessor :duration
|
|
1095
|
-
# Details of a Quote line item from which to bill until.
|
|
1096
|
-
attr_accessor :line_ends_at
|
|
1097
|
-
# A precise Unix timestamp.
|
|
1098
|
-
attr_accessor :timestamp
|
|
1099
|
-
# The type of method to specify the `bill_until` time.
|
|
1100
|
-
attr_accessor :type
|
|
1101
|
-
|
|
1102
|
-
def initialize(duration: nil, line_ends_at: nil, timestamp: nil, type: nil)
|
|
1103
|
-
@duration = duration
|
|
1104
|
-
@line_ends_at = line_ends_at
|
|
1105
|
-
@timestamp = timestamp
|
|
1106
|
-
@type = type
|
|
1107
|
-
end
|
|
1108
|
-
end
|
|
1109
|
-
# Configure billing schedule differently for individual subscription items.
|
|
1110
|
-
attr_accessor :applies_to
|
|
1111
|
-
# The start of the period to bill from when the Quote is accepted.
|
|
1112
|
-
attr_accessor :bill_from
|
|
1113
|
-
# The end of the period to bill until when the Quote is accepted.
|
|
1114
|
-
attr_accessor :bill_until
|
|
1115
|
-
# Specify a key for the billing schedule. Must be unique to this field, alphanumeric, and up to 200 characters. If not provided, a unique key will be generated.
|
|
1116
|
-
attr_accessor :key
|
|
1117
|
-
|
|
1118
|
-
def initialize(applies_to: nil, bill_from: nil, bill_until: nil, key: nil)
|
|
1119
|
-
@applies_to = applies_to
|
|
1120
|
-
@bill_from = bill_from
|
|
1121
|
-
@bill_until = bill_until
|
|
1122
|
-
@key = key
|
|
1123
|
-
end
|
|
1124
|
-
end
|
|
1125
925
|
# Whether the override applies to an existing Subscription Schedule or a new Subscription Schedule.
|
|
1126
926
|
attr_accessor :applies_to
|
|
1127
927
|
# Describes the period to bill for upon accepting the quote.
|
|
@@ -1142,10 +942,6 @@ module Stripe
|
|
|
1142
942
|
#
|
|
1143
943
|
# Prorations can be disabled by passing `none`.
|
|
1144
944
|
attr_accessor :proration_behavior
|
|
1145
|
-
# Billing schedules that will be applied to the subscription or subscription schedule created when the quote is accepted.
|
|
1146
|
-
attr_accessor :billing_schedules
|
|
1147
|
-
# Configures how the subscription schedule handles billing for phase transitions when the quote is accepted. 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.
|
|
1148
|
-
attr_accessor :phase_effective_at
|
|
1149
945
|
|
|
1150
946
|
def initialize(
|
|
1151
947
|
applies_to: nil,
|
|
@@ -1154,9 +950,7 @@ module Stripe
|
|
|
1154
950
|
customer: nil,
|
|
1155
951
|
description: nil,
|
|
1156
952
|
end_behavior: nil,
|
|
1157
|
-
proration_behavior: nil
|
|
1158
|
-
billing_schedules: nil,
|
|
1159
|
-
phase_effective_at: nil
|
|
953
|
+
proration_behavior: nil
|
|
1160
954
|
)
|
|
1161
955
|
@applies_to = applies_to
|
|
1162
956
|
@bill_on_acceptance = bill_on_acceptance
|
|
@@ -1165,8 +959,6 @@ module Stripe
|
|
|
1165
959
|
@description = description
|
|
1166
960
|
@end_behavior = end_behavior
|
|
1167
961
|
@proration_behavior = proration_behavior
|
|
1168
|
-
@billing_schedules = billing_schedules
|
|
1169
|
-
@phase_effective_at = phase_effective_at
|
|
1170
962
|
end
|
|
1171
963
|
end
|
|
1172
964
|
|
|
@@ -985,15 +985,15 @@ module Stripe
|
|
|
985
985
|
class MandateOptions < ::Stripe::RequestParams
|
|
986
986
|
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
|
987
987
|
attr_accessor :amount
|
|
988
|
-
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
|
|
988
|
+
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively. Defaults to `maximum`.
|
|
989
989
|
attr_accessor :amount_type
|
|
990
990
|
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
|
991
991
|
attr_accessor :end_date
|
|
992
|
-
# The periodicity at which payments will be collected.
|
|
992
|
+
# The periodicity at which payments will be collected. Defaults to `adhoc`.
|
|
993
993
|
attr_accessor :payment_schedule
|
|
994
994
|
# The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
|
|
995
995
|
attr_accessor :payments_per_period
|
|
996
|
-
# The purpose for which payments are made.
|
|
996
|
+
# The purpose for which payments are made. Has a default value based on your merchant category code.
|
|
997
997
|
attr_accessor :purpose
|
|
998
998
|
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
|
999
999
|
attr_accessor :start_date
|
|
@@ -1227,31 +1227,6 @@ module Stripe
|
|
|
1227
1227
|
@us_bank_account = us_bank_account
|
|
1228
1228
|
end
|
|
1229
1229
|
end
|
|
1230
|
-
|
|
1231
|
-
class SetupDetails < ::Stripe::RequestParams
|
|
1232
|
-
class Benefit < ::Stripe::RequestParams
|
|
1233
|
-
class FrMealVoucher < ::Stripe::RequestParams
|
|
1234
|
-
# The 14-digit SIRET of the meal voucher acceptor.
|
|
1235
|
-
attr_accessor :siret
|
|
1236
|
-
|
|
1237
|
-
def initialize(siret: nil)
|
|
1238
|
-
@siret = siret
|
|
1239
|
-
end
|
|
1240
|
-
end
|
|
1241
|
-
# French meal voucher benefit details for this SetupIntent.
|
|
1242
|
-
attr_accessor :fr_meal_voucher
|
|
1243
|
-
|
|
1244
|
-
def initialize(fr_meal_voucher: nil)
|
|
1245
|
-
@fr_meal_voucher = fr_meal_voucher
|
|
1246
|
-
end
|
|
1247
|
-
end
|
|
1248
|
-
# Benefit details for this SetupIntent
|
|
1249
|
-
attr_accessor :benefit
|
|
1250
|
-
|
|
1251
|
-
def initialize(benefit: nil)
|
|
1252
|
-
@benefit = benefit
|
|
1253
|
-
end
|
|
1254
|
-
end
|
|
1255
1230
|
# ID of the ConfirmationToken used to confirm this SetupIntent.
|
|
1256
1231
|
#
|
|
1257
1232
|
# If the provided ConfirmationToken contains properties that are also being provided in this request, such as `payment_method`, then the values in this request will take precedence.
|
|
@@ -1271,8 +1246,6 @@ module Stripe
|
|
|
1271
1246
|
# If you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.
|
|
1272
1247
|
# This parameter is only used for cards and other redirect-based payment methods.
|
|
1273
1248
|
attr_accessor :return_url
|
|
1274
|
-
# Provides industry-specific information about the SetupIntent.
|
|
1275
|
-
attr_accessor :setup_details
|
|
1276
1249
|
# Set to `true` when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.
|
|
1277
1250
|
attr_accessor :use_stripe_sdk
|
|
1278
1251
|
|
|
@@ -1284,7 +1257,6 @@ module Stripe
|
|
|
1284
1257
|
payment_method_data: nil,
|
|
1285
1258
|
payment_method_options: nil,
|
|
1286
1259
|
return_url: nil,
|
|
1287
|
-
setup_details: nil,
|
|
1288
1260
|
use_stripe_sdk: nil
|
|
1289
1261
|
)
|
|
1290
1262
|
@confirmation_token = confirmation_token
|
|
@@ -1294,7 +1266,6 @@ module Stripe
|
|
|
1294
1266
|
@payment_method_data = payment_method_data
|
|
1295
1267
|
@payment_method_options = payment_method_options
|
|
1296
1268
|
@return_url = return_url
|
|
1297
|
-
@setup_details = setup_details
|
|
1298
1269
|
@use_stripe_sdk = use_stripe_sdk
|
|
1299
1270
|
end
|
|
1300
1271
|
end
|