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
|
@@ -103,6 +103,7 @@ module Stripe
|
|
|
103
103
|
end
|
|
104
104
|
end
|
|
105
105
|
|
|
106
|
+
class Bizum < ::Stripe::RequestParams; end
|
|
106
107
|
class Blik < ::Stripe::RequestParams; end
|
|
107
108
|
|
|
108
109
|
class Boleto < ::Stripe::RequestParams
|
|
@@ -140,18 +141,8 @@ module Stripe
|
|
|
140
141
|
end
|
|
141
142
|
|
|
142
143
|
class Giropay < ::Stripe::RequestParams; end
|
|
143
|
-
class Gopay < ::Stripe::RequestParams; end
|
|
144
144
|
class Grabpay < ::Stripe::RequestParams; end
|
|
145
145
|
|
|
146
|
-
class IdBankTransfer < ::Stripe::RequestParams
|
|
147
|
-
# Bank where the account is held.
|
|
148
|
-
attr_accessor :bank
|
|
149
|
-
|
|
150
|
-
def initialize(bank: nil)
|
|
151
|
-
@bank = bank
|
|
152
|
-
end
|
|
153
|
-
end
|
|
154
|
-
|
|
155
146
|
class Ideal < ::Stripe::RequestParams
|
|
156
147
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
157
148
|
attr_accessor :bank
|
|
@@ -249,7 +240,6 @@ module Stripe
|
|
|
249
240
|
class Payco < ::Stripe::RequestParams; end
|
|
250
241
|
class Paynow < ::Stripe::RequestParams; end
|
|
251
242
|
class Paypal < ::Stripe::RequestParams; end
|
|
252
|
-
class Paypay < ::Stripe::RequestParams; end
|
|
253
243
|
|
|
254
244
|
class Payto < ::Stripe::RequestParams
|
|
255
245
|
# The account number for the bank account.
|
|
@@ -268,7 +258,6 @@ module Stripe
|
|
|
268
258
|
|
|
269
259
|
class Pix < ::Stripe::RequestParams; end
|
|
270
260
|
class Promptpay < ::Stripe::RequestParams; end
|
|
271
|
-
class Qris < ::Stripe::RequestParams; end
|
|
272
261
|
|
|
273
262
|
class RadarOptions < ::Stripe::RequestParams
|
|
274
263
|
# A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
@@ -279,32 +268,10 @@ module Stripe
|
|
|
279
268
|
end
|
|
280
269
|
end
|
|
281
270
|
|
|
282
|
-
class Rechnung < ::Stripe::RequestParams
|
|
283
|
-
class Dob < ::Stripe::RequestParams
|
|
284
|
-
# The day of birth, between 1 and 31.
|
|
285
|
-
attr_accessor :day
|
|
286
|
-
# The month of birth, between 1 and 12.
|
|
287
|
-
attr_accessor :month
|
|
288
|
-
# The four-digit year of birth.
|
|
289
|
-
attr_accessor :year
|
|
290
|
-
|
|
291
|
-
def initialize(day: nil, month: nil, year: nil)
|
|
292
|
-
@day = day
|
|
293
|
-
@month = month
|
|
294
|
-
@year = year
|
|
295
|
-
end
|
|
296
|
-
end
|
|
297
|
-
# Customer's date of birth
|
|
298
|
-
attr_accessor :dob
|
|
299
|
-
|
|
300
|
-
def initialize(dob: nil)
|
|
301
|
-
@dob = dob
|
|
302
|
-
end
|
|
303
|
-
end
|
|
304
|
-
|
|
305
271
|
class RevolutPay < ::Stripe::RequestParams; end
|
|
306
272
|
class SamsungPay < ::Stripe::RequestParams; end
|
|
307
273
|
class Satispay < ::Stripe::RequestParams; end
|
|
274
|
+
class Scalapay < ::Stripe::RequestParams; end
|
|
308
275
|
|
|
309
276
|
class SepaDebit < ::Stripe::RequestParams
|
|
310
277
|
# IBAN of the bank account.
|
|
@@ -315,8 +282,6 @@ module Stripe
|
|
|
315
282
|
end
|
|
316
283
|
end
|
|
317
284
|
|
|
318
|
-
class Shopeepay < ::Stripe::RequestParams; end
|
|
319
|
-
|
|
320
285
|
class Sofort < ::Stripe::RequestParams
|
|
321
286
|
# Two-letter ISO code representing the country the bank account is located in.
|
|
322
287
|
attr_accessor :country
|
|
@@ -326,15 +291,6 @@ module Stripe
|
|
|
326
291
|
end
|
|
327
292
|
end
|
|
328
293
|
|
|
329
|
-
class StripeBalance < ::Stripe::RequestParams
|
|
330
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
|
331
|
-
attr_accessor :account
|
|
332
|
-
|
|
333
|
-
def initialize(account: nil)
|
|
334
|
-
@account = account
|
|
335
|
-
end
|
|
336
|
-
end
|
|
337
|
-
|
|
338
294
|
class Sunbit < ::Stripe::RequestParams; end
|
|
339
295
|
class Swish < ::Stripe::RequestParams; end
|
|
340
296
|
class Twint < ::Stripe::RequestParams; end
|
|
@@ -418,6 +374,8 @@ module Stripe
|
|
|
418
374
|
attr_accessor :billie
|
|
419
375
|
# Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
|
|
420
376
|
attr_accessor :billing_details
|
|
377
|
+
# If this is a `bizum` PaymentMethod, this hash contains details about the Bizum payment method.
|
|
378
|
+
attr_accessor :bizum
|
|
421
379
|
# If this is a `blik` PaymentMethod, this hash contains details about the BLIK payment method.
|
|
422
380
|
attr_accessor :blik
|
|
423
381
|
# If this is a `boleto` PaymentMethod, this hash contains details about the Boleto payment method.
|
|
@@ -434,12 +392,8 @@ module Stripe
|
|
|
434
392
|
attr_accessor :fpx
|
|
435
393
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
|
436
394
|
attr_accessor :giropay
|
|
437
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
438
|
-
attr_accessor :gopay
|
|
439
395
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
440
396
|
attr_accessor :grabpay
|
|
441
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
442
|
-
attr_accessor :id_bank_transfer
|
|
443
397
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
444
398
|
attr_accessor :ideal
|
|
445
399
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
|
@@ -452,7 +406,7 @@ module Stripe
|
|
|
452
406
|
attr_accessor :konbini
|
|
453
407
|
# If this is a `kr_card` PaymentMethod, this hash contains details about the Korean Card payment method.
|
|
454
408
|
attr_accessor :kr_card
|
|
455
|
-
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
|
409
|
+
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method (Link is also known as Onelink in the UK).
|
|
456
410
|
attr_accessor :link
|
|
457
411
|
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
|
458
412
|
attr_accessor :mb_way
|
|
@@ -478,36 +432,26 @@ module Stripe
|
|
|
478
432
|
attr_accessor :paynow
|
|
479
433
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
|
480
434
|
attr_accessor :paypal
|
|
481
|
-
# If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
|
482
|
-
attr_accessor :paypay
|
|
483
435
|
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
484
436
|
attr_accessor :payto
|
|
485
437
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
|
486
438
|
attr_accessor :pix
|
|
487
439
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
|
488
440
|
attr_accessor :promptpay
|
|
489
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
|
490
|
-
attr_accessor :qris
|
|
491
441
|
# Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
|
|
492
442
|
attr_accessor :radar_options
|
|
493
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
494
|
-
attr_accessor :rechnung
|
|
495
443
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
496
444
|
attr_accessor :revolut_pay
|
|
497
445
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
|
498
446
|
attr_accessor :samsung_pay
|
|
499
447
|
# If this is a `satispay` PaymentMethod, this hash contains details about the Satispay payment method.
|
|
500
448
|
attr_accessor :satispay
|
|
449
|
+
# If this is a Scalapay PaymentMethod, this hash contains details about the Scalapay payment method.
|
|
450
|
+
attr_accessor :scalapay
|
|
501
451
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
|
502
452
|
attr_accessor :sepa_debit
|
|
503
|
-
# ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
|
|
504
|
-
attr_accessor :shared_payment_granted_token
|
|
505
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
|
506
|
-
attr_accessor :shopeepay
|
|
507
453
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
508
454
|
attr_accessor :sofort
|
|
509
|
-
# This hash contains details about the Stripe balance payment method.
|
|
510
|
-
attr_accessor :stripe_balance
|
|
511
455
|
# If this is a Sunbit PaymentMethod, this hash contains details about the Sunbit payment method.
|
|
512
456
|
attr_accessor :sunbit
|
|
513
457
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
|
@@ -538,6 +482,7 @@ module Stripe
|
|
|
538
482
|
bancontact: nil,
|
|
539
483
|
billie: nil,
|
|
540
484
|
billing_details: nil,
|
|
485
|
+
bizum: nil,
|
|
541
486
|
blik: nil,
|
|
542
487
|
boleto: nil,
|
|
543
488
|
cashapp: nil,
|
|
@@ -546,9 +491,7 @@ module Stripe
|
|
|
546
491
|
eps: nil,
|
|
547
492
|
fpx: nil,
|
|
548
493
|
giropay: nil,
|
|
549
|
-
gopay: nil,
|
|
550
494
|
grabpay: nil,
|
|
551
|
-
id_bank_transfer: nil,
|
|
552
495
|
ideal: nil,
|
|
553
496
|
interac_present: nil,
|
|
554
497
|
kakao_pay: nil,
|
|
@@ -568,21 +511,16 @@ module Stripe
|
|
|
568
511
|
payco: nil,
|
|
569
512
|
paynow: nil,
|
|
570
513
|
paypal: nil,
|
|
571
|
-
paypay: nil,
|
|
572
514
|
payto: nil,
|
|
573
515
|
pix: nil,
|
|
574
516
|
promptpay: nil,
|
|
575
|
-
qris: nil,
|
|
576
517
|
radar_options: nil,
|
|
577
|
-
rechnung: nil,
|
|
578
518
|
revolut_pay: nil,
|
|
579
519
|
samsung_pay: nil,
|
|
580
520
|
satispay: nil,
|
|
521
|
+
scalapay: nil,
|
|
581
522
|
sepa_debit: nil,
|
|
582
|
-
shared_payment_granted_token: nil,
|
|
583
|
-
shopeepay: nil,
|
|
584
523
|
sofort: nil,
|
|
585
|
-
stripe_balance: nil,
|
|
586
524
|
sunbit: nil,
|
|
587
525
|
swish: nil,
|
|
588
526
|
twint: nil,
|
|
@@ -604,6 +542,7 @@ module Stripe
|
|
|
604
542
|
@bancontact = bancontact
|
|
605
543
|
@billie = billie
|
|
606
544
|
@billing_details = billing_details
|
|
545
|
+
@bizum = bizum
|
|
607
546
|
@blik = blik
|
|
608
547
|
@boleto = boleto
|
|
609
548
|
@cashapp = cashapp
|
|
@@ -612,9 +551,7 @@ module Stripe
|
|
|
612
551
|
@eps = eps
|
|
613
552
|
@fpx = fpx
|
|
614
553
|
@giropay = giropay
|
|
615
|
-
@gopay = gopay
|
|
616
554
|
@grabpay = grabpay
|
|
617
|
-
@id_bank_transfer = id_bank_transfer
|
|
618
555
|
@ideal = ideal
|
|
619
556
|
@interac_present = interac_present
|
|
620
557
|
@kakao_pay = kakao_pay
|
|
@@ -634,21 +571,16 @@ module Stripe
|
|
|
634
571
|
@payco = payco
|
|
635
572
|
@paynow = paynow
|
|
636
573
|
@paypal = paypal
|
|
637
|
-
@paypay = paypay
|
|
638
574
|
@payto = payto
|
|
639
575
|
@pix = pix
|
|
640
576
|
@promptpay = promptpay
|
|
641
|
-
@qris = qris
|
|
642
577
|
@radar_options = radar_options
|
|
643
|
-
@rechnung = rechnung
|
|
644
578
|
@revolut_pay = revolut_pay
|
|
645
579
|
@samsung_pay = samsung_pay
|
|
646
580
|
@satispay = satispay
|
|
581
|
+
@scalapay = scalapay
|
|
647
582
|
@sepa_debit = sepa_debit
|
|
648
|
-
@shared_payment_granted_token = shared_payment_granted_token
|
|
649
|
-
@shopeepay = shopeepay
|
|
650
583
|
@sofort = sofort
|
|
651
|
-
@stripe_balance = stripe_balance
|
|
652
584
|
@sunbit = sunbit
|
|
653
585
|
@swish = swish
|
|
654
586
|
@twint = twint
|
|
@@ -20,18 +20,6 @@ module Stripe
|
|
|
20
20
|
@amount_off = amount_off
|
|
21
21
|
end
|
|
22
22
|
end
|
|
23
|
-
|
|
24
|
-
class Script < ::Stripe::RequestParams
|
|
25
|
-
# The configuration values of the script. The keys and values are specific to the script implementation.
|
|
26
|
-
attr_accessor :configuration
|
|
27
|
-
# The script implementation ID for this coupon.
|
|
28
|
-
attr_accessor :id
|
|
29
|
-
|
|
30
|
-
def initialize(configuration: nil, id: nil)
|
|
31
|
-
@configuration = configuration
|
|
32
|
-
@id = id
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
23
|
# A positive integer representing the amount to subtract from an invoice total (required if `percent_off` is not passed).
|
|
36
24
|
attr_accessor :amount_off
|
|
37
25
|
# A hash containing directions for what this Coupon will apply discounts to.
|
|
@@ -58,8 +46,6 @@ module Stripe
|
|
|
58
46
|
attr_accessor :percent_off
|
|
59
47
|
# Unix timestamp specifying the last time at which the coupon can be redeemed (cannot be set to more than 5 years in the future). After the redeem_by date, the coupon can no longer be applied to new customers.
|
|
60
48
|
attr_accessor :redeem_by
|
|
61
|
-
# Configuration of the [script](https://docs.stripe.com/billing/subscriptions/script-coupons) used to calculate the discount.
|
|
62
|
-
attr_accessor :script
|
|
63
49
|
|
|
64
50
|
def initialize(
|
|
65
51
|
amount_off: nil,
|
|
@@ -74,8 +60,7 @@ module Stripe
|
|
|
74
60
|
metadata: nil,
|
|
75
61
|
name: nil,
|
|
76
62
|
percent_off: nil,
|
|
77
|
-
redeem_by: nil
|
|
78
|
-
script: nil
|
|
63
|
+
redeem_by: nil
|
|
79
64
|
)
|
|
80
65
|
@amount_off = amount_off
|
|
81
66
|
@applies_to = applies_to
|
|
@@ -90,7 +75,6 @@ module Stripe
|
|
|
90
75
|
@name = name
|
|
91
76
|
@percent_off = percent_off
|
|
92
77
|
@redeem_by = redeem_by
|
|
93
|
-
@script = script
|
|
94
78
|
end
|
|
95
79
|
end
|
|
96
80
|
end
|
|
@@ -144,33 +144,6 @@ module Stripe
|
|
|
144
144
|
@enabled = enabled
|
|
145
145
|
end
|
|
146
146
|
end
|
|
147
|
-
|
|
148
|
-
class TaxIdElement < ::Stripe::RequestParams
|
|
149
|
-
class Features < ::Stripe::RequestParams
|
|
150
|
-
# Controls whether the Tax ID Element displays saved tax IDs for the customer. This parameter defaults to `disabled`.
|
|
151
|
-
#
|
|
152
|
-
# When enabled, the Tax ID Element will show existing tax IDs associated with the customer, allowing them to select from previously saved tax identification numbers.
|
|
153
|
-
attr_accessor :tax_id_redisplay
|
|
154
|
-
# Controls whether the Tax ID Element allows merchants to save new tax IDs for their customer. This parameter defaults to `disabled`.
|
|
155
|
-
#
|
|
156
|
-
# When enabled, customers can enter and save new tax identification numbers during the payment flow, which will be stored securely and associated with their customer object for future use.
|
|
157
|
-
attr_accessor :tax_id_save
|
|
158
|
-
|
|
159
|
-
def initialize(tax_id_redisplay: nil, tax_id_save: nil)
|
|
160
|
-
@tax_id_redisplay = tax_id_redisplay
|
|
161
|
-
@tax_id_save = tax_id_save
|
|
162
|
-
end
|
|
163
|
-
end
|
|
164
|
-
# Whether the Tax ID Element is enabled.
|
|
165
|
-
attr_accessor :enabled
|
|
166
|
-
# This hash defines whether the Tax ID Element supports certain features.
|
|
167
|
-
attr_accessor :features
|
|
168
|
-
|
|
169
|
-
def initialize(enabled: nil, features: nil)
|
|
170
|
-
@enabled = enabled
|
|
171
|
-
@features = features
|
|
172
|
-
end
|
|
173
|
-
end
|
|
174
147
|
# Configuration for buy button.
|
|
175
148
|
attr_accessor :buy_button
|
|
176
149
|
# Configuration for the customer sheet.
|
|
@@ -181,23 +154,19 @@ module Stripe
|
|
|
181
154
|
attr_accessor :payment_element
|
|
182
155
|
# Configuration for the pricing table.
|
|
183
156
|
attr_accessor :pricing_table
|
|
184
|
-
# Configuration for the Tax ID Element.
|
|
185
|
-
attr_accessor :tax_id_element
|
|
186
157
|
|
|
187
158
|
def initialize(
|
|
188
159
|
buy_button: nil,
|
|
189
160
|
customer_sheet: nil,
|
|
190
161
|
mobile_payment_element: nil,
|
|
191
162
|
payment_element: nil,
|
|
192
|
-
pricing_table: nil
|
|
193
|
-
tax_id_element: nil
|
|
163
|
+
pricing_table: nil
|
|
194
164
|
)
|
|
195
165
|
@buy_button = buy_button
|
|
196
166
|
@customer_sheet = customer_sheet
|
|
197
167
|
@mobile_payment_element = mobile_payment_element
|
|
198
168
|
@payment_element = payment_element
|
|
199
169
|
@pricing_table = pricing_table
|
|
200
|
-
@tax_id_element = tax_id_element
|
|
201
170
|
end
|
|
202
171
|
end
|
|
203
172
|
# Configuration for each component. At least 1 component must be enabled.
|
|
@@ -293,23 +293,14 @@ module Stripe
|
|
|
293
293
|
attr_accessor :evidence
|
|
294
294
|
# Specifies which fields in the response should be expanded.
|
|
295
295
|
attr_accessor :expand
|
|
296
|
-
# Intended submission method for the dispute.
|
|
297
|
-
attr_accessor :intended_submission_method
|
|
298
296
|
# 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`.
|
|
299
297
|
attr_accessor :metadata
|
|
300
298
|
# Whether to immediately submit evidence to the bank. If `false`, evidence is staged on the dispute. Staged evidence is visible in the API and Dashboard, and can be submitted to the bank by making another request with this attribute set to `true` (the default).
|
|
301
299
|
attr_accessor :submit
|
|
302
300
|
|
|
303
|
-
def initialize(
|
|
304
|
-
evidence: nil,
|
|
305
|
-
expand: nil,
|
|
306
|
-
intended_submission_method: nil,
|
|
307
|
-
metadata: nil,
|
|
308
|
-
submit: nil
|
|
309
|
-
)
|
|
301
|
+
def initialize(evidence: nil, expand: nil, metadata: nil, submit: nil)
|
|
310
302
|
@evidence = evidence
|
|
311
303
|
@expand = expand
|
|
312
|
-
@intended_submission_method = intended_submission_method
|
|
313
304
|
@metadata = metadata
|
|
314
305
|
@submit = submit
|
|
315
306
|
end
|
|
@@ -27,52 +27,10 @@ module Stripe
|
|
|
27
27
|
attr_accessor :account_subcategories
|
|
28
28
|
# List of countries from which to collect accounts.
|
|
29
29
|
attr_accessor :countries
|
|
30
|
-
# Stripe ID of the institution with which the customer should be directed to log in.
|
|
31
|
-
attr_accessor :institution
|
|
32
30
|
|
|
33
|
-
def initialize(account_subcategories: nil, countries: nil
|
|
31
|
+
def initialize(account_subcategories: nil, countries: nil)
|
|
34
32
|
@account_subcategories = account_subcategories
|
|
35
33
|
@countries = countries
|
|
36
|
-
@institution = institution
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
class Hosted < ::Stripe::RequestParams
|
|
41
|
-
# How the user should enter the hosted flow. The values `email` and `url` can only be used if `relink_options` is provided.
|
|
42
|
-
attr_accessor :delivery_method
|
|
43
|
-
|
|
44
|
-
def initialize(delivery_method: nil)
|
|
45
|
-
@delivery_method = delivery_method
|
|
46
|
-
end
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
class Limits < ::Stripe::RequestParams
|
|
50
|
-
# The number of accounts that can be linked in this Session.
|
|
51
|
-
attr_accessor :accounts
|
|
52
|
-
|
|
53
|
-
def initialize(accounts: nil)
|
|
54
|
-
@accounts = accounts
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
class ManualEntry < ::Stripe::RequestParams
|
|
59
|
-
# How manual entry should be handled.
|
|
60
|
-
attr_accessor :mode
|
|
61
|
-
|
|
62
|
-
def initialize(mode: nil)
|
|
63
|
-
@mode = mode
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class RelinkOptions < ::Stripe::RequestParams
|
|
68
|
-
# The account to relink. Must belong to the authorization specified in `authorization`.
|
|
69
|
-
attr_accessor :account
|
|
70
|
-
# The authorization to relink.
|
|
71
|
-
attr_accessor :authorization
|
|
72
|
-
|
|
73
|
-
def initialize(account: nil, authorization: nil)
|
|
74
|
-
@account = account
|
|
75
|
-
@authorization = authorization
|
|
76
34
|
end
|
|
77
35
|
end
|
|
78
36
|
# The account holder to link accounts for.
|
|
@@ -81,49 +39,29 @@ module Stripe
|
|
|
81
39
|
attr_accessor :expand
|
|
82
40
|
# Filters to restrict the kinds of accounts to collect.
|
|
83
41
|
attr_accessor :filters
|
|
84
|
-
# Settings for hosted Sessions. Required if `ui_mode` is `hosted`.
|
|
85
|
-
attr_accessor :hosted
|
|
86
|
-
# Settings for configuring Session-specific limits.
|
|
87
|
-
attr_accessor :limits
|
|
88
|
-
# Customize manual entry behavior
|
|
89
|
-
attr_accessor :manual_entry
|
|
90
42
|
# List of data features that you would like to request access to.
|
|
91
43
|
#
|
|
92
44
|
# Possible values are `balances`, `transactions`, `ownership`, and `payment_method`.
|
|
93
45
|
attr_accessor :permissions
|
|
94
46
|
# List of data features that you would like to retrieve upon account creation.
|
|
95
47
|
attr_accessor :prefetch
|
|
96
|
-
# Options for specifying a Session targeted to relinking an authorization.
|
|
97
|
-
attr_accessor :relink_options
|
|
98
48
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
|
99
49
|
attr_accessor :return_url
|
|
100
|
-
# The UI mode of the Session. Defaults to `modal`.
|
|
101
|
-
attr_accessor :ui_mode
|
|
102
50
|
|
|
103
51
|
def initialize(
|
|
104
52
|
account_holder: nil,
|
|
105
53
|
expand: nil,
|
|
106
54
|
filters: nil,
|
|
107
|
-
hosted: nil,
|
|
108
|
-
limits: nil,
|
|
109
|
-
manual_entry: nil,
|
|
110
55
|
permissions: nil,
|
|
111
56
|
prefetch: nil,
|
|
112
|
-
|
|
113
|
-
return_url: nil,
|
|
114
|
-
ui_mode: nil
|
|
57
|
+
return_url: nil
|
|
115
58
|
)
|
|
116
59
|
@account_holder = account_holder
|
|
117
60
|
@expand = expand
|
|
118
61
|
@filters = filters
|
|
119
|
-
@hosted = hosted
|
|
120
|
-
@limits = limits
|
|
121
|
-
@manual_entry = manual_entry
|
|
122
62
|
@permissions = permissions
|
|
123
63
|
@prefetch = prefetch
|
|
124
|
-
@relink_options = relink_options
|
|
125
64
|
@return_url = return_url
|
|
126
|
-
@ui_mode = ui_mode
|
|
127
65
|
end
|
|
128
66
|
end
|
|
129
67
|
end
|
|
@@ -5,44 +5,16 @@ module Stripe
|
|
|
5
5
|
class InvoiceAddLinesParams < ::Stripe::RequestParams
|
|
6
6
|
class Line < ::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
|
|
@@ -61,17 +33,6 @@ module Stripe
|
|
|
61
33
|
|
|
62
34
|
class PriceData < ::Stripe::RequestParams
|
|
63
35
|
class ProductData < ::Stripe::RequestParams
|
|
64
|
-
class TaxDetails < ::Stripe::RequestParams
|
|
65
|
-
# A tax location ID. Depending on the [tax code](/tax/tax-for-tickets/reference/tax-location-performance), this is required, optional, or not supported.
|
|
66
|
-
attr_accessor :performance_location
|
|
67
|
-
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
68
|
-
attr_accessor :tax_code
|
|
69
|
-
|
|
70
|
-
def initialize(performance_location: nil, tax_code: nil)
|
|
71
|
-
@performance_location = performance_location
|
|
72
|
-
@tax_code = tax_code
|
|
73
|
-
end
|
|
74
|
-
end
|
|
75
36
|
# The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.
|
|
76
37
|
attr_accessor :description
|
|
77
38
|
# A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
|
|
@@ -82,8 +43,6 @@ module Stripe
|
|
|
82
43
|
attr_accessor :name
|
|
83
44
|
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
84
45
|
attr_accessor :tax_code
|
|
85
|
-
# Tax details for this product, including the [tax code](/tax/tax-codes) and an optional performance location.
|
|
86
|
-
attr_accessor :tax_details
|
|
87
46
|
# A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.
|
|
88
47
|
attr_accessor :unit_label
|
|
89
48
|
|
|
@@ -93,7 +52,6 @@ module Stripe
|
|
|
93
52
|
metadata: nil,
|
|
94
53
|
name: nil,
|
|
95
54
|
tax_code: nil,
|
|
96
|
-
tax_details: nil,
|
|
97
55
|
unit_label: nil
|
|
98
56
|
)
|
|
99
57
|
@description = description
|
|
@@ -101,7 +59,6 @@ module Stripe
|
|
|
101
59
|
@metadata = metadata
|
|
102
60
|
@name = name
|
|
103
61
|
@tax_code = tax_code
|
|
104
|
-
@tax_details = tax_details
|
|
105
62
|
@unit_label = unit_label
|
|
106
63
|
end
|
|
107
64
|
end
|
|
@@ -219,8 +176,6 @@ module Stripe
|
|
|
219
176
|
attr_accessor :discounts
|
|
220
177
|
# ID of an unassigned invoice item to assign to this invoice. If not provided, a new item will be created.
|
|
221
178
|
attr_accessor :invoice_item
|
|
222
|
-
# The IDs of the margins to apply to the line item. When set, the `default_margins` on the invoice do not apply to this line item.
|
|
223
|
-
attr_accessor :margins
|
|
224
179
|
# 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`.
|
|
225
180
|
attr_accessor :metadata
|
|
226
181
|
# The period associated with this invoice item. When set to different values, the period will be rendered on the invoice. If you have [Stripe Revenue Recognition](https://docs.stripe.com/revenue-recognition) enabled, the period will be used to recognize and defer revenue. See the [Revenue Recognition documentation](https://docs.stripe.com/revenue-recognition/methodology/subscriptions-and-invoicing) for details.
|
|
@@ -244,7 +199,6 @@ module Stripe
|
|
|
244
199
|
discountable: nil,
|
|
245
200
|
discounts: nil,
|
|
246
201
|
invoice_item: nil,
|
|
247
|
-
margins: nil,
|
|
248
202
|
metadata: nil,
|
|
249
203
|
period: nil,
|
|
250
204
|
price_data: nil,
|
|
@@ -259,7 +213,6 @@ module Stripe
|
|
|
259
213
|
@discountable = discountable
|
|
260
214
|
@discounts = discounts
|
|
261
215
|
@invoice_item = invoice_item
|
|
262
|
-
@margins = margins
|
|
263
216
|
@metadata = metadata
|
|
264
217
|
@period = period
|
|
265
218
|
@price_data = price_data
|
|
@@ -3,59 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class InvoiceAttachPaymentParams < ::Stripe::RequestParams
|
|
6
|
-
class PaymentRecordData < ::Stripe::RequestParams
|
|
7
|
-
# The amount that was paid out of band.
|
|
8
|
-
attr_accessor :amount
|
|
9
|
-
# The currency that was paid out of band.
|
|
10
|
-
attr_accessor :currency
|
|
11
|
-
# 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`.
|
|
12
|
-
attr_accessor :metadata
|
|
13
|
-
# The type of money movement for this out of band payment record.
|
|
14
|
-
attr_accessor :money_movement_type
|
|
15
|
-
# The timestamp when this out of band payment was paid.
|
|
16
|
-
attr_accessor :paid_at
|
|
17
|
-
# The reference for this out of band payment record.
|
|
18
|
-
attr_accessor :payment_reference
|
|
19
|
-
|
|
20
|
-
def initialize(
|
|
21
|
-
amount: nil,
|
|
22
|
-
currency: nil,
|
|
23
|
-
metadata: nil,
|
|
24
|
-
money_movement_type: nil,
|
|
25
|
-
paid_at: nil,
|
|
26
|
-
payment_reference: nil
|
|
27
|
-
)
|
|
28
|
-
@amount = amount
|
|
29
|
-
@currency = currency
|
|
30
|
-
@metadata = metadata
|
|
31
|
-
@money_movement_type = money_movement_type
|
|
32
|
-
@paid_at = paid_at
|
|
33
|
-
@payment_reference = payment_reference
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
# The portion of the `amount` on the PaymentIntent or out of band payment to apply to this invoice. It defaults to the entire amount.
|
|
37
|
-
attr_accessor :amount_requested
|
|
38
6
|
# Specifies which fields in the response should be expanded.
|
|
39
7
|
attr_accessor :expand
|
|
40
8
|
# The ID of the PaymentIntent to attach to the invoice.
|
|
41
9
|
attr_accessor :payment_intent
|
|
42
10
|
# The ID of the PaymentRecord to attach to the invoice.
|
|
43
11
|
attr_accessor :payment_record
|
|
44
|
-
# The PaymentRecord data for attaching an out of band payment to the invoice.
|
|
45
|
-
attr_accessor :payment_record_data
|
|
46
12
|
|
|
47
|
-
def initialize(
|
|
48
|
-
amount_requested: nil,
|
|
49
|
-
expand: nil,
|
|
50
|
-
payment_intent: nil,
|
|
51
|
-
payment_record: nil,
|
|
52
|
-
payment_record_data: nil
|
|
53
|
-
)
|
|
54
|
-
@amount_requested = amount_requested
|
|
13
|
+
def initialize(expand: nil, payment_intent: nil, payment_record: nil)
|
|
55
14
|
@expand = expand
|
|
56
15
|
@payment_intent = payment_intent
|
|
57
16
|
@payment_record = payment_record
|
|
58
|
-
@payment_record_data = payment_record_data
|
|
59
17
|
end
|
|
60
18
|
end
|
|
61
19
|
end
|