stripe 19.2.0 → 19.3.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +36 -3
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +87 -0
- data/lib/stripe/event_types.rb +228 -0
- data/lib/stripe/events/unknown_event_notification.rb +1 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +44 -0
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +78 -0
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +44 -0
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +75 -0
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +44 -0
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +63 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +97 -0
- data/lib/stripe/object_types.rb +61 -0
- data/lib/stripe/params/account_create_params.rb +374 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +336 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +1646 -0
- data/lib/stripe/params/charge_update_params.rb +1646 -0
- data/lib/stripe/params/checkout/session_create_params.rb +126 -3
- data/lib/stripe/params/checkout/session_update_params.rb +176 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +78 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/customer_session_create_params.rb +32 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +64 -2
- data/lib/stripe/params/fx_quote_create_params.rb +73 -0
- data/lib/stripe/params/fx_quote_list_params.rb +22 -0
- data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
- data/lib/stripe/params/invoice_create_params.rb +70 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +790 -9
- data/lib/stripe/params/invoice_detach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +33 -1
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +48 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_update_params.rb +70 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_create_params.rb +2083 -0
- data/lib/stripe/params/order_list_params.rb +25 -0
- data/lib/stripe/params/order_retrieve_params.rb +13 -0
- data/lib/stripe/params/order_submit_params.rb +16 -0
- data/lib/stripe/params/order_update_params.rb +2087 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +1643 -1
- data/lib/stripe/params/payment_intent_confirm_params.rb +3022 -87
- data/lib/stripe/params/payment_intent_create_params.rb +3034 -99
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +297 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +37 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +3023 -57
- data/lib/stripe/params/payment_link_create_params.rb +15 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +105 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +105 -0
- data/lib/stripe/params/payment_method_create_params.rb +74 -0
- data/lib/stripe/params/plan_create_params.rb +15 -0
- data/lib/stripe/params/price_create_params.rb +15 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
- data/lib/stripe/params/product_create_params.rb +16 -0
- data/lib/stripe/params/product_update_params.rb +16 -0
- data/lib/stripe/params/quote_create_params.rb +809 -3
- data/lib/stripe/params/quote_line_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_lines_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +4 -0
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
- data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
- data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
- data/lib/stripe/params/quote_reestimate_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +817 -4
- data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +15 -0
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +15 -0
- data/lib/stripe/params/reserve/release_list_params.rb +41 -0
- data/lib/stripe/params/reserve/release_retrieve_params.rb +15 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +108 -3
- data/lib/stripe/params/setup_intent_create_params.rb +108 -3
- data/lib/stripe/params/setup_intent_update_params.rb +108 -3
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +67 -0
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +15 -0
- data/lib/stripe/params/subscription_create_params.rb +170 -6
- data/lib/stripe/params/subscription_item_create_params.rb +62 -2
- data/lib/stripe/params/subscription_item_update_params.rb +45 -1
- data/lib/stripe/params/subscription_pause_params.rb +50 -0
- data/lib/stripe/params/subscription_resume_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +578 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_update_params.rb +167 -5
- data/lib/stripe/params/subscription_update_params.rb +153 -5
- data/lib/stripe/params/tax/calculation_create_params.rb +4 -0
- data/lib/stripe/params/tax/form_list_params.rb +51 -0
- data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
- data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/location_create_params.rb +54 -0
- data/lib/stripe/params/tax/location_list_params.rb +27 -0
- data/lib/stripe/params/tax/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +104 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +78 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +4 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -0
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +75 -0
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +257 -0
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +263 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
- data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +282 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +13 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +274 -4
- data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +58 -0
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +58 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +37 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +31 -0
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +17 -0
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +21 -0
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +23 -0
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +23 -0
- data/lib/stripe/params/v2/iam/activity_log_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +102 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +92 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +88 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +77 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/network/business_profile_me_params.rb +10 -0
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +17 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +20 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb +10 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
- data/lib/stripe/params.rb +426 -0
- data/lib/stripe/resources/account.rb +259 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -0
- data/lib/stripe/resources/balance.rb +83 -0
- data/lib/stripe/resources/billing/alert_triggered.rb +4 -0
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -0
- data/lib/stripe/resources/capital/financing_summary.rb +82 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/charge.rb +211 -1
- data/lib/stripe/resources/checkout/session.rb +75 -3
- data/lib/stripe/resources/confirmation_token.rb +131 -0
- data/lib/stripe/resources/coupon.rb +26 -1
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer_session.rb +36 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +57 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/authorization.rb +82 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +125 -1
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/invoice.rb +117 -1
- data/lib/stripe/resources/invoice_item.rb +2 -0
- data/lib/stripe/resources/invoice_line_item.rb +40 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +42 -0
- data/lib/stripe/resources/mandate.rb +12 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +927 -0
- data/lib/stripe/resources/payment_attempt_record.rb +177 -1
- data/lib/stripe/resources/payment_intent.rb +1561 -8
- data/lib/stripe/resources/payment_method.rb +135 -0
- data/lib/stripe/resources/payment_method_configuration.rb +170 -0
- data/lib/stripe/resources/payment_record.rb +177 -1
- data/lib/stripe/resources/price.rb +20 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +189 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/product.rb +18 -0
- data/lib/stripe/resources/product_catalog/trial_offer.rb +106 -0
- data/lib/stripe/resources/quote.rb +569 -2
- data/lib/stripe/resources/quote_line.rb +525 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1183 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +736 -0
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/reserve/hold.rb +7 -0
- data/lib/stripe/resources/reserve/release.rb +12 -0
- data/lib/stripe/resources/setup_attempt.rb +35 -0
- data/lib/stripe/resources/setup_intent.rb +22 -1
- data/lib/stripe/resources/shared_payment/granted_token.rb +1792 -0
- data/lib/stripe/resources/shared_payment/issued_token.rb +291 -0
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +167 -0
- data/lib/stripe/resources/subscription_item.rb +41 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -3
- data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax/location.rb +72 -0
- data/lib/stripe/resources/tax/registration.rb +128 -0
- data/lib/stripe/resources/tax_code.rb +15 -1
- data/lib/stripe/resources/terminal/configuration.rb +16 -0
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/transfer.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_payment.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
- data/lib/stripe/resources/treasury/received_credit.rb +30 -0
- data/lib/stripe/resources/treasury/received_debit.rb +32 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +91 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +710 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +327 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +316 -0
- data/lib/stripe/resources/v2/billing/profile.rb +47 -0
- data/lib/stripe/resources/v2/core/account.rb +597 -3
- data/lib/stripe/resources/v2/core/batch_job.rb +488 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +1 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +136 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +105 -0
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +142 -0
- data/lib/stripe/resources/v2/extend/workflow.rb +80 -0
- data/lib/stripe/resources/v2/extend/workflow_run.rb +158 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +29 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +31 -0
- data/lib/stripe/resources/v2/iam/activity_log.rb +187 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +160 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +219 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +145 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +83 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +230 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +135 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/network/business_profile.rb +84 -0
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +93 -0
- data/lib/stripe/resources.rb +417 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/account_service.rb +15 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/coupon_service.rb +14 -0
- data/lib/stripe/services/customer_service.rb +15 -0
- data/lib/stripe/services/external_account_service.rb +68 -0
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
- data/lib/stripe/services/financial_connections/account_service.rb +3 -1
- data/lib/stripe/services/financial_connections/authorization_service.rb +19 -0
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +3 -1
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/invoice_service.rb +11 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_service.rb +53 -0
- data/lib/stripe/services/payment_intent_service.rb +37 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +19 -0
- data/lib/stripe/services/product_catalog_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +29 -0
- data/lib/stripe/services/quote_line_service.rb +17 -0
- data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
- data/lib/stripe/services/quote_service.rb +49 -1
- data/lib/stripe/services/reserve/hold_service.rb +30 -0
- data/lib/stripe/services/reserve/plan_service.rb +19 -0
- data/lib/stripe/services/reserve/release_service.rb +30 -0
- data/lib/stripe/services/reserve_service.rb +15 -0
- data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
- data/lib/stripe/services/shared_payment/issued_token_service.rb +41 -0
- data/lib/stripe/services/shared_payment_service.rb +14 -0
- data/lib/stripe/services/subscription_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +56 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax/location_service.rb +45 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +2 -1
- data/lib/stripe/services/v1_services.rb +11 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +69 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
- data/lib/stripe/services/v2/billing_service.rb +5 -1
- data/lib/stripe/services/v2/core/batch_job_service.rb +43 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +3 -1
- data/lib/stripe/services/v2/data/reporting/query_run_service.rb +35 -0
- data/lib/stripe/services/v2/data/reporting_service.rb +17 -0
- data/lib/stripe/services/v2/data_service.rb +15 -0
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +32 -0
- data/lib/stripe/services/v2/extend/workflow_service.rb +45 -0
- data/lib/stripe/services/v2/extend_service.rb +16 -0
- data/lib/stripe/services/v2/iam/activity_log_service.rb +32 -0
- data/lib/stripe/services/v2/iam_service.rb +15 -0
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +75 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +66 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/network/business_profile_service.rb +32 -0
- data/lib/stripe/services/v2/network_service.rb +15 -0
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +65 -0
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +15 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
- data/lib/stripe/services/v2_services.rb +8 -1
- data/lib/stripe/services.rb +209 -0
- data/lib/stripe/stripe_client.rb +8 -1
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_event_notification_handler.rb +582 -0
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +54 -0
- data/rbi/stripe/resources/v2/core/event_notification.rbi +3 -0
- data/rbi/stripe/stripe_client.rbi +13 -0
- data/rbi/stripe.rbi +124159 -57389
- metadata +378 -3
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
class InvoiceDetachPaymentParams < ::Stripe::RequestParams
|
|
6
|
+
# Specifies which fields in the response should be expanded.
|
|
7
|
+
attr_accessor :expand
|
|
8
|
+
# The ID of the PaymentIntent to detach from the invoice.
|
|
9
|
+
attr_accessor :payment_intent
|
|
10
|
+
|
|
11
|
+
def initialize(expand: nil, payment_intent: nil)
|
|
12
|
+
@expand = expand
|
|
13
|
+
@payment_intent = payment_intent
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
@@ -4,16 +4,44 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class InvoiceItemCreateParams < ::Stripe::RequestParams
|
|
6
6
|
class Discount < ::Stripe::RequestParams
|
|
7
|
+
class DiscountEnd < ::Stripe::RequestParams
|
|
8
|
+
class Duration < ::Stripe::RequestParams
|
|
9
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
10
|
+
attr_accessor :interval
|
|
11
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
12
|
+
attr_accessor :interval_count
|
|
13
|
+
|
|
14
|
+
def initialize(interval: nil, interval_count: nil)
|
|
15
|
+
@interval = interval
|
|
16
|
+
@interval_count = interval_count
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
# Time span for the redeemed discount.
|
|
20
|
+
attr_accessor :duration
|
|
21
|
+
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
22
|
+
attr_accessor :timestamp
|
|
23
|
+
# The type of calculation made to determine when the discount ends.
|
|
24
|
+
attr_accessor :type
|
|
25
|
+
|
|
26
|
+
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
27
|
+
@duration = duration
|
|
28
|
+
@timestamp = timestamp
|
|
29
|
+
@type = type
|
|
30
|
+
end
|
|
31
|
+
end
|
|
7
32
|
# ID of the coupon to create a new discount for.
|
|
8
33
|
attr_accessor :coupon
|
|
9
34
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
10
35
|
attr_accessor :discount
|
|
36
|
+
# Details to determine how long the discount should be applied for.
|
|
37
|
+
attr_accessor :discount_end
|
|
11
38
|
# ID of the promotion code to create a new discount for.
|
|
12
39
|
attr_accessor :promotion_code
|
|
13
40
|
|
|
14
|
-
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
41
|
+
def initialize(coupon: nil, discount: nil, discount_end: nil, promotion_code: nil)
|
|
15
42
|
@coupon = coupon
|
|
16
43
|
@discount = discount
|
|
44
|
+
@discount_end = discount_end
|
|
17
45
|
@promotion_code = promotion_code
|
|
18
46
|
end
|
|
19
47
|
end
|
|
@@ -87,6 +115,8 @@ module Stripe
|
|
|
87
115
|
attr_accessor :expand
|
|
88
116
|
# The ID of an existing invoice to add this invoice item to. For subscription invoices, when left blank, the invoice item will be added to the next upcoming scheduled invoice. For standalone invoices, the invoice item won't be automatically added unless you pass `pending_invoice_item_behavior: 'include'` when creating the invoice. This is useful when adding invoice items in response to an invoice.created webhook. You can only add invoice items to draft invoices and there is a maximum of 250 items per invoice.
|
|
89
117
|
attr_accessor :invoice
|
|
118
|
+
# The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
|
|
119
|
+
attr_accessor :margins
|
|
90
120
|
# 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`.
|
|
91
121
|
attr_accessor :metadata
|
|
92
122
|
# 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.
|
|
@@ -120,6 +150,7 @@ module Stripe
|
|
|
120
150
|
discounts: nil,
|
|
121
151
|
expand: nil,
|
|
122
152
|
invoice: nil,
|
|
153
|
+
margins: nil,
|
|
123
154
|
metadata: nil,
|
|
124
155
|
period: nil,
|
|
125
156
|
price_data: nil,
|
|
@@ -141,6 +172,7 @@ module Stripe
|
|
|
141
172
|
@discounts = discounts
|
|
142
173
|
@expand = expand
|
|
143
174
|
@invoice = invoice
|
|
175
|
+
@margins = margins
|
|
144
176
|
@metadata = metadata
|
|
145
177
|
@period = period
|
|
146
178
|
@price_data = price_data
|
|
@@ -4,16 +4,44 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class InvoiceItemUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
class Discount < ::Stripe::RequestParams
|
|
7
|
+
class DiscountEnd < ::Stripe::RequestParams
|
|
8
|
+
class Duration < ::Stripe::RequestParams
|
|
9
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
10
|
+
attr_accessor :interval
|
|
11
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
12
|
+
attr_accessor :interval_count
|
|
13
|
+
|
|
14
|
+
def initialize(interval: nil, interval_count: nil)
|
|
15
|
+
@interval = interval
|
|
16
|
+
@interval_count = interval_count
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
# Time span for the redeemed discount.
|
|
20
|
+
attr_accessor :duration
|
|
21
|
+
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
22
|
+
attr_accessor :timestamp
|
|
23
|
+
# The type of calculation made to determine when the discount ends.
|
|
24
|
+
attr_accessor :type
|
|
25
|
+
|
|
26
|
+
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
27
|
+
@duration = duration
|
|
28
|
+
@timestamp = timestamp
|
|
29
|
+
@type = type
|
|
30
|
+
end
|
|
31
|
+
end
|
|
7
32
|
# ID of the coupon to create a new discount for.
|
|
8
33
|
attr_accessor :coupon
|
|
9
34
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
10
35
|
attr_accessor :discount
|
|
36
|
+
# Details to determine how long the discount should be applied for.
|
|
37
|
+
attr_accessor :discount_end
|
|
11
38
|
# ID of the promotion code to create a new discount for.
|
|
12
39
|
attr_accessor :promotion_code
|
|
13
40
|
|
|
14
|
-
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
41
|
+
def initialize(coupon: nil, discount: nil, discount_end: nil, promotion_code: nil)
|
|
15
42
|
@coupon = coupon
|
|
16
43
|
@discount = discount
|
|
44
|
+
@discount_end = discount_end
|
|
17
45
|
@promotion_code = promotion_code
|
|
18
46
|
end
|
|
19
47
|
end
|
|
@@ -79,6 +107,8 @@ module Stripe
|
|
|
79
107
|
attr_accessor :discounts
|
|
80
108
|
# Specifies which fields in the response should be expanded.
|
|
81
109
|
attr_accessor :expand
|
|
110
|
+
# The ids of the margins to apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
|
|
111
|
+
attr_accessor :margins
|
|
82
112
|
# 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`.
|
|
83
113
|
attr_accessor :metadata
|
|
84
114
|
# 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.
|
|
@@ -106,6 +136,7 @@ module Stripe
|
|
|
106
136
|
discountable: nil,
|
|
107
137
|
discounts: nil,
|
|
108
138
|
expand: nil,
|
|
139
|
+
margins: nil,
|
|
109
140
|
metadata: nil,
|
|
110
141
|
period: nil,
|
|
111
142
|
price_data: nil,
|
|
@@ -122,6 +153,7 @@ module Stripe
|
|
|
122
153
|
@discountable = discountable
|
|
123
154
|
@discounts = discounts
|
|
124
155
|
@expand = expand
|
|
156
|
+
@margins = margins
|
|
125
157
|
@metadata = metadata
|
|
126
158
|
@period = period
|
|
127
159
|
@price_data = price_data
|
|
@@ -4,16 +4,44 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class InvoiceLineItemUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
class Discount < ::Stripe::RequestParams
|
|
7
|
+
class DiscountEnd < ::Stripe::RequestParams
|
|
8
|
+
class Duration < ::Stripe::RequestParams
|
|
9
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
10
|
+
attr_accessor :interval
|
|
11
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
12
|
+
attr_accessor :interval_count
|
|
13
|
+
|
|
14
|
+
def initialize(interval: nil, interval_count: nil)
|
|
15
|
+
@interval = interval
|
|
16
|
+
@interval_count = interval_count
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
# Time span for the redeemed discount.
|
|
20
|
+
attr_accessor :duration
|
|
21
|
+
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
22
|
+
attr_accessor :timestamp
|
|
23
|
+
# The type of calculation made to determine when the discount ends.
|
|
24
|
+
attr_accessor :type
|
|
25
|
+
|
|
26
|
+
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
27
|
+
@duration = duration
|
|
28
|
+
@timestamp = timestamp
|
|
29
|
+
@type = type
|
|
30
|
+
end
|
|
31
|
+
end
|
|
7
32
|
# ID of the coupon to create a new discount for.
|
|
8
33
|
attr_accessor :coupon
|
|
9
34
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
10
35
|
attr_accessor :discount
|
|
36
|
+
# Details to determine how long the discount should be applied for.
|
|
37
|
+
attr_accessor :discount_end
|
|
11
38
|
# ID of the promotion code to create a new discount for.
|
|
12
39
|
attr_accessor :promotion_code
|
|
13
40
|
|
|
14
|
-
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
41
|
+
def initialize(coupon: nil, discount: nil, discount_end: nil, promotion_code: nil)
|
|
15
42
|
@coupon = coupon
|
|
16
43
|
@discount = discount
|
|
44
|
+
@discount_end = discount_end
|
|
17
45
|
@promotion_code = promotion_code
|
|
18
46
|
end
|
|
19
47
|
end
|
|
@@ -32,6 +60,17 @@ module Stripe
|
|
|
32
60
|
|
|
33
61
|
class PriceData < ::Stripe::RequestParams
|
|
34
62
|
class ProductData < ::Stripe::RequestParams
|
|
63
|
+
class TaxDetails < ::Stripe::RequestParams
|
|
64
|
+
# A tax location ID. Depending on the [tax code](/tax/tax-for-tickets/reference/tax-location-performance), this is required, optional, or not supported.
|
|
65
|
+
attr_accessor :performance_location
|
|
66
|
+
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
67
|
+
attr_accessor :tax_code
|
|
68
|
+
|
|
69
|
+
def initialize(performance_location: nil, tax_code: nil)
|
|
70
|
+
@performance_location = performance_location
|
|
71
|
+
@tax_code = tax_code
|
|
72
|
+
end
|
|
73
|
+
end
|
|
35
74
|
# 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.
|
|
36
75
|
attr_accessor :description
|
|
37
76
|
# A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
|
|
@@ -42,6 +81,8 @@ module Stripe
|
|
|
42
81
|
attr_accessor :name
|
|
43
82
|
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
44
83
|
attr_accessor :tax_code
|
|
84
|
+
# Tax details for this product, including the [tax code](/tax/tax-codes) and an optional performance location.
|
|
85
|
+
attr_accessor :tax_details
|
|
45
86
|
# A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.
|
|
46
87
|
attr_accessor :unit_label
|
|
47
88
|
|
|
@@ -51,6 +92,7 @@ module Stripe
|
|
|
51
92
|
metadata: nil,
|
|
52
93
|
name: nil,
|
|
53
94
|
tax_code: nil,
|
|
95
|
+
tax_details: nil,
|
|
54
96
|
unit_label: nil
|
|
55
97
|
)
|
|
56
98
|
@description = description
|
|
@@ -58,6 +100,7 @@ module Stripe
|
|
|
58
100
|
@metadata = metadata
|
|
59
101
|
@name = name
|
|
60
102
|
@tax_code = tax_code
|
|
103
|
+
@tax_details = tax_details
|
|
61
104
|
@unit_label = unit_label
|
|
62
105
|
end
|
|
63
106
|
end
|
|
@@ -175,6 +218,8 @@ module Stripe
|
|
|
175
218
|
attr_accessor :discounts
|
|
176
219
|
# Specifies which fields in the response should be expanded.
|
|
177
220
|
attr_accessor :expand
|
|
221
|
+
# 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.
|
|
222
|
+
attr_accessor :margins
|
|
178
223
|
# 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`. For [type=subscription](/api/invoices/line_item) line items, the incoming metadata specified on the request is directly used to set this value, in contrast to [type=invoiceitem](/api/invoices/line_item) line items, where any existing metadata on the invoice line is merged with the incoming data.
|
|
179
224
|
attr_accessor :metadata
|
|
180
225
|
# 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.
|
|
@@ -198,6 +243,7 @@ module Stripe
|
|
|
198
243
|
discountable: nil,
|
|
199
244
|
discounts: nil,
|
|
200
245
|
expand: nil,
|
|
246
|
+
margins: nil,
|
|
201
247
|
metadata: nil,
|
|
202
248
|
period: nil,
|
|
203
249
|
price_data: nil,
|
|
@@ -212,6 +258,7 @@ module Stripe
|
|
|
212
258
|
@discountable = discountable
|
|
213
259
|
@discounts = discounts
|
|
214
260
|
@expand = expand
|
|
261
|
+
@margins = margins
|
|
215
262
|
@metadata = metadata
|
|
216
263
|
@period = period
|
|
217
264
|
@price_data = price_data
|
|
@@ -5,16 +5,44 @@ module Stripe
|
|
|
5
5
|
class InvoiceUpdateLinesParams < ::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
|
|
8
33
|
# ID of the coupon to create a new discount for.
|
|
9
34
|
attr_accessor :coupon
|
|
10
35
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
11
36
|
attr_accessor :discount
|
|
37
|
+
# Details to determine how long the discount should be applied for.
|
|
38
|
+
attr_accessor :discount_end
|
|
12
39
|
# ID of the promotion code to create a new discount for.
|
|
13
40
|
attr_accessor :promotion_code
|
|
14
41
|
|
|
15
|
-
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
42
|
+
def initialize(coupon: nil, discount: nil, discount_end: nil, promotion_code: nil)
|
|
16
43
|
@coupon = coupon
|
|
17
44
|
@discount = discount
|
|
45
|
+
@discount_end = discount_end
|
|
18
46
|
@promotion_code = promotion_code
|
|
19
47
|
end
|
|
20
48
|
end
|
|
@@ -33,6 +61,17 @@ module Stripe
|
|
|
33
61
|
|
|
34
62
|
class PriceData < ::Stripe::RequestParams
|
|
35
63
|
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
|
|
36
75
|
# 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.
|
|
37
76
|
attr_accessor :description
|
|
38
77
|
# A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
|
|
@@ -43,6 +82,8 @@ module Stripe
|
|
|
43
82
|
attr_accessor :name
|
|
44
83
|
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
45
84
|
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
|
|
46
87
|
# A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.
|
|
47
88
|
attr_accessor :unit_label
|
|
48
89
|
|
|
@@ -52,6 +93,7 @@ module Stripe
|
|
|
52
93
|
metadata: nil,
|
|
53
94
|
name: nil,
|
|
54
95
|
tax_code: nil,
|
|
96
|
+
tax_details: nil,
|
|
55
97
|
unit_label: nil
|
|
56
98
|
)
|
|
57
99
|
@description = description
|
|
@@ -59,6 +101,7 @@ module Stripe
|
|
|
59
101
|
@metadata = metadata
|
|
60
102
|
@name = name
|
|
61
103
|
@tax_code = tax_code
|
|
104
|
+
@tax_details = tax_details
|
|
62
105
|
@unit_label = unit_label
|
|
63
106
|
end
|
|
64
107
|
end
|
|
@@ -176,6 +219,8 @@ module Stripe
|
|
|
176
219
|
attr_accessor :discounts
|
|
177
220
|
# ID of an existing line item on the invoice.
|
|
178
221
|
attr_accessor :id
|
|
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
|
|
179
224
|
# 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`. For [type=subscription](https://docs.stripe.com/api/invoices/line_item#invoice_line_item_object-type) line items, the incoming metadata specified on the request is directly used to set this value, in contrast to [type=invoiceitem](api/invoices/line_item#invoice_line_item_object-type) line items, where any existing metadata on the invoice line is merged with the incoming data.
|
|
180
225
|
attr_accessor :metadata
|
|
181
226
|
# 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.
|
|
@@ -199,6 +244,7 @@ module Stripe
|
|
|
199
244
|
discountable: nil,
|
|
200
245
|
discounts: nil,
|
|
201
246
|
id: nil,
|
|
247
|
+
margins: nil,
|
|
202
248
|
metadata: nil,
|
|
203
249
|
period: nil,
|
|
204
250
|
price_data: nil,
|
|
@@ -213,6 +259,7 @@ module Stripe
|
|
|
213
259
|
@discountable = discountable
|
|
214
260
|
@discounts = discounts
|
|
215
261
|
@id = id
|
|
262
|
+
@margins = margins
|
|
216
263
|
@metadata = metadata
|
|
217
264
|
@period = period
|
|
218
265
|
@price_data = price_data
|
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class InvoiceUpdateParams < ::Stripe::RequestParams
|
|
6
|
+
class AmountsDue < ::Stripe::RequestParams
|
|
7
|
+
# The amount in cents (or local equivalent).
|
|
8
|
+
attr_accessor :amount
|
|
9
|
+
# Number of days from when invoice is finalized until the payment is due.
|
|
10
|
+
attr_accessor :days_until_due
|
|
11
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
12
|
+
attr_accessor :description
|
|
13
|
+
# Date on which a payment plan’s payment is due.
|
|
14
|
+
attr_accessor :due_date
|
|
15
|
+
|
|
16
|
+
def initialize(amount: nil, days_until_due: nil, description: nil, due_date: nil)
|
|
17
|
+
@amount = amount
|
|
18
|
+
@days_until_due = days_until_due
|
|
19
|
+
@description = description
|
|
20
|
+
@due_date = due_date
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
|
|
6
24
|
class AutomaticTax < ::Stripe::RequestParams
|
|
7
25
|
class Liability < ::Stripe::RequestParams
|
|
8
26
|
# The connected account being referenced when `type` is `account`.
|
|
@@ -39,16 +57,44 @@ module Stripe
|
|
|
39
57
|
end
|
|
40
58
|
|
|
41
59
|
class Discount < ::Stripe::RequestParams
|
|
60
|
+
class DiscountEnd < ::Stripe::RequestParams
|
|
61
|
+
class Duration < ::Stripe::RequestParams
|
|
62
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
63
|
+
attr_accessor :interval
|
|
64
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
65
|
+
attr_accessor :interval_count
|
|
66
|
+
|
|
67
|
+
def initialize(interval: nil, interval_count: nil)
|
|
68
|
+
@interval = interval
|
|
69
|
+
@interval_count = interval_count
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
# Time span for the redeemed discount.
|
|
73
|
+
attr_accessor :duration
|
|
74
|
+
# A precise Unix timestamp for the discount to end. Must be in the future.
|
|
75
|
+
attr_accessor :timestamp
|
|
76
|
+
# The type of calculation made to determine when the discount ends.
|
|
77
|
+
attr_accessor :type
|
|
78
|
+
|
|
79
|
+
def initialize(duration: nil, timestamp: nil, type: nil)
|
|
80
|
+
@duration = duration
|
|
81
|
+
@timestamp = timestamp
|
|
82
|
+
@type = type
|
|
83
|
+
end
|
|
84
|
+
end
|
|
42
85
|
# ID of the coupon to create a new discount for.
|
|
43
86
|
attr_accessor :coupon
|
|
44
87
|
# ID of an existing discount on the object (or one of its ancestors) to reuse.
|
|
45
88
|
attr_accessor :discount
|
|
89
|
+
# Details to determine how long the discount should be applied for.
|
|
90
|
+
attr_accessor :discount_end
|
|
46
91
|
# ID of the promotion code to create a new discount for.
|
|
47
92
|
attr_accessor :promotion_code
|
|
48
93
|
|
|
49
|
-
def initialize(coupon: nil, discount: nil, promotion_code: nil)
|
|
94
|
+
def initialize(coupon: nil, discount: nil, discount_end: nil, promotion_code: nil)
|
|
50
95
|
@coupon = coupon
|
|
51
96
|
@discount = discount
|
|
97
|
+
@discount_end = discount_end
|
|
52
98
|
@promotion_code = promotion_code
|
|
53
99
|
end
|
|
54
100
|
end
|
|
@@ -96,6 +142,8 @@ module Stripe
|
|
|
96
142
|
end
|
|
97
143
|
end
|
|
98
144
|
|
|
145
|
+
class Blik < ::Stripe::RequestParams; end
|
|
146
|
+
|
|
99
147
|
class Card < ::Stripe::RequestParams
|
|
100
148
|
class Installments < ::Stripe::RequestParams
|
|
101
149
|
class Plan < ::Stripe::RequestParams
|
|
@@ -168,6 +216,7 @@ module Stripe
|
|
|
168
216
|
end
|
|
169
217
|
end
|
|
170
218
|
|
|
219
|
+
class IdBankTransfer < ::Stripe::RequestParams; end
|
|
171
220
|
class Konbini < ::Stripe::RequestParams; end
|
|
172
221
|
|
|
173
222
|
class Payto < ::Stripe::RequestParams
|
|
@@ -235,9 +284,12 @@ module Stripe
|
|
|
235
284
|
class Filters < ::Stripe::RequestParams
|
|
236
285
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
|
237
286
|
attr_accessor :account_subcategories
|
|
287
|
+
# ID of the institution to use to filter for selectable accounts.
|
|
288
|
+
attr_accessor :institution
|
|
238
289
|
|
|
239
|
-
def initialize(account_subcategories: nil)
|
|
290
|
+
def initialize(account_subcategories: nil, institution: nil)
|
|
240
291
|
@account_subcategories = account_subcategories
|
|
292
|
+
@institution = institution
|
|
241
293
|
end
|
|
242
294
|
end
|
|
243
295
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
|
@@ -267,10 +319,14 @@ module Stripe
|
|
|
267
319
|
attr_accessor :acss_debit
|
|
268
320
|
# If paying by `bancontact`, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.
|
|
269
321
|
attr_accessor :bancontact
|
|
322
|
+
# If paying by `blik`, this sub-hash contains details about the Blik payment method options to pass to the invoice’s PaymentIntent.
|
|
323
|
+
attr_accessor :blik
|
|
270
324
|
# If paying by `card`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
|
|
271
325
|
attr_accessor :card
|
|
272
326
|
# If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
273
327
|
attr_accessor :customer_balance
|
|
328
|
+
# If paying by `id_bank_transfer`, this sub-hash contains details about the Indonesia bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
329
|
+
attr_accessor :id_bank_transfer
|
|
274
330
|
# If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.
|
|
275
331
|
attr_accessor :konbini
|
|
276
332
|
# If paying by `payto`, this sub-hash contains details about the PayTo payment method options to pass to the invoice’s PaymentIntent.
|
|
@@ -287,8 +343,10 @@ module Stripe
|
|
|
287
343
|
def initialize(
|
|
288
344
|
acss_debit: nil,
|
|
289
345
|
bancontact: nil,
|
|
346
|
+
blik: nil,
|
|
290
347
|
card: nil,
|
|
291
348
|
customer_balance: nil,
|
|
349
|
+
id_bank_transfer: nil,
|
|
292
350
|
konbini: nil,
|
|
293
351
|
payto: nil,
|
|
294
352
|
pix: nil,
|
|
@@ -298,8 +356,10 @@ module Stripe
|
|
|
298
356
|
)
|
|
299
357
|
@acss_debit = acss_debit
|
|
300
358
|
@bancontact = bancontact
|
|
359
|
+
@blik = blik
|
|
301
360
|
@card = card
|
|
302
361
|
@customer_balance = customer_balance
|
|
362
|
+
@id_bank_transfer = id_bank_transfer
|
|
303
363
|
@konbini = konbini
|
|
304
364
|
@payto = payto
|
|
305
365
|
@pix = pix
|
|
@@ -514,6 +574,8 @@ module Stripe
|
|
|
514
574
|
end
|
|
515
575
|
# The account tax IDs associated with the invoice. Only editable when the invoice is a draft.
|
|
516
576
|
attr_accessor :account_tax_ids
|
|
577
|
+
# List of expected payments and corresponding due dates. Valid only for invoices where `collection_method=send_invoice`.
|
|
578
|
+
attr_accessor :amounts_due
|
|
517
579
|
# A fee in cents (or local equivalent) that will be applied to the invoice and transferred to the application owner's Stripe account. The request must be made with an OAuth key or the Stripe-Account header in order to take an application fee. For more information, see the application fees [documentation](https://docs.stripe.com/billing/invoices/connect#collecting-fees).
|
|
518
580
|
attr_accessor :application_fee_amount
|
|
519
581
|
# Controls whether Stripe performs [automatic collection](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection) of the invoice.
|
|
@@ -528,6 +590,8 @@ module Stripe
|
|
|
528
590
|
attr_accessor :custom_fields
|
|
529
591
|
# The number of days from which the invoice is created until it is due. Only valid for invoices where `collection_method=send_invoice`. This field can only be updated on `draft` invoices.
|
|
530
592
|
attr_accessor :days_until_due
|
|
593
|
+
# The ids of the margins to apply to the invoice. Can be overridden by line item `margins`.
|
|
594
|
+
attr_accessor :default_margins
|
|
531
595
|
# ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings.
|
|
532
596
|
attr_accessor :default_payment_method
|
|
533
597
|
# ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source.
|
|
@@ -569,6 +633,7 @@ module Stripe
|
|
|
569
633
|
|
|
570
634
|
def initialize(
|
|
571
635
|
account_tax_ids: nil,
|
|
636
|
+
amounts_due: nil,
|
|
572
637
|
application_fee_amount: nil,
|
|
573
638
|
auto_advance: nil,
|
|
574
639
|
automatic_tax: nil,
|
|
@@ -576,6 +641,7 @@ module Stripe
|
|
|
576
641
|
collection_method: nil,
|
|
577
642
|
custom_fields: nil,
|
|
578
643
|
days_until_due: nil,
|
|
644
|
+
default_margins: nil,
|
|
579
645
|
default_payment_method: nil,
|
|
580
646
|
default_source: nil,
|
|
581
647
|
default_tax_rates: nil,
|
|
@@ -597,6 +663,7 @@ module Stripe
|
|
|
597
663
|
transfer_data: nil
|
|
598
664
|
)
|
|
599
665
|
@account_tax_ids = account_tax_ids
|
|
666
|
+
@amounts_due = amounts_due
|
|
600
667
|
@application_fee_amount = application_fee_amount
|
|
601
668
|
@auto_advance = auto_advance
|
|
602
669
|
@automatic_tax = automatic_tax
|
|
@@ -604,6 +671,7 @@ module Stripe
|
|
|
604
671
|
@collection_method = collection_method
|
|
605
672
|
@custom_fields = custom_fields
|
|
606
673
|
@days_until_due = days_until_due
|
|
674
|
+
@default_margins = default_margins
|
|
607
675
|
@default_payment_method = default_payment_method
|
|
608
676
|
@default_source = default_source
|
|
609
677
|
@default_tax_rates = default_tax_rates
|
|
@@ -202,7 +202,8 @@ module Stripe
|
|
|
202
202
|
attr_accessor :metadata
|
|
203
203
|
# The cardholder's name. This will be printed on cards issued to them. The maximum length of this field is 24 characters. This field cannot contain any special characters or numbers.
|
|
204
204
|
attr_accessor :name
|
|
205
|
-
# The cardholder's phone number. This will be transformed to [E.164](https://en.wikipedia.org/wiki/E.164) if it is not provided in that format already. This is required for all cardholders who will be creating EU cards.
|
|
205
|
+
# The cardholder's phone number. This will be transformed to [E.164](https://en.wikipedia.org/wiki/E.164) if it is not provided in that format already. This is required for all cardholders who will be creating EU cards.
|
|
206
|
+
# While phone number is optional if the cardholder will not be creating EU cards, note that this cardholder will not be eligible for 3DS without a phone number. See the [3D Secure documentation](https://docs.stripe.com/issuing/3d-secure#when-is-3d-secure-applied) for more details.
|
|
206
207
|
attr_accessor :phone_number
|
|
207
208
|
# The cardholder’s preferred locales (languages), ordered by preference. Locales can be `da`, `de`, `en`, `es`, `fr`, `it`, `pl`, or `sv`.
|
|
208
209
|
# This changes the language of the [3D Secure flow](https://docs.stripe.com/issuing/3d-secure) and one-time password messages sent to the cardholder.
|