stripe 18.2.0.pre.beta.1 → 18.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 +0 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +4 -156
- data/lib/stripe/events/{v2_core_account_including_configuration_storer_updated_event.rb → v2_core_account_including_future_requirements_updated_event.rb} +6 -6
- data/lib/stripe/object_types.rb +0 -52
- data/lib/stripe/params/account_create_params.rb +1 -304
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +0 -266
- data/lib/stripe/params/charge_capture_params.rb +0 -1648
- data/lib/stripe/params/charge_update_params.rb +0 -1648
- data/lib/stripe/params/checkout/session_create_params.rb +3 -129
- data/lib/stripe/params/checkout/session_update_params.rb +1 -141
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -77
- 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 +1 -30
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -107
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -822
- 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 -33
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_update_params.rb +2 -107
- 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 +1 -1627
- data/lib/stripe/params/payment_intent_confirm_params.rb +23 -2983
- data/lib/stripe/params/payment_intent_create_params.rb +23 -2983
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -21
- data/lib/stripe/params/payment_intent_update_params.rb +25 -3016
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -105
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -105
- data/lib/stripe/params/payment_method_create_params.rb +0 -77
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/quote_create_params.rb +3 -801
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -809
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -158
- data/lib/stripe/params/setup_intent_create_params.rb +3 -158
- data/lib/stripe/params/setup_intent_update_params.rb +3 -158
- data/lib/stripe/params/subscription_create_params.rb +5 -254
- data/lib/stripe/params/subscription_item_create_params.rb +2 -46
- data/lib/stripe/params/subscription_item_update_params.rb +1 -29
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -163
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -163
- data/lib/stripe/params/subscription_update_params.rb +4 -237
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -77
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/v2/core/account_create_params.rb +4 -251
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -13
- data/lib/stripe/params/v2/core/account_update_params.rb +3 -243
- data/lib/stripe/params.rb +0 -151
- data/lib/stripe/resources/account.rb +1 -182
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +1 -215
- data/lib/stripe/resources/checkout/session.rb +4 -104
- data/lib/stripe/resources/confirmation_token.rb +0 -133
- 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/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -25
- data/lib/stripe/resources/financial_connections/session.rb +1 -65
- data/lib/stripe/resources/invoice.rb +1 -150
- data/lib/stripe/resources/invoice_item.rb +0 -2
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -66
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +1 -181
- data/lib/stripe/resources/payment_intent.rb +4 -737
- data/lib/stripe/resources/payment_method.rb +0 -135
- data/lib/stripe/resources/payment_method_configuration.rb +0 -170
- data/lib/stripe/resources/payment_record.rb +1 -181
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -48
- data/lib/stripe/resources/setup_intent.rb +1 -88
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -230
- data/lib/stripe/resources/subscription_item.rb +1 -20
- data/lib/stripe/resources/subscription_schedule.rb +3 -196
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources/v2/core/account.rb +3 -565
- data/lib/stripe/resources.rb +1 -88
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -2
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -9
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -55
- 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 +0 -54
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +30178 -90552
- metadata +5 -299
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- 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 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -2061
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2065
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/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/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_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 -33
- 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/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 -62
- 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 -110
- 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 -79
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -85
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -89
- 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/test_helpers/financial_address_credit_params.rb +0 -34
- 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/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1182
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/reserve/hold.rb +0 -74
- data/lib/stripe/resources/reserve/plan.rb +0 -78
- data/lib/stripe/resources/reserve/release.rb +0 -77
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -83
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -44
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -82
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -188
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -197
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -261
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -202
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -240
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -111
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -246
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -152
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -180
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -153
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/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/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/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/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 -65
- 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/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 -425
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class OrderLineItemService < StripeService
|
|
6
|
-
# When retrieving an order, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
|
|
7
|
-
def list(id, params = {}, opts = {})
|
|
8
|
-
request(
|
|
9
|
-
method: :get,
|
|
10
|
-
path: format("/v1/orders/%<id>s/line_items", { id: CGI.escape(id) }),
|
|
11
|
-
params: params,
|
|
12
|
-
opts: opts,
|
|
13
|
-
base_address: :api
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class OrderService < StripeService
|
|
6
|
-
attr_reader :line_items
|
|
7
|
-
|
|
8
|
-
def initialize(requestor)
|
|
9
|
-
super
|
|
10
|
-
@line_items = Stripe::OrderLineItemService.new(@requestor)
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
# Cancels the order as well as the payment intent if one is attached.
|
|
14
|
-
def cancel(id, params = {}, opts = {})
|
|
15
|
-
request(
|
|
16
|
-
method: :post,
|
|
17
|
-
path: format("/v1/orders/%<id>s/cancel", { id: CGI.escape(id) }),
|
|
18
|
-
params: params,
|
|
19
|
-
opts: opts,
|
|
20
|
-
base_address: :api
|
|
21
|
-
)
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
# Creates a new open order object.
|
|
25
|
-
def create(params = {}, opts = {})
|
|
26
|
-
request(method: :post, path: "/v1/orders", params: params, opts: opts, base_address: :api)
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
# Returns a list of your orders. The orders are returned sorted by creation date, with the most recently created orders appearing first.
|
|
30
|
-
def list(params = {}, opts = {})
|
|
31
|
-
request(method: :get, path: "/v1/orders", params: params, opts: opts, base_address: :api)
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
# Reopens a submitted order.
|
|
35
|
-
def reopen(id, params = {}, opts = {})
|
|
36
|
-
request(
|
|
37
|
-
method: :post,
|
|
38
|
-
path: format("/v1/orders/%<id>s/reopen", { id: CGI.escape(id) }),
|
|
39
|
-
params: params,
|
|
40
|
-
opts: opts,
|
|
41
|
-
base_address: :api
|
|
42
|
-
)
|
|
43
|
-
end
|
|
44
|
-
|
|
45
|
-
# Retrieves the details of an existing order. Supply the unique order ID from either an order creation request or the order list, and Stripe will return the corresponding order information.
|
|
46
|
-
def retrieve(id, params = {}, opts = {})
|
|
47
|
-
request(
|
|
48
|
-
method: :get,
|
|
49
|
-
path: format("/v1/orders/%<id>s", { id: CGI.escape(id) }),
|
|
50
|
-
params: params,
|
|
51
|
-
opts: opts,
|
|
52
|
-
base_address: :api
|
|
53
|
-
)
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
# Submitting an Order transitions the status to processing and creates a PaymentIntent object so the order can be paid. If the Order has an amount_total of 0, no PaymentIntent object will be created. Once the order is submitted, its contents cannot be changed, unless the [reopen](https://docs.stripe.com/api#reopen_order) method is called.
|
|
57
|
-
def submit(id, params = {}, opts = {})
|
|
58
|
-
request(
|
|
59
|
-
method: :post,
|
|
60
|
-
path: format("/v1/orders/%<id>s/submit", { id: CGI.escape(id) }),
|
|
61
|
-
params: params,
|
|
62
|
-
opts: opts,
|
|
63
|
-
base_address: :api
|
|
64
|
-
)
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
# Updates the specific order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
68
|
-
def update(id, params = {}, opts = {})
|
|
69
|
-
request(
|
|
70
|
-
method: :post,
|
|
71
|
-
path: format("/v1/orders/%<id>s", { id: CGI.escape(id) }),
|
|
72
|
-
params: params,
|
|
73
|
-
opts: opts,
|
|
74
|
-
base_address: :api
|
|
75
|
-
)
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
end
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Privacy
|
|
6
|
-
class RedactionJobService < StripeService
|
|
7
|
-
attr_reader :validation_errors
|
|
8
|
-
|
|
9
|
-
def initialize(requestor)
|
|
10
|
-
super
|
|
11
|
-
@validation_errors = Stripe::Privacy::RedactionJobValidationErrorService.new(@requestor)
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
# You can cancel a redaction job when it's in one of these statuses: ready, failed.
|
|
15
|
-
#
|
|
16
|
-
# Canceling the redaction job will abandon its attempt to redact the configured objects. A canceled job cannot be used again.
|
|
17
|
-
def cancel(job, params = {}, opts = {})
|
|
18
|
-
request(
|
|
19
|
-
method: :post,
|
|
20
|
-
path: format("/v1/privacy/redaction_jobs/%<job>s/cancel", { job: CGI.escape(job) }),
|
|
21
|
-
params: params,
|
|
22
|
-
opts: opts,
|
|
23
|
-
base_address: :api
|
|
24
|
-
)
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
# Creates a redaction job. When a job is created, it will start to validate.
|
|
28
|
-
def create(params = {}, opts = {})
|
|
29
|
-
request(
|
|
30
|
-
method: :post,
|
|
31
|
-
path: "/v1/privacy/redaction_jobs",
|
|
32
|
-
params: params,
|
|
33
|
-
opts: opts,
|
|
34
|
-
base_address: :api
|
|
35
|
-
)
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
# Returns a list of redaction jobs.
|
|
39
|
-
def list(params = {}, opts = {})
|
|
40
|
-
request(
|
|
41
|
-
method: :get,
|
|
42
|
-
path: "/v1/privacy/redaction_jobs",
|
|
43
|
-
params: params,
|
|
44
|
-
opts: opts,
|
|
45
|
-
base_address: :api
|
|
46
|
-
)
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
# Retrieves the details of a previously created redaction job.
|
|
50
|
-
def retrieve(job, params = {}, opts = {})
|
|
51
|
-
request(
|
|
52
|
-
method: :get,
|
|
53
|
-
path: format("/v1/privacy/redaction_jobs/%<job>s", { job: CGI.escape(job) }),
|
|
54
|
-
params: params,
|
|
55
|
-
opts: opts,
|
|
56
|
-
base_address: :api
|
|
57
|
-
)
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
# Run a redaction job in a ready status.
|
|
61
|
-
#
|
|
62
|
-
# When you run a job, the configured objects will be redacted asynchronously. This action is irreversible and cannot be canceled once started.
|
|
63
|
-
#
|
|
64
|
-
# The status of the job will move to redacting. Once all of the objects are redacted, the status will become succeeded. If the job's validation_behavior is set to fix, the automatic fixes will be applied to objects at this step.
|
|
65
|
-
def run(job, params = {}, opts = {})
|
|
66
|
-
request(
|
|
67
|
-
method: :post,
|
|
68
|
-
path: format("/v1/privacy/redaction_jobs/%<job>s/run", { job: CGI.escape(job) }),
|
|
69
|
-
params: params,
|
|
70
|
-
opts: opts,
|
|
71
|
-
base_address: :api
|
|
72
|
-
)
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
# Updates the properties of a redaction job without running or canceling the job.
|
|
76
|
-
#
|
|
77
|
-
# If the job to update is in a failed status, it will not automatically start to validate. Once you applied all of the changes, use the validate API to start validation again.
|
|
78
|
-
def update(job, params = {}, opts = {})
|
|
79
|
-
request(
|
|
80
|
-
method: :post,
|
|
81
|
-
path: format("/v1/privacy/redaction_jobs/%<job>s", { job: CGI.escape(job) }),
|
|
82
|
-
params: params,
|
|
83
|
-
opts: opts,
|
|
84
|
-
base_address: :api
|
|
85
|
-
)
|
|
86
|
-
end
|
|
87
|
-
|
|
88
|
-
# Validate a redaction job when it is in a failed status.
|
|
89
|
-
#
|
|
90
|
-
# When a job is created, it automatically begins to validate on the configured objects' eligibility for redaction. Use this to validate the job again after its validation errors are resolved or the job's validation_behavior is changed.
|
|
91
|
-
#
|
|
92
|
-
# The status of the job will move to validating. Once all of the objects are validated, the status of the job will become ready. If there are any validation errors preventing the job from running, the status will become failed.
|
|
93
|
-
def validate(job, params = {}, opts = {})
|
|
94
|
-
request(
|
|
95
|
-
method: :post,
|
|
96
|
-
path: format("/v1/privacy/redaction_jobs/%<job>s/validate", { job: CGI.escape(job) }),
|
|
97
|
-
params: params,
|
|
98
|
-
opts: opts,
|
|
99
|
-
base_address: :api
|
|
100
|
-
)
|
|
101
|
-
end
|
|
102
|
-
end
|
|
103
|
-
end
|
|
104
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Privacy
|
|
6
|
-
class RedactionJobValidationErrorService < StripeService
|
|
7
|
-
# Returns a list of validation errors for the specified redaction job.
|
|
8
|
-
def list(job, params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: format("/v1/privacy/redaction_jobs/%<job>s/validation_errors", { job: CGI.escape(job) }),
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class PrivacyService < StripeService
|
|
6
|
-
attr_reader :redaction_jobs
|
|
7
|
-
|
|
8
|
-
def initialize(requestor)
|
|
9
|
-
super
|
|
10
|
-
@redaction_jobs = Stripe::Privacy::RedactionJobService.new(@requestor)
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class QuoteLineService < StripeService
|
|
6
|
-
# Retrieves a paginated list of lines for a quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.
|
|
7
|
-
def list(quote, params = {}, opts = {})
|
|
8
|
-
request(
|
|
9
|
-
method: :get,
|
|
10
|
-
path: format("/v1/quotes/%<quote>s/lines", { quote: CGI.escape(quote) }),
|
|
11
|
-
params: params,
|
|
12
|
-
opts: opts,
|
|
13
|
-
base_address: :api
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class QuotePreviewInvoiceService < StripeService
|
|
6
|
-
# Preview the invoices that would be generated by accepting the quote.
|
|
7
|
-
def list(quote, params = {}, opts = {})
|
|
8
|
-
request(
|
|
9
|
-
method: :get,
|
|
10
|
-
path: format("/v1/quotes/%<quote>s/preview_invoices", { quote: CGI.escape(quote) }),
|
|
11
|
-
params: params,
|
|
12
|
-
opts: opts,
|
|
13
|
-
base_address: :api
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class QuotePreviewSubscriptionScheduleService < StripeService
|
|
6
|
-
# Preview the schedules that would be generated by accepting the quote
|
|
7
|
-
def list(quote, params = {}, opts = {})
|
|
8
|
-
request(
|
|
9
|
-
method: :get,
|
|
10
|
-
path: format("/v1/quotes/%<quote>s/preview_subscription_schedules", { quote: CGI.escape(quote) }),
|
|
11
|
-
params: params,
|
|
12
|
-
opts: opts,
|
|
13
|
-
base_address: :api
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Reserve
|
|
6
|
-
class HoldService < StripeService
|
|
7
|
-
# Returns a list of ReserveHolds previously created. The ReserveHolds are returned in sorted order, with the most recent ReserveHolds appearing first.
|
|
8
|
-
def list(params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: "/v1/reserve/holds",
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
# Retrieve a ReserveHold.
|
|
19
|
-
def retrieve(id, params = {}, opts = {})
|
|
20
|
-
request(
|
|
21
|
-
method: :get,
|
|
22
|
-
path: format("/v1/reserve/holds/%<id>s", { id: CGI.escape(id) }),
|
|
23
|
-
params: params,
|
|
24
|
-
opts: opts,
|
|
25
|
-
base_address: :api
|
|
26
|
-
)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Reserve
|
|
6
|
-
class PlanService < StripeService
|
|
7
|
-
# Retrieve a ReservePlan.
|
|
8
|
-
def retrieve(id, params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: format("/v1/reserve/plans/%<id>s", { id: CGI.escape(id) }),
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Reserve
|
|
6
|
-
class ReleaseService < StripeService
|
|
7
|
-
# Returns a list of ReserveReleases previously created. The ReserveReleases are returned in sorted order, with the most recent ReserveReleases appearing first.
|
|
8
|
-
def list(params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: "/v1/reserve/releases",
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
# Retrieve a ReserveRelease.
|
|
19
|
-
def retrieve(id, params = {}, opts = {})
|
|
20
|
-
request(
|
|
21
|
-
method: :get,
|
|
22
|
-
path: format("/v1/reserve/releases/%<id>s", { id: CGI.escape(id) }),
|
|
23
|
-
params: params,
|
|
24
|
-
opts: opts,
|
|
25
|
-
base_address: :api
|
|
26
|
-
)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class ReserveService < StripeService
|
|
6
|
-
attr_reader :holds, :plans, :releases
|
|
7
|
-
|
|
8
|
-
def initialize(requestor)
|
|
9
|
-
super
|
|
10
|
-
@holds = Stripe::Reserve::HoldService.new(@requestor)
|
|
11
|
-
@plans = Stripe::Reserve::PlanService.new(@requestor)
|
|
12
|
-
@releases = Stripe::Reserve::ReleaseService.new(@requestor)
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Tax
|
|
6
|
-
class FormService < StripeService
|
|
7
|
-
# Returns a list of tax forms which were previously created. The tax forms are returned in sorted order, with the oldest tax forms appearing first.
|
|
8
|
-
def list(params = {}, opts = {})
|
|
9
|
-
request(method: :get, path: "/v1/tax/forms", params: params, opts: opts, base_address: :api)
|
|
10
|
-
end
|
|
11
|
-
|
|
12
|
-
# Download the PDF for a tax form.
|
|
13
|
-
def pdf(id, params = {}, opts = {}, &read_body_chunk_block)
|
|
14
|
-
opts = { api_base: APIRequestor.active_requestor.config.uploads_base }.merge(opts)
|
|
15
|
-
request_stream(
|
|
16
|
-
method: :get,
|
|
17
|
-
path: format("/v1/tax/forms/%<id>s/pdf", { id: CGI.escape(id) }),
|
|
18
|
-
params: params,
|
|
19
|
-
opts: opts,
|
|
20
|
-
base_address: :files,
|
|
21
|
-
&read_body_chunk_block
|
|
22
|
-
)
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
# Retrieves the details of a tax form that has previously been created. Supply the unique tax form ID that was returned from your previous request, and Stripe will return the corresponding tax form information.
|
|
26
|
-
def retrieve(id, params = {}, opts = {})
|
|
27
|
-
request(
|
|
28
|
-
method: :get,
|
|
29
|
-
path: format("/v1/tax/forms/%<id>s", { id: CGI.escape(id) }),
|
|
30
|
-
params: params,
|
|
31
|
-
opts: opts,
|
|
32
|
-
base_address: :api
|
|
33
|
-
)
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Terminal
|
|
6
|
-
class ReaderCollectedDataService < StripeService
|
|
7
|
-
# Retrieve data collected using Reader hardware.
|
|
8
|
-
def retrieve(reader_collected_data, params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: format("/v1/terminal/reader_collected_data/%<reader_collected_data>s", { reader_collected_data: CGI.escape(reader_collected_data) }),
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class BillSettingService < StripeService
|
|
8
|
-
attr_reader :versions
|
|
9
|
-
|
|
10
|
-
def initialize(requestor)
|
|
11
|
-
super
|
|
12
|
-
@versions = Stripe::V2::Billing::BillSettings::VersionService.new(@requestor)
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
# Create a BillSetting object.
|
|
16
|
-
def create(params = {}, opts = {})
|
|
17
|
-
request(
|
|
18
|
-
method: :post,
|
|
19
|
-
path: "/v2/billing/bill_settings",
|
|
20
|
-
params: params,
|
|
21
|
-
opts: opts,
|
|
22
|
-
base_address: :api
|
|
23
|
-
)
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
# List all BillSetting objects.
|
|
27
|
-
def list(params = {}, opts = {})
|
|
28
|
-
request(
|
|
29
|
-
method: :get,
|
|
30
|
-
path: "/v2/billing/bill_settings",
|
|
31
|
-
params: params,
|
|
32
|
-
opts: opts,
|
|
33
|
-
base_address: :api
|
|
34
|
-
)
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
# Retrieve a BillSetting object by ID.
|
|
38
|
-
def retrieve(id, params = {}, opts = {})
|
|
39
|
-
request(
|
|
40
|
-
method: :get,
|
|
41
|
-
path: format("/v2/billing/bill_settings/%<id>s", { id: CGI.escape(id) }),
|
|
42
|
-
params: params,
|
|
43
|
-
opts: opts,
|
|
44
|
-
base_address: :api
|
|
45
|
-
)
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
# Update fields on an existing BillSetting object.
|
|
49
|
-
def update(id, params = {}, opts = {})
|
|
50
|
-
request(
|
|
51
|
-
method: :post,
|
|
52
|
-
path: format("/v2/billing/bill_settings/%<id>s", { id: CGI.escape(id) }),
|
|
53
|
-
params: params,
|
|
54
|
-
opts: opts,
|
|
55
|
-
base_address: :api
|
|
56
|
-
)
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
module BillSettings
|
|
8
|
-
class VersionService < StripeService
|
|
9
|
-
# List all BillSettingVersions by BillSetting ID.
|
|
10
|
-
def list(bill_setting_id, params = {}, opts = {})
|
|
11
|
-
request(
|
|
12
|
-
method: :get,
|
|
13
|
-
path: format("/v2/billing/bill_settings/%<bill_setting_id>s/versions", { bill_setting_id: CGI.escape(bill_setting_id) }),
|
|
14
|
-
params: params,
|
|
15
|
-
opts: opts,
|
|
16
|
-
base_address: :api
|
|
17
|
-
)
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
# Retrieve a BillSettingVersion by ID.
|
|
21
|
-
def retrieve(bill_setting_id, id, params = {}, opts = {})
|
|
22
|
-
request(
|
|
23
|
-
method: :get,
|
|
24
|
-
path: format("/v2/billing/bill_settings/%<bill_setting_id>s/versions/%<id>s", { bill_setting_id: CGI.escape(bill_setting_id), id: CGI.escape(id) }),
|
|
25
|
-
params: params,
|
|
26
|
-
opts: opts,
|
|
27
|
-
base_address: :api
|
|
28
|
-
)
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
end
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class CadenceService < StripeService
|
|
8
|
-
# Cancel the Billing Cadence.
|
|
9
|
-
def cancel(id, params = {}, opts = {})
|
|
10
|
-
request(
|
|
11
|
-
method: :post,
|
|
12
|
-
path: format("/v2/billing/cadences/%<id>s/cancel", { id: CGI.escape(id) }),
|
|
13
|
-
params: params,
|
|
14
|
-
opts: opts,
|
|
15
|
-
base_address: :api
|
|
16
|
-
)
|
|
17
|
-
end
|
|
18
|
-
|
|
19
|
-
# Create a Billing Cadence object.
|
|
20
|
-
def create(params = {}, opts = {})
|
|
21
|
-
request(
|
|
22
|
-
method: :post,
|
|
23
|
-
path: "/v2/billing/cadences",
|
|
24
|
-
params: params,
|
|
25
|
-
opts: opts,
|
|
26
|
-
base_address: :api
|
|
27
|
-
)
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
# List Billing Cadences.
|
|
31
|
-
def list(params = {}, opts = {})
|
|
32
|
-
request(
|
|
33
|
-
method: :get,
|
|
34
|
-
path: "/v2/billing/cadences",
|
|
35
|
-
params: params,
|
|
36
|
-
opts: opts,
|
|
37
|
-
base_address: :api
|
|
38
|
-
)
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
# Retrieve a Billing Cadence object.
|
|
42
|
-
def retrieve(id, params = {}, opts = {})
|
|
43
|
-
request(
|
|
44
|
-
method: :get,
|
|
45
|
-
path: format("/v2/billing/cadences/%<id>s", { id: CGI.escape(id) }),
|
|
46
|
-
params: params,
|
|
47
|
-
opts: opts,
|
|
48
|
-
base_address: :api
|
|
49
|
-
)
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
# Update a Billing Cadence object.
|
|
53
|
-
def update(id, params = {}, opts = {})
|
|
54
|
-
request(
|
|
55
|
-
method: :post,
|
|
56
|
-
path: format("/v2/billing/cadences/%<id>s", { id: CGI.escape(id) }),
|
|
57
|
-
params: params,
|
|
58
|
-
opts: opts,
|
|
59
|
-
base_address: :api
|
|
60
|
-
)
|
|
61
|
-
end
|
|
62
|
-
end
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
end
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class CollectionSettingService < StripeService
|
|
8
|
-
attr_reader :versions
|
|
9
|
-
|
|
10
|
-
def initialize(requestor)
|
|
11
|
-
super
|
|
12
|
-
@versions = Stripe::V2::Billing::CollectionSettings::VersionService.new(@requestor)
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
# Create a CollectionSetting object.
|
|
16
|
-
def create(params = {}, opts = {})
|
|
17
|
-
request(
|
|
18
|
-
method: :post,
|
|
19
|
-
path: "/v2/billing/collection_settings",
|
|
20
|
-
params: params,
|
|
21
|
-
opts: opts,
|
|
22
|
-
base_address: :api
|
|
23
|
-
)
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
# List all CollectionSetting objects.
|
|
27
|
-
def list(params = {}, opts = {})
|
|
28
|
-
request(
|
|
29
|
-
method: :get,
|
|
30
|
-
path: "/v2/billing/collection_settings",
|
|
31
|
-
params: params,
|
|
32
|
-
opts: opts,
|
|
33
|
-
base_address: :api
|
|
34
|
-
)
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
# Retrieve a CollectionSetting by ID.
|
|
38
|
-
def retrieve(id, params = {}, opts = {})
|
|
39
|
-
request(
|
|
40
|
-
method: :get,
|
|
41
|
-
path: format("/v2/billing/collection_settings/%<id>s", { id: CGI.escape(id) }),
|
|
42
|
-
params: params,
|
|
43
|
-
opts: opts,
|
|
44
|
-
base_address: :api
|
|
45
|
-
)
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
# Update fields on an existing CollectionSetting.
|
|
49
|
-
def update(id, params = {}, opts = {})
|
|
50
|
-
request(
|
|
51
|
-
method: :post,
|
|
52
|
-
path: format("/v2/billing/collection_settings/%<id>s", { id: CGI.escape(id) }),
|
|
53
|
-
params: params,
|
|
54
|
-
opts: opts,
|
|
55
|
-
base_address: :api
|
|
56
|
-
)
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|