stripe 19.2.0.pre.beta.2 → 19.2.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 -36
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -87
- data/lib/stripe/event_types.rb +0 -228
- data/lib/stripe/object_types.rb +0 -61
- data/lib/stripe/params/account_create_params.rb +17 -364
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +16 -326
- data/lib/stripe/params/balance_settings_update_params.rb +42 -2
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_create_params.rb +4 -1
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +31 -141
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -70
- data/lib/stripe/params/invoice_create_preview_params.rb +13 -790
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -48
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_update_params.rb +2 -70
- 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 +3 -1645
- data/lib/stripe/params/payment_intent_confirm_params.rb +136 -3038
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3043
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +2 -39
- data/lib/stripe/params/payment_intent_update_params.rb +121 -3034
- data/lib/stripe/params/payment_link_create_params.rb +30 -16
- data/lib/stripe/params/payment_link_update_params.rb +29 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +24 -87
- data/lib/stripe/params/payment_method_configuration_list_params.rb +4 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +24 -87
- data/lib/stripe/params/payment_method_create_params.rb +11 -75
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +0 -15
- data/lib/stripe/params/price_create_params.rb +0 -15
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +0 -16
- data/lib/stripe/params/product_update_params.rb +0 -16
- data/lib/stripe/params/quote_create_params.rb +3 -809
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -817
- data/lib/stripe/params/setup_intent_confirm_params.rb +21 -110
- data/lib/stripe/params/setup_intent_create_params.rb +21 -110
- data/lib/stripe/params/setup_intent_update_params.rb +21 -110
- data/lib/stripe/params/subscription_create_params.rb +11 -181
- data/lib/stripe/params/subscription_item_create_params.rb +3 -69
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -7
- data/lib/stripe/params/subscription_item_update_params.rb +2 -52
- data/lib/stripe/params/subscription_schedule_create_params.rb +9 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +9 -167
- data/lib/stripe/params/subscription_update_params.rb +11 -161
- data/lib/stripe/params/tax/calculation_create_params.rb +0 -4
- data/lib/stripe/params/tax/registration_create_params.rb +0 -104
- data/lib/stripe/params/terminal/configuration_create_params.rb +52 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +52 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +4 -1
- 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_payment_create_params.rb +0 -4
- 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/v2/core/account_create_params.rb +33 -288
- data/lib/stripe/params/v2/core/account_token_create_params.rb +28 -18
- data/lib/stripe/params/v2/core/account_update_params.rb +33 -281
- data/lib/stripe/params.rb +1342 -795
- data/lib/stripe/railtie.rb +8 -0
- data/lib/stripe/resources/account.rb +5 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_settings.rb +42 -2
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +36 -211
- data/lib/stripe/resources/checkout/session.rb +26 -82
- data/lib/stripe/resources/confirmation_token.rb +20 -125
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +2 -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 -57
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +3 -117
- data/lib/stripe/resources/invoice_item.rb +34 -3
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/dispute.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +13 -12
- data/lib/stripe/resources/payment_attempt_record.rb +41 -187
- data/lib/stripe/resources/payment_intent.rb +96 -1583
- data/lib/stripe/resources/payment_link.rb +40 -0
- data/lib/stripe/resources/payment_method.rb +21 -130
- data/lib/stripe/resources/payment_method_configuration.rb +20 -122
- data/lib/stripe/resources/payment_record.rb +41 -187
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/product.rb +0 -18
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/radar/payment_evaluation.rb +1 -1
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reserve/hold.rb +0 -7
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +4 -26
- data/lib/stripe/resources/setup_intent.rb +27 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +10 -107
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +5 -198
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +64 -16
- data/lib/stripe/resources/terminal/reader.rb +116 -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_payment.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/v2/commerce/product_catalog_import.rb +1 -1
- data/lib/stripe/resources/v2/core/account.rb +40 -607
- data/lib/stripe/resources/v2/core/account_token.rb +1 -1
- data/lib/stripe/resources/v2/core/event.rb +1 -0
- data/lib/stripe/resources.rb +500 -301
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/credit_note_service.rb +0 -14
- data/lib/stripe/services/customer_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -3
- data/lib/stripe/services/invoice_service.rb +0 -41
- 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 +3 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -29
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -55
- data/lib/stripe/services/subscription_service.rb +2 -32
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +5 -1
- data/lib/stripe/services/v2/core/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -8
- data/lib/stripe/services.rb +469 -268
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +25 -58
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +53183 -118054
- metadata +5 -377
- 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_batch_job_batch_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +0 -75
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_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_created_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 -63
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +0 -97
- 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/authorization_retrieve_params.rb +0 -15
- 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/invoice_detach_payment_params.rb +0 -16
- 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_create_params.rb +0 -2083
- data/lib/stripe/params/order_list_params.rb +0 -25
- 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 -2087
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -297
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- 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/product_catalog/trial_offer_create_params.rb +0 -63
- 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/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/release_list_params.rb +0 -41
- data/lib/stripe/params/reserve/release_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +0 -67
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -578
- 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/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- 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 -257
- 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 -263
- 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/batch_job_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +0 -10
- 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 -58
- 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_list_params.rb +0 -19
- 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_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -37
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- 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_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +0 -31
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +0 -17
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +0 -21
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +0 -23
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +0 -23
- 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_account_update_params.rb +0 -20
- 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 -102
- 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 -92
- 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 -87
- 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/network/business_profile_me_params.rb +0 -10
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +0 -17
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +0 -20
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_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 -82
- 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/authorization.rb +0 -82
- 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 -927
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -189
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1181
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -734
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1766
- data/lib/stripe/resources/shared_payment/issued_token.rb +0 -291
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- 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 -91
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -710
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -327
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -316
- data/lib/stripe/resources/v2/billing/profile.rb +0 -47
- data/lib/stripe/resources/v2/core/batch_job.rb +0 -492
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -136
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -105
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +0 -142
- data/lib/stripe/resources/v2/extend/workflow.rb +0 -80
- data/lib/stripe/resources/v2/extend/workflow_run.rb +0 -158
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- data/lib/stripe/resources/v2/iam/activity_log.rb +0 -187
- 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 -160
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -181
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
- 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 -145
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -83
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -230
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -135
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/network/business_profile.rb +0 -84
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +0 -93
- 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/authorization_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_service.rb +0 -53
- 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/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_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/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment/issued_token_service.rb +0 -41
- data/lib/stripe/services/shared_payment_service.rb +0 -14
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- data/lib/stripe/services/v2/billing/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 -69
- 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/batch_job_service.rb +0 -43
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/data/reporting/query_run_service.rb +0 -35
- data/lib/stripe/services/v2/data/reporting_service.rb +0 -17
- data/lib/stripe/services/v2/datum_service.rb +0 -15
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +0 -32
- data/lib/stripe/services/v2/extend/workflow_service.rb +0 -45
- data/lib/stripe/services/v2/extend_service.rb +0 -16
- data/lib/stripe/services/v2/iam/activity_log_service.rb +0 -21
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- 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 -75
- 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 -66
- 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/network/business_profile_service.rb +0 -32
- data/lib/stripe/services/v2/network_service.rb +0 -15
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +0 -65
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +0 -15
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/stripe_event_notification_handler.rb +0 -581
|
@@ -5,44 +5,16 @@ module Stripe
|
|
|
5
5
|
class SubscriptionUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
class AddInvoiceItem < ::Stripe::RequestParams
|
|
7
7
|
class Discount < ::Stripe::RequestParams
|
|
8
|
-
class DiscountEnd < ::Stripe::RequestParams
|
|
9
|
-
class Duration < ::Stripe::RequestParams
|
|
10
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
11
|
-
attr_accessor :interval
|
|
12
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
13
|
-
attr_accessor :interval_count
|
|
14
|
-
|
|
15
|
-
def initialize(interval: nil, interval_count: nil)
|
|
16
|
-
@interval = interval
|
|
17
|
-
@interval_count = interval_count
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
# Time span for the redeemed discount.
|
|
21
|
-
attr_accessor :duration
|
|
22
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
23
|
-
attr_accessor :timestamp
|
|
24
|
-
# The type of calculation made to determine when the discount ends.
|
|
25
|
-
attr_accessor :type
|
|
26
|
-
|
|
27
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
28
|
-
@duration = duration
|
|
29
|
-
@timestamp = timestamp
|
|
30
|
-
@type = type
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
8
|
# ID of the coupon to create a new discount for.
|
|
34
9
|
attr_accessor :coupon
|
|
35
10
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
36
11
|
attr_accessor :discount
|
|
37
|
-
# Details to determine how long the discount should be applied for.
|
|
38
|
-
attr_accessor :discount_end
|
|
39
12
|
# ID of the promotion code to create a new discount for.
|
|
40
13
|
attr_accessor :promotion_code
|
|
41
14
|
|
|
42
|
-
def initialize(coupon: nil, discount: nil,
|
|
15
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
43
16
|
@coupon = coupon
|
|
44
17
|
@discount = discount
|
|
45
|
-
@discount_end = discount_end
|
|
46
18
|
@promotion_code = promotion_code
|
|
47
19
|
end
|
|
48
20
|
end
|
|
@@ -112,6 +84,8 @@ module Stripe
|
|
|
112
84
|
@field_encodings = { unit_amount_decimal: :decimal_string }
|
|
113
85
|
end
|
|
114
86
|
end
|
|
87
|
+
# Controls whether discounts apply to this invoice item. Defaults to true if no value is provided.
|
|
88
|
+
attr_accessor :discountable
|
|
115
89
|
# The coupons to redeem into discounts for the item.
|
|
116
90
|
attr_accessor :discounts
|
|
117
91
|
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
@@ -128,6 +102,7 @@ module Stripe
|
|
|
128
102
|
attr_accessor :tax_rates
|
|
129
103
|
|
|
130
104
|
def initialize(
|
|
105
|
+
discountable: nil,
|
|
131
106
|
discounts: nil,
|
|
132
107
|
metadata: nil,
|
|
133
108
|
period: nil,
|
|
@@ -136,6 +111,7 @@ module Stripe
|
|
|
136
111
|
quantity: nil,
|
|
137
112
|
tax_rates: nil
|
|
138
113
|
)
|
|
114
|
+
@discountable = discountable
|
|
139
115
|
@discounts = discounts
|
|
140
116
|
@metadata = metadata
|
|
141
117
|
@period = period
|
|
@@ -252,44 +228,16 @@ module Stripe
|
|
|
252
228
|
end
|
|
253
229
|
|
|
254
230
|
class Discount < ::Stripe::RequestParams
|
|
255
|
-
class DiscountEnd < ::Stripe::RequestParams
|
|
256
|
-
class Duration < ::Stripe::RequestParams
|
|
257
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
258
|
-
attr_accessor :interval
|
|
259
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
260
|
-
attr_accessor :interval_count
|
|
261
|
-
|
|
262
|
-
def initialize(interval: nil, interval_count: nil)
|
|
263
|
-
@interval = interval
|
|
264
|
-
@interval_count = interval_count
|
|
265
|
-
end
|
|
266
|
-
end
|
|
267
|
-
# Time span for the redeemed discount.
|
|
268
|
-
attr_accessor :duration
|
|
269
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
270
|
-
attr_accessor :timestamp
|
|
271
|
-
# The type of calculation made to determine when the discount ends.
|
|
272
|
-
attr_accessor :type
|
|
273
|
-
|
|
274
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
275
|
-
@duration = duration
|
|
276
|
-
@timestamp = timestamp
|
|
277
|
-
@type = type
|
|
278
|
-
end
|
|
279
|
-
end
|
|
280
231
|
# ID of the coupon to create a new discount for.
|
|
281
232
|
attr_accessor :coupon
|
|
282
233
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
283
234
|
attr_accessor :discount
|
|
284
|
-
# Details to determine how long the discount should be applied for.
|
|
285
|
-
attr_accessor :discount_end
|
|
286
235
|
# ID of the promotion code to create a new discount for.
|
|
287
236
|
attr_accessor :promotion_code
|
|
288
237
|
|
|
289
|
-
def initialize(coupon: nil, discount: nil,
|
|
238
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
290
239
|
@coupon = coupon
|
|
291
240
|
@discount = discount
|
|
292
|
-
@discount_end = discount_end
|
|
293
241
|
@promotion_code = promotion_code
|
|
294
242
|
end
|
|
295
243
|
end
|
|
@@ -327,57 +275,17 @@ module Stripe
|
|
|
327
275
|
end
|
|
328
276
|
end
|
|
329
277
|
|
|
330
|
-
class CurrentTrial < ::Stripe::RequestParams
|
|
331
|
-
# Unix timestamp representing the end of the trial offer period. Required when the trial offer has `duration.type=timestamp`. Cannot be specified when `duration.type=relative`.
|
|
332
|
-
attr_accessor :trial_end
|
|
333
|
-
# The ID of the trial offer to apply to the subscription item.
|
|
334
|
-
attr_accessor :trial_offer
|
|
335
|
-
|
|
336
|
-
def initialize(trial_end: nil, trial_offer: nil)
|
|
337
|
-
@trial_end = trial_end
|
|
338
|
-
@trial_offer = trial_offer
|
|
339
|
-
end
|
|
340
|
-
end
|
|
341
|
-
|
|
342
278
|
class Discount < ::Stripe::RequestParams
|
|
343
|
-
class DiscountEnd < ::Stripe::RequestParams
|
|
344
|
-
class Duration < ::Stripe::RequestParams
|
|
345
|
-
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
346
|
-
attr_accessor :interval
|
|
347
|
-
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
348
|
-
attr_accessor :interval_count
|
|
349
|
-
|
|
350
|
-
def initialize(interval: nil, interval_count: nil)
|
|
351
|
-
@interval = interval
|
|
352
|
-
@interval_count = interval_count
|
|
353
|
-
end
|
|
354
|
-
end
|
|
355
|
-
# Time span for the redeemed discount.
|
|
356
|
-
attr_accessor :duration
|
|
357
|
-
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
358
|
-
attr_accessor :timestamp
|
|
359
|
-
# The type of calculation made to determine when the discount ends.
|
|
360
|
-
attr_accessor :type
|
|
361
|
-
|
|
362
|
-
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
363
|
-
@duration = duration
|
|
364
|
-
@timestamp = timestamp
|
|
365
|
-
@type = type
|
|
366
|
-
end
|
|
367
|
-
end
|
|
368
279
|
# ID of the coupon to create a new discount for.
|
|
369
280
|
attr_accessor :coupon
|
|
370
281
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
371
282
|
attr_accessor :discount
|
|
372
|
-
# Details to determine how long the discount should be applied for.
|
|
373
|
-
attr_accessor :discount_end
|
|
374
283
|
# ID of the promotion code to create a new discount for.
|
|
375
284
|
attr_accessor :promotion_code
|
|
376
285
|
|
|
377
|
-
def initialize(coupon: nil, discount: nil,
|
|
286
|
+
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
378
287
|
@coupon = coupon
|
|
379
288
|
@discount = discount
|
|
380
|
-
@discount_end = discount_end
|
|
381
289
|
@promotion_code = promotion_code
|
|
382
290
|
end
|
|
383
291
|
end
|
|
@@ -431,8 +339,6 @@ module Stripe
|
|
|
431
339
|
attr_accessor :billing_thresholds
|
|
432
340
|
# Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
|
|
433
341
|
attr_accessor :clear_usage
|
|
434
|
-
# The trial offer to apply to this subscription item.
|
|
435
|
-
attr_accessor :current_trial
|
|
436
342
|
# A flag that, if set to `true`, will delete the specified item.
|
|
437
343
|
attr_accessor :deleted
|
|
438
344
|
# The coupons to redeem into discounts for the subscription item.
|
|
@@ -455,7 +361,6 @@ module Stripe
|
|
|
455
361
|
def initialize(
|
|
456
362
|
billing_thresholds: nil,
|
|
457
363
|
clear_usage: nil,
|
|
458
|
-
current_trial: nil,
|
|
459
364
|
deleted: nil,
|
|
460
365
|
discounts: nil,
|
|
461
366
|
id: nil,
|
|
@@ -468,7 +373,6 @@ module Stripe
|
|
|
468
373
|
)
|
|
469
374
|
@billing_thresholds = billing_thresholds
|
|
470
375
|
@clear_usage = clear_usage
|
|
471
|
-
@current_trial = current_trial
|
|
472
376
|
@deleted = deleted
|
|
473
377
|
@discounts = discounts
|
|
474
378
|
@id = id
|
|
@@ -530,23 +434,6 @@ module Stripe
|
|
|
530
434
|
end
|
|
531
435
|
end
|
|
532
436
|
|
|
533
|
-
class Blik < ::Stripe::RequestParams
|
|
534
|
-
class MandateOptions < ::Stripe::RequestParams
|
|
535
|
-
# Date when the mandate expires and no further payments will be charged. If not provided, the mandate will be set to be indefinite.
|
|
536
|
-
attr_accessor :expires_after
|
|
537
|
-
|
|
538
|
-
def initialize(expires_after: nil)
|
|
539
|
-
@expires_after = expires_after
|
|
540
|
-
end
|
|
541
|
-
end
|
|
542
|
-
# Configuration options for setting up a mandate
|
|
543
|
-
attr_accessor :mandate_options
|
|
544
|
-
|
|
545
|
-
def initialize(mandate_options: nil)
|
|
546
|
-
@mandate_options = mandate_options
|
|
547
|
-
end
|
|
548
|
-
end
|
|
549
|
-
|
|
550
437
|
class Card < ::Stripe::RequestParams
|
|
551
438
|
class MandateOptions < ::Stripe::RequestParams
|
|
552
439
|
# Amount to be charged for future payments, specified in the presentment currency.
|
|
@@ -607,7 +494,6 @@ module Stripe
|
|
|
607
494
|
end
|
|
608
495
|
end
|
|
609
496
|
|
|
610
|
-
class IdBankTransfer < ::Stripe::RequestParams; end
|
|
611
497
|
class Konbini < ::Stripe::RequestParams; end
|
|
612
498
|
|
|
613
499
|
class Payto < ::Stripe::RequestParams
|
|
@@ -697,12 +583,9 @@ module Stripe
|
|
|
697
583
|
class Filters < ::Stripe::RequestParams
|
|
698
584
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
699
585
|
attr_accessor :account_subcategories
|
|
700
|
-
# ID of the institution to use to filter for selectable accounts.
|
|
701
|
-
attr_accessor :institution
|
|
702
586
|
|
|
703
|
-
def initialize(account_subcategories: nil
|
|
587
|
+
def initialize(account_subcategories: nil)
|
|
704
588
|
@account_subcategories = account_subcategories
|
|
705
|
-
@institution = institution
|
|
706
589
|
end
|
|
707
590
|
end
|
|
708
591
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
|
@@ -732,14 +615,10 @@ module Stripe
|
|
|
732
615
|
attr_accessor :acss_debit
|
|
733
616
|
# This sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.
|
|
734
617
|
attr_accessor :bancontact
|
|
735
|
-
# This sub-hash contains details about the Blik payment method options to pass to the invoice’s PaymentIntent.
|
|
736
|
-
attr_accessor :blik
|
|
737
618
|
# This sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
|
|
738
619
|
attr_accessor :card
|
|
739
620
|
# This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
740
621
|
attr_accessor :customer_balance
|
|
741
|
-
# This sub-hash contains details about the Indonesia bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
742
|
-
attr_accessor :id_bank_transfer
|
|
743
622
|
# This sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.
|
|
744
623
|
attr_accessor :konbini
|
|
745
624
|
# This sub-hash contains details about the PayTo payment method options to pass to the invoice’s PaymentIntent.
|
|
@@ -756,10 +635,8 @@ module Stripe
|
|
|
756
635
|
def initialize(
|
|
757
636
|
acss_debit: nil,
|
|
758
637
|
bancontact: nil,
|
|
759
|
-
blik: nil,
|
|
760
638
|
card: nil,
|
|
761
639
|
customer_balance: nil,
|
|
762
|
-
id_bank_transfer: nil,
|
|
763
640
|
konbini: nil,
|
|
764
641
|
payto: nil,
|
|
765
642
|
pix: nil,
|
|
@@ -769,10 +646,8 @@ module Stripe
|
|
|
769
646
|
)
|
|
770
647
|
@acss_debit = acss_debit
|
|
771
648
|
@bancontact = bancontact
|
|
772
|
-
@blik = blik
|
|
773
649
|
@card = card
|
|
774
650
|
@customer_balance = customer_balance
|
|
775
|
-
@id_bank_transfer = id_bank_transfer
|
|
776
651
|
@konbini = konbini
|
|
777
652
|
@payto = payto
|
|
778
653
|
@pix = pix
|
|
@@ -811,18 +686,6 @@ module Stripe
|
|
|
811
686
|
end
|
|
812
687
|
end
|
|
813
688
|
|
|
814
|
-
class Prebilling < ::Stripe::RequestParams
|
|
815
|
-
# This is used to determine the number of billing cycles to prebill.
|
|
816
|
-
attr_accessor :iterations
|
|
817
|
-
# Whether to cancel or preserve `prebilling` if the subscription is updated during the prebilled period. The default value is `reset`.
|
|
818
|
-
attr_accessor :update_behavior
|
|
819
|
-
|
|
820
|
-
def initialize(iterations: nil, update_behavior: nil)
|
|
821
|
-
@iterations = iterations
|
|
822
|
-
@update_behavior = update_behavior
|
|
823
|
-
end
|
|
824
|
-
end
|
|
825
|
-
|
|
826
689
|
class TransferData < ::Stripe::RequestParams
|
|
827
690
|
# 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 destination account. By default, the entire amount is transferred to the destination.
|
|
828
691
|
attr_accessor :amount_percent
|
|
@@ -837,13 +700,10 @@ module Stripe
|
|
|
837
700
|
|
|
838
701
|
class TrialSettings < ::Stripe::RequestParams
|
|
839
702
|
class EndBehavior < ::Stripe::RequestParams
|
|
840
|
-
# Indicates how the subscription's billing cycle anchor is reset when a trial ends. Defaults to `now`.
|
|
841
|
-
attr_accessor :billing_cycle_anchor
|
|
842
703
|
# Indicates how the subscription should change when the trial ends if the user did not provide a payment method.
|
|
843
704
|
attr_accessor :missing_payment_method
|
|
844
705
|
|
|
845
|
-
def initialize(
|
|
846
|
-
@billing_cycle_anchor = billing_cycle_anchor
|
|
706
|
+
def initialize(missing_payment_method: nil)
|
|
847
707
|
@missing_payment_method = missing_payment_method
|
|
848
708
|
end
|
|
849
709
|
end
|
|
@@ -884,7 +744,7 @@ module Stripe
|
|
|
884
744
|
attr_accessor :default_tax_rates
|
|
885
745
|
# The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
|
|
886
746
|
attr_accessor :description
|
|
887
|
-
# The coupons to redeem into discounts for the subscription. If not specified or empty,
|
|
747
|
+
# The coupons to redeem into discounts for the subscription. A populated array overwrites the existing discounts on the subscription. If not specified or empty array, it leaves the subscription's discounts unchanged. If empty string, it clears the subscription's discounts.
|
|
888
748
|
attr_accessor :discounts
|
|
889
749
|
# Specifies which fields in the response should be expanded.
|
|
890
750
|
attr_accessor :expand
|
|
@@ -900,20 +760,12 @@ module Stripe
|
|
|
900
760
|
attr_accessor :on_behalf_of
|
|
901
761
|
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment).
|
|
902
762
|
attr_accessor :pause_collection
|
|
903
|
-
#
|
|
904
|
-
#
|
|
905
|
-
# Use `default_incomplete` to transition the subscription to `status=past_due` when payment is required and await explicit confirmation of the invoice's payment intent. This allows simpler management of scenarios where additional user actions are needed to pay a subscription’s invoice. Such as failed payments, [SCA regulation](https://docs.stripe.com/billing/migration/strong-customer-authentication), or collecting a mandate for a bank debit payment method.
|
|
906
|
-
#
|
|
907
|
-
# Use `pending_if_incomplete` to update the subscription using [pending updates](https://docs.stripe.com/billing/subscriptions/pending-updates). When you use `pending_if_incomplete` you can only pass the parameters [supported by pending updates](https://docs.stripe.com/billing/pending-updates-reference#supported-attributes).
|
|
908
|
-
#
|
|
909
|
-
# Use `error_if_incomplete` if you want Stripe to return an HTTP 402 status code if a subscription's invoice cannot be paid. For example, if a payment method requires 3DS authentication due to SCA regulation and further user action is needed, this parameter does not update the subscription and returns an error instead. This was the default behavior for API versions prior to 2019-03-14. See the [changelog](https://docs.stripe.com/changelog/2019-03-14) to learn more.
|
|
763
|
+
# Controls how Stripe handles payment when a subscription update requires payment and `collection_method=charge_automatically`.
|
|
910
764
|
attr_accessor :payment_behavior
|
|
911
765
|
# Payment settings to pass to invoices created by the subscription.
|
|
912
766
|
attr_accessor :payment_settings
|
|
913
767
|
# Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](/api/invoices/create) for the given subscription at the specified interval.
|
|
914
768
|
attr_accessor :pending_invoice_item_interval
|
|
915
|
-
# If specified, the invoicing for the given billing cycle iterations will be processed now.
|
|
916
|
-
attr_accessor :prebilling
|
|
917
769
|
# Determines how to handle [prorations](https://docs.stripe.com/billing/subscriptions/prorations) when the billing cycle changes (e.g., when switching plans, resetting `billing_cycle_anchor=now`, or starting a trial), or if an item's `quantity` changes. The default value is `create_prorations`.
|
|
918
770
|
attr_accessor :proration_behavior
|
|
919
771
|
# If set, prorations will be calculated as though the subscription was updated at the given time. This can be used to apply exactly the same prorations that were previewed with the [create preview](https://stripe.com/docs/api/invoices/create_preview) endpoint. `proration_date` can also be used to implement custom proration logic, such as prorating by day instead of by second, by providing the time that you wish to use for proration calculations.
|
|
@@ -954,7 +806,6 @@ module Stripe
|
|
|
954
806
|
payment_behavior: nil,
|
|
955
807
|
payment_settings: nil,
|
|
956
808
|
pending_invoice_item_interval: nil,
|
|
957
|
-
prebilling: nil,
|
|
958
809
|
proration_behavior: nil,
|
|
959
810
|
proration_date: nil,
|
|
960
811
|
transfer_data: nil,
|
|
@@ -988,7 +839,6 @@ module Stripe
|
|
|
988
839
|
@payment_behavior = payment_behavior
|
|
989
840
|
@payment_settings = payment_settings
|
|
990
841
|
@pending_invoice_item_interval = pending_invoice_item_interval
|
|
991
|
-
@prebilling = prebilling
|
|
992
842
|
@proration_behavior = proration_behavior
|
|
993
843
|
@proration_date = proration_date
|
|
994
844
|
@transfer_data = transfer_data
|
|
@@ -79,8 +79,6 @@ module Stripe
|
|
|
79
79
|
attr_accessor :amount
|
|
80
80
|
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
81
81
|
attr_accessor :metadata
|
|
82
|
-
# A tax location ID. Depending on the [tax code](/tax/tax-for-tickets/reference/tax-location-performance), this is required, optional, or not supported.
|
|
83
|
-
attr_accessor :performance_location
|
|
84
82
|
# If provided, the product's `tax_code` will be used as the line item's `tax_code`.
|
|
85
83
|
attr_accessor :product
|
|
86
84
|
# The number of units of the item being purchased. Used to calculate the per-unit price from the total `amount` for the line. For example, if `amount=100` and `quantity=4`, the calculated unit price is 25.
|
|
@@ -95,7 +93,6 @@ module Stripe
|
|
|
95
93
|
def initialize(
|
|
96
94
|
amount: nil,
|
|
97
95
|
metadata: nil,
|
|
98
|
-
performance_location: nil,
|
|
99
96
|
product: nil,
|
|
100
97
|
quantity: nil,
|
|
101
98
|
reference: nil,
|
|
@@ -104,7 +101,6 @@ module Stripe
|
|
|
104
101
|
)
|
|
105
102
|
@amount = amount
|
|
106
103
|
@metadata = metadata
|
|
107
|
-
@performance_location = performance_location
|
|
108
104
|
@product = product
|
|
109
105
|
@quantity = quantity
|
|
110
106
|
@reference = reference
|
|
@@ -1457,51 +1457,6 @@ module Stripe
|
|
|
1457
1457
|
end
|
|
1458
1458
|
|
|
1459
1459
|
class Us < ::Stripe::RequestParams
|
|
1460
|
-
class AdmissionsTax < ::Stripe::RequestParams
|
|
1461
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=admissions_tax#registration-types).
|
|
1462
|
-
attr_accessor :jurisdiction
|
|
1463
|
-
|
|
1464
|
-
def initialize(jurisdiction: nil)
|
|
1465
|
-
@jurisdiction = jurisdiction
|
|
1466
|
-
end
|
|
1467
|
-
end
|
|
1468
|
-
|
|
1469
|
-
class AttendanceTax < ::Stripe::RequestParams
|
|
1470
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=attendance_tax#registration-types).
|
|
1471
|
-
attr_accessor :jurisdiction
|
|
1472
|
-
|
|
1473
|
-
def initialize(jurisdiction: nil)
|
|
1474
|
-
@jurisdiction = jurisdiction
|
|
1475
|
-
end
|
|
1476
|
-
end
|
|
1477
|
-
|
|
1478
|
-
class EntertainmentTax < ::Stripe::RequestParams
|
|
1479
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=entertainment_tax#registration-types).
|
|
1480
|
-
attr_accessor :jurisdiction
|
|
1481
|
-
|
|
1482
|
-
def initialize(jurisdiction: nil)
|
|
1483
|
-
@jurisdiction = jurisdiction
|
|
1484
|
-
end
|
|
1485
|
-
end
|
|
1486
|
-
|
|
1487
|
-
class GrossReceiptsTax < ::Stripe::RequestParams
|
|
1488
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=gross_receipts_tax#registration-types).
|
|
1489
|
-
attr_accessor :jurisdiction
|
|
1490
|
-
|
|
1491
|
-
def initialize(jurisdiction: nil)
|
|
1492
|
-
@jurisdiction = jurisdiction
|
|
1493
|
-
end
|
|
1494
|
-
end
|
|
1495
|
-
|
|
1496
|
-
class HospitalityTax < ::Stripe::RequestParams
|
|
1497
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=hospitality_tax#registration-types).
|
|
1498
|
-
attr_accessor :jurisdiction
|
|
1499
|
-
|
|
1500
|
-
def initialize(jurisdiction: nil)
|
|
1501
|
-
@jurisdiction = jurisdiction
|
|
1502
|
-
end
|
|
1503
|
-
end
|
|
1504
|
-
|
|
1505
1460
|
class LocalAmusementTax < ::Stripe::RequestParams
|
|
1506
1461
|
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=amusement_tax#registration-types).
|
|
1507
1462
|
attr_accessor :jurisdiction
|
|
@@ -1520,24 +1475,6 @@ module Stripe
|
|
|
1520
1475
|
end
|
|
1521
1476
|
end
|
|
1522
1477
|
|
|
1523
|
-
class LuxuryTax < ::Stripe::RequestParams
|
|
1524
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=luxury_tax#registration-types).
|
|
1525
|
-
attr_accessor :jurisdiction
|
|
1526
|
-
|
|
1527
|
-
def initialize(jurisdiction: nil)
|
|
1528
|
-
@jurisdiction = jurisdiction
|
|
1529
|
-
end
|
|
1530
|
-
end
|
|
1531
|
-
|
|
1532
|
-
class ResortTax < ::Stripe::RequestParams
|
|
1533
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=resort_tax#registration-types).
|
|
1534
|
-
attr_accessor :jurisdiction
|
|
1535
|
-
|
|
1536
|
-
def initialize(jurisdiction: nil)
|
|
1537
|
-
@jurisdiction = jurisdiction
|
|
1538
|
-
end
|
|
1539
|
-
end
|
|
1540
|
-
|
|
1541
1478
|
class StateSalesTax < ::Stripe::RequestParams
|
|
1542
1479
|
class Election < ::Stripe::RequestParams
|
|
1543
1480
|
# A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction. Supported FIPS codes are: `003` (Allegheny County) and `60000` (Philadelphia City).
|
|
@@ -1557,69 +1494,28 @@ module Stripe
|
|
|
1557
1494
|
@elections = elections
|
|
1558
1495
|
end
|
|
1559
1496
|
end
|
|
1560
|
-
|
|
1561
|
-
class TourismTax < ::Stripe::RequestParams
|
|
1562
|
-
# A jurisdiction code representing the [local jurisdiction](/tax/registering?type=tourism_tax#registration-types).
|
|
1563
|
-
attr_accessor :jurisdiction
|
|
1564
|
-
|
|
1565
|
-
def initialize(jurisdiction: nil)
|
|
1566
|
-
@jurisdiction = jurisdiction
|
|
1567
|
-
end
|
|
1568
|
-
end
|
|
1569
|
-
# Options for the admission tax registration.
|
|
1570
|
-
attr_accessor :admissions_tax
|
|
1571
|
-
# Options for the attendance tax registration.
|
|
1572
|
-
attr_accessor :attendance_tax
|
|
1573
|
-
# Options for the entertainment tax registration.
|
|
1574
|
-
attr_accessor :entertainment_tax
|
|
1575
|
-
# Options for the gross receipts tax registration.
|
|
1576
|
-
attr_accessor :gross_receipts_tax
|
|
1577
|
-
# Options for the hospitality tax registration.
|
|
1578
|
-
attr_accessor :hospitality_tax
|
|
1579
1497
|
# Options for the local amusement tax registration.
|
|
1580
1498
|
attr_accessor :local_amusement_tax
|
|
1581
1499
|
# Options for the local lease tax registration.
|
|
1582
1500
|
attr_accessor :local_lease_tax
|
|
1583
|
-
# Options for the luxury tax registration.
|
|
1584
|
-
attr_accessor :luxury_tax
|
|
1585
|
-
# Options for the resort tax registration.
|
|
1586
|
-
attr_accessor :resort_tax
|
|
1587
1501
|
# Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1588
1502
|
attr_accessor :state
|
|
1589
1503
|
# Options for the state sales tax registration.
|
|
1590
1504
|
attr_accessor :state_sales_tax
|
|
1591
|
-
# Options for the tourism tax registration.
|
|
1592
|
-
attr_accessor :tourism_tax
|
|
1593
1505
|
# Type of registration to be created in the US.
|
|
1594
1506
|
attr_accessor :type
|
|
1595
1507
|
|
|
1596
1508
|
def initialize(
|
|
1597
|
-
admissions_tax: nil,
|
|
1598
|
-
attendance_tax: nil,
|
|
1599
|
-
entertainment_tax: nil,
|
|
1600
|
-
gross_receipts_tax: nil,
|
|
1601
|
-
hospitality_tax: nil,
|
|
1602
1509
|
local_amusement_tax: nil,
|
|
1603
1510
|
local_lease_tax: nil,
|
|
1604
|
-
luxury_tax: nil,
|
|
1605
|
-
resort_tax: nil,
|
|
1606
1511
|
state: nil,
|
|
1607
1512
|
state_sales_tax: nil,
|
|
1608
|
-
tourism_tax: nil,
|
|
1609
1513
|
type: nil
|
|
1610
1514
|
)
|
|
1611
|
-
@admissions_tax = admissions_tax
|
|
1612
|
-
@attendance_tax = attendance_tax
|
|
1613
|
-
@entertainment_tax = entertainment_tax
|
|
1614
|
-
@gross_receipts_tax = gross_receipts_tax
|
|
1615
|
-
@hospitality_tax = hospitality_tax
|
|
1616
1515
|
@local_amusement_tax = local_amusement_tax
|
|
1617
1516
|
@local_lease_tax = local_lease_tax
|
|
1618
|
-
@luxury_tax = luxury_tax
|
|
1619
|
-
@resort_tax = resort_tax
|
|
1620
1517
|
@state = state
|
|
1621
1518
|
@state_sales_tax = state_sales_tax
|
|
1622
|
-
@tourism_tax = tourism_tax
|
|
1623
1519
|
@type = type
|
|
1624
1520
|
end
|
|
1625
1521
|
end
|
|
@@ -40,15 +40,6 @@ module Stripe
|
|
|
40
40
|
end
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
class ReaderSecurity < ::Stripe::RequestParams
|
|
44
|
-
# Passcode used to access a reader's admin menu.
|
|
45
|
-
attr_accessor :admin_menu_passcode
|
|
46
|
-
|
|
47
|
-
def initialize(admin_menu_passcode: nil)
|
|
48
|
-
@admin_menu_passcode = admin_menu_passcode
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
|
|
52
43
|
class RebootWindow < ::Stripe::RequestParams
|
|
53
44
|
# Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
|
|
54
45
|
attr_accessor :end_hour
|
|
@@ -484,6 +475,15 @@ module Stripe
|
|
|
484
475
|
end
|
|
485
476
|
end
|
|
486
477
|
|
|
478
|
+
class VerifoneM425 < ::Stripe::RequestParams
|
|
479
|
+
# A File ID representing an image you want to display on the reader.
|
|
480
|
+
attr_accessor :splashscreen
|
|
481
|
+
|
|
482
|
+
def initialize(splashscreen: nil)
|
|
483
|
+
@splashscreen = splashscreen
|
|
484
|
+
end
|
|
485
|
+
end
|
|
486
|
+
|
|
487
487
|
class VerifoneP400 < ::Stripe::RequestParams
|
|
488
488
|
# A File ID representing an image you want to display on the reader.
|
|
489
489
|
attr_accessor :splashscreen
|
|
@@ -493,6 +493,33 @@ module Stripe
|
|
|
493
493
|
end
|
|
494
494
|
end
|
|
495
495
|
|
|
496
|
+
class VerifoneP630 < ::Stripe::RequestParams
|
|
497
|
+
# A File ID representing an image you want to display on the reader.
|
|
498
|
+
attr_accessor :splashscreen
|
|
499
|
+
|
|
500
|
+
def initialize(splashscreen: nil)
|
|
501
|
+
@splashscreen = splashscreen
|
|
502
|
+
end
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class VerifoneUx700 < ::Stripe::RequestParams
|
|
506
|
+
# A File ID representing an image you want to display on the reader.
|
|
507
|
+
attr_accessor :splashscreen
|
|
508
|
+
|
|
509
|
+
def initialize(splashscreen: nil)
|
|
510
|
+
@splashscreen = splashscreen
|
|
511
|
+
end
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
class VerifoneV660p < ::Stripe::RequestParams
|
|
515
|
+
# A File ID representing an image you want to display on the reader.
|
|
516
|
+
attr_accessor :splashscreen
|
|
517
|
+
|
|
518
|
+
def initialize(splashscreen: nil)
|
|
519
|
+
@splashscreen = splashscreen
|
|
520
|
+
end
|
|
521
|
+
end
|
|
522
|
+
|
|
496
523
|
class Wifi < ::Stripe::RequestParams
|
|
497
524
|
class EnterpriseEapPeap < ::Stripe::RequestParams
|
|
498
525
|
# A File ID representing a PEM file containing the server certificate
|
|
@@ -583,8 +610,6 @@ module Stripe
|
|
|
583
610
|
attr_accessor :name
|
|
584
611
|
# Configurations for collecting transactions offline.
|
|
585
612
|
attr_accessor :offline
|
|
586
|
-
# Configurations for reader security settings.
|
|
587
|
-
attr_accessor :reader_security
|
|
588
613
|
# Reboot time settings for readers. that support customized reboot time configuration.
|
|
589
614
|
attr_accessor :reboot_window
|
|
590
615
|
# An object containing device type specific settings for Stripe S700 readers.
|
|
@@ -593,8 +618,16 @@ module Stripe
|
|
|
593
618
|
attr_accessor :stripe_s710
|
|
594
619
|
# Tipping configurations for readers that support on-reader tips.
|
|
595
620
|
attr_accessor :tipping
|
|
621
|
+
# An object containing device type specific settings for Verifone M425 readers.
|
|
622
|
+
attr_accessor :verifone_m425
|
|
596
623
|
# An object containing device type specific settings for Verifone P400 readers.
|
|
597
624
|
attr_accessor :verifone_p400
|
|
625
|
+
# An object containing device type specific settings for Verifone P630 readers.
|
|
626
|
+
attr_accessor :verifone_p630
|
|
627
|
+
# An object containing device type specific settings for Verifone UX700 readers.
|
|
628
|
+
attr_accessor :verifone_ux700
|
|
629
|
+
# An object containing device type specific settings for Verifone V660p readers.
|
|
630
|
+
attr_accessor :verifone_v660p
|
|
598
631
|
# Configurations for connecting to a WiFi network.
|
|
599
632
|
attr_accessor :wifi
|
|
600
633
|
|
|
@@ -605,12 +638,15 @@ module Stripe
|
|
|
605
638
|
expand: nil,
|
|
606
639
|
name: nil,
|
|
607
640
|
offline: nil,
|
|
608
|
-
reader_security: nil,
|
|
609
641
|
reboot_window: nil,
|
|
610
642
|
stripe_s700: nil,
|
|
611
643
|
stripe_s710: nil,
|
|
612
644
|
tipping: nil,
|
|
645
|
+
verifone_m425: nil,
|
|
613
646
|
verifone_p400: nil,
|
|
647
|
+
verifone_p630: nil,
|
|
648
|
+
verifone_ux700: nil,
|
|
649
|
+
verifone_v660p: nil,
|
|
614
650
|
wifi: nil
|
|
615
651
|
)
|
|
616
652
|
@bbpos_wisepad3 = bbpos_wisepad3
|
|
@@ -619,12 +655,15 @@ module Stripe
|
|
|
619
655
|
@expand = expand
|
|
620
656
|
@name = name
|
|
621
657
|
@offline = offline
|
|
622
|
-
@reader_security = reader_security
|
|
623
658
|
@reboot_window = reboot_window
|
|
624
659
|
@stripe_s700 = stripe_s700
|
|
625
660
|
@stripe_s710 = stripe_s710
|
|
626
661
|
@tipping = tipping
|
|
662
|
+
@verifone_m425 = verifone_m425
|
|
627
663
|
@verifone_p400 = verifone_p400
|
|
664
|
+
@verifone_p630 = verifone_p630
|
|
665
|
+
@verifone_ux700 = verifone_ux700
|
|
666
|
+
@verifone_v660p = verifone_v660p
|
|
628
667
|
@wifi = wifi
|
|
629
668
|
end
|
|
630
669
|
end
|