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
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Tax
|
|
6
|
-
class LocationCreateParams < ::Stripe::RequestParams
|
|
7
|
-
class Address < ::Stripe::RequestParams
|
|
8
|
-
# City, district, suburb, town, or village.
|
|
9
|
-
attr_accessor :city
|
|
10
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
11
|
-
attr_accessor :country
|
|
12
|
-
# Address line 1, such as the street, PO Box, or company name.
|
|
13
|
-
attr_accessor :line1
|
|
14
|
-
# Address line 2, such as the apartment, suite, unit, or building.
|
|
15
|
-
attr_accessor :line2
|
|
16
|
-
# ZIP or postal code.
|
|
17
|
-
attr_accessor :postal_code
|
|
18
|
-
# State/province as an [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code, without country prefix, such as "NY" or "TX".
|
|
19
|
-
attr_accessor :state
|
|
20
|
-
|
|
21
|
-
def initialize(
|
|
22
|
-
city: nil,
|
|
23
|
-
country: nil,
|
|
24
|
-
line1: nil,
|
|
25
|
-
line2: nil,
|
|
26
|
-
postal_code: nil,
|
|
27
|
-
state: nil
|
|
28
|
-
)
|
|
29
|
-
@city = city
|
|
30
|
-
@country = country
|
|
31
|
-
@line1 = line1
|
|
32
|
-
@line2 = line2
|
|
33
|
-
@postal_code = postal_code
|
|
34
|
-
@state = state
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
# The physical address of the tax location.
|
|
38
|
-
attr_accessor :address
|
|
39
|
-
# Details to identify the tax location by its venue, types of events held, or available services, such as "A spacious auditorium suitable for large concerts and events.".
|
|
40
|
-
attr_accessor :description
|
|
41
|
-
# Specifies which fields in the response should be expanded.
|
|
42
|
-
attr_accessor :expand
|
|
43
|
-
# The type of tax location. The only supported value is "performance".
|
|
44
|
-
attr_accessor :type
|
|
45
|
-
|
|
46
|
-
def initialize(address: nil, description: nil, expand: nil, type: nil)
|
|
47
|
-
@address = address
|
|
48
|
-
@description = description
|
|
49
|
-
@expand = expand
|
|
50
|
-
@type = type
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
end
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Tax
|
|
6
|
-
class LocationListParams < ::Stripe::RequestParams
|
|
7
|
-
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
|
8
|
-
attr_accessor :ending_before
|
|
9
|
-
# Specifies which fields in the response should be expanded.
|
|
10
|
-
attr_accessor :expand
|
|
11
|
-
# A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
|
|
12
|
-
attr_accessor :limit
|
|
13
|
-
# A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.
|
|
14
|
-
attr_accessor :starting_after
|
|
15
|
-
# Type of the tax location. Currently the only option is `performance`.
|
|
16
|
-
attr_accessor :type
|
|
17
|
-
|
|
18
|
-
def initialize(ending_before: nil, expand: nil, limit: nil, starting_after: nil, type: nil)
|
|
19
|
-
@ending_before = ending_before
|
|
20
|
-
@expand = expand
|
|
21
|
-
@limit = limit
|
|
22
|
-
@starting_after = starting_after
|
|
23
|
-
@type = type
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Tax
|
|
6
|
-
class LocationRetrieveParams < ::Stripe::RequestParams
|
|
7
|
-
# Specifies which fields in the response should be expanded.
|
|
8
|
-
attr_accessor :expand
|
|
9
|
-
|
|
10
|
-
def initialize(expand: nil)
|
|
11
|
-
@expand = expand
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Terminal
|
|
6
|
-
class ReaderCollectedDataRetrieveParams < ::Stripe::RequestParams
|
|
7
|
-
# Specifies which fields in the response should be expanded.
|
|
8
|
-
attr_accessor :expand
|
|
9
|
-
|
|
10
|
-
def initialize(expand: nil)
|
|
11
|
-
@expand = expand
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module TestHelpers
|
|
6
|
-
module SharedPayment
|
|
7
|
-
class GrantedTokenCreateParams < ::Stripe::RequestParams
|
|
8
|
-
class UsageLimits < ::Stripe::RequestParams
|
|
9
|
-
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
10
|
-
attr_accessor :currency
|
|
11
|
-
# Time at which this SharedPaymentToken expires and can no longer be used to confirm a PaymentIntent.
|
|
12
|
-
attr_accessor :expires_at
|
|
13
|
-
# Max amount that can be captured using this SharedPaymentToken
|
|
14
|
-
attr_accessor :max_amount
|
|
15
|
-
|
|
16
|
-
def initialize(currency: nil, expires_at: nil, max_amount: nil)
|
|
17
|
-
@currency = currency
|
|
18
|
-
@expires_at = expires_at
|
|
19
|
-
@max_amount = max_amount
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
# The Customer that the SharedPaymentGrantedToken belongs to. Should match the Customer that the PaymentMethod is attached to if any.
|
|
23
|
-
attr_accessor :customer
|
|
24
|
-
# Specifies which fields in the response should be expanded.
|
|
25
|
-
attr_accessor :expand
|
|
26
|
-
# The PaymentMethod that is going to be shared by the SharedPaymentGrantedToken.
|
|
27
|
-
attr_accessor :payment_method
|
|
28
|
-
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to the SharedPaymentGrantedToken.
|
|
29
|
-
attr_accessor :shared_metadata
|
|
30
|
-
# Limits on how this SharedPaymentGrantedToken can be used.
|
|
31
|
-
attr_accessor :usage_limits
|
|
32
|
-
|
|
33
|
-
def initialize(
|
|
34
|
-
customer: nil,
|
|
35
|
-
expand: nil,
|
|
36
|
-
payment_method: nil,
|
|
37
|
-
shared_metadata: nil,
|
|
38
|
-
usage_limits: nil
|
|
39
|
-
)
|
|
40
|
-
@customer = customer
|
|
41
|
-
@expand = expand
|
|
42
|
-
@payment_method = payment_method
|
|
43
|
-
@shared_metadata = shared_metadata
|
|
44
|
-
@usage_limits = usage_limits
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module TestHelpers
|
|
6
|
-
module SharedPayment
|
|
7
|
-
class GrantedTokenRevokeParams < ::Stripe::RequestParams
|
|
8
|
-
# Specifies which fields in the response should be expanded.
|
|
9
|
-
attr_accessor :expand
|
|
10
|
-
|
|
11
|
-
def initialize(expand: nil)
|
|
12
|
-
@expand = expand
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class BillSettingCreateParams < ::Stripe::RequestParams
|
|
8
|
-
class Calculation < ::Stripe::RequestParams
|
|
9
|
-
class Tax < ::Stripe::RequestParams
|
|
10
|
-
# Determines if tax is calculated automatically based on a PTC or manually based on rules defined by the business. Defaults to "manual".
|
|
11
|
-
attr_accessor :type
|
|
12
|
-
|
|
13
|
-
def initialize(type: nil)
|
|
14
|
-
@type = type
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
# Settings for calculating tax.
|
|
18
|
-
attr_accessor :tax
|
|
19
|
-
|
|
20
|
-
def initialize(tax: nil)
|
|
21
|
-
@tax = tax
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
class Invoice < ::Stripe::RequestParams
|
|
26
|
-
class TimeUntilDue < ::Stripe::RequestParams
|
|
27
|
-
# The interval unit for the time until due.
|
|
28
|
-
attr_accessor :interval
|
|
29
|
-
# The number of interval units. For example, if interval=day and interval_count=30,
|
|
30
|
-
# the invoice is due in 30 days.
|
|
31
|
-
attr_accessor :interval_count
|
|
32
|
-
|
|
33
|
-
def initialize(interval: nil, interval_count: nil)
|
|
34
|
-
@interval = interval
|
|
35
|
-
@interval_count = interval_count
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
# The amount of time until the invoice is overdue for payment.
|
|
39
|
-
attr_accessor :time_until_due
|
|
40
|
-
|
|
41
|
-
def initialize(time_until_due: nil)
|
|
42
|
-
@time_until_due = time_until_due
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
# Settings related to calculating a bill.
|
|
46
|
-
attr_accessor :calculation
|
|
47
|
-
# An optional customer-facing display name for the CollectionSetting object.
|
|
48
|
-
# Maximum length of 250 characters.
|
|
49
|
-
attr_accessor :display_name
|
|
50
|
-
# Settings related to invoice behavior.
|
|
51
|
-
attr_accessor :invoice
|
|
52
|
-
# The ID of the invoice rendering template to be used when generating invoices.
|
|
53
|
-
attr_accessor :invoice_rendering_template
|
|
54
|
-
# A lookup key used to retrieve settings dynamically from a static string.
|
|
55
|
-
# This may be up to 200 characters.
|
|
56
|
-
attr_accessor :lookup_key
|
|
57
|
-
|
|
58
|
-
def initialize(
|
|
59
|
-
calculation: nil,
|
|
60
|
-
display_name: nil,
|
|
61
|
-
invoice: nil,
|
|
62
|
-
invoice_rendering_template: nil,
|
|
63
|
-
lookup_key: nil
|
|
64
|
-
)
|
|
65
|
-
@calculation = calculation
|
|
66
|
-
@display_name = display_name
|
|
67
|
-
@invoice = invoice
|
|
68
|
-
@invoice_rendering_template = invoice_rendering_template
|
|
69
|
-
@lookup_key = lookup_key
|
|
70
|
-
end
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
end
|
|
74
|
-
end
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class BillSettingListParams < ::Stripe::RequestParams
|
|
8
|
-
# Optionally set the maximum number of results per page. Defaults to 20.
|
|
9
|
-
attr_accessor :limit
|
|
10
|
-
# Only return the settings with these lookup_keys, if any exist.
|
|
11
|
-
# You can specify up to 10 lookup_keys.
|
|
12
|
-
attr_accessor :lookup_keys
|
|
13
|
-
|
|
14
|
-
def initialize(limit: nil, lookup_keys: nil)
|
|
15
|
-
@limit = limit
|
|
16
|
-
@lookup_keys = lookup_keys
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
end
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class BillSettingUpdateParams < ::Stripe::RequestParams
|
|
8
|
-
class Calculation < ::Stripe::RequestParams
|
|
9
|
-
class Tax < ::Stripe::RequestParams
|
|
10
|
-
# Determines if tax is calculated automatically based on a PTC or manually based on rules defined by the business. Defaults to "manual".
|
|
11
|
-
attr_accessor :type
|
|
12
|
-
|
|
13
|
-
def initialize(type: nil)
|
|
14
|
-
@type = type
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
# Settings for calculating tax.
|
|
18
|
-
attr_accessor :tax
|
|
19
|
-
|
|
20
|
-
def initialize(tax: nil)
|
|
21
|
-
@tax = tax
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
class Invoice < ::Stripe::RequestParams
|
|
26
|
-
class TimeUntilDue < ::Stripe::RequestParams
|
|
27
|
-
# The interval unit for the time until due.
|
|
28
|
-
attr_accessor :interval
|
|
29
|
-
# The number of interval units. For example, if interval=day and interval_count=30,
|
|
30
|
-
# the invoice is due in 30 days.
|
|
31
|
-
attr_accessor :interval_count
|
|
32
|
-
|
|
33
|
-
def initialize(interval: nil, interval_count: nil)
|
|
34
|
-
@interval = interval
|
|
35
|
-
@interval_count = interval_count
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
# The amount of time until the invoice is overdue for payment.
|
|
39
|
-
attr_accessor :time_until_due
|
|
40
|
-
|
|
41
|
-
def initialize(time_until_due: nil)
|
|
42
|
-
@time_until_due = time_until_due
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
# Settings related to calculating a bill.
|
|
46
|
-
attr_accessor :calculation
|
|
47
|
-
# An optional customer-facing display name for the BillSetting object.
|
|
48
|
-
# To remove the display name, set it to an empty string in the request.
|
|
49
|
-
# Maximum length of 250 characters.
|
|
50
|
-
attr_accessor :display_name
|
|
51
|
-
# Settings related to invoice behavior.
|
|
52
|
-
attr_accessor :invoice
|
|
53
|
-
# The ID of the invoice rendering template to be used when generating invoices.
|
|
54
|
-
attr_accessor :invoice_rendering_template
|
|
55
|
-
# Optionally change the live version of the BillSetting. Providing `live_version = "latest"` sets the
|
|
56
|
-
# BillSetting' `live_version` to its latest version.
|
|
57
|
-
attr_accessor :live_version
|
|
58
|
-
# A lookup key used to retrieve settings dynamically from a static string.
|
|
59
|
-
# This may be up to 200 characters.
|
|
60
|
-
attr_accessor :lookup_key
|
|
61
|
-
|
|
62
|
-
def initialize(
|
|
63
|
-
calculation: nil,
|
|
64
|
-
display_name: nil,
|
|
65
|
-
invoice: nil,
|
|
66
|
-
invoice_rendering_template: nil,
|
|
67
|
-
live_version: nil,
|
|
68
|
-
lookup_key: nil
|
|
69
|
-
)
|
|
70
|
-
@calculation = calculation
|
|
71
|
-
@display_name = display_name
|
|
72
|
-
@invoice = invoice
|
|
73
|
-
@invoice_rendering_template = invoice_rendering_template
|
|
74
|
-
@live_version = live_version
|
|
75
|
-
@lookup_key = lookup_key
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
end
|
|
80
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
module BillSettings
|
|
8
|
-
class VersionListParams < ::Stripe::RequestParams
|
|
9
|
-
# Optionally set the maximum number of results per page. Defaults to 20.
|
|
10
|
-
attr_accessor :limit
|
|
11
|
-
|
|
12
|
-
def initialize(limit: nil)
|
|
13
|
-
@limit = limit
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module Billing
|
|
7
|
-
class CadenceCreateParams < ::Stripe::RequestParams
|
|
8
|
-
class BillingCycle < ::Stripe::RequestParams
|
|
9
|
-
class Day < ::Stripe::RequestParams
|
|
10
|
-
class Time < ::Stripe::RequestParams
|
|
11
|
-
# The hour at which the billing cycle ends.
|
|
12
|
-
# This must be an integer between 0 and 23, inclusive.
|
|
13
|
-
# 0 represents midnight, and 23 represents 11 PM.
|
|
14
|
-
attr_accessor :hour
|
|
15
|
-
# The minute at which the billing cycle ends.
|
|
16
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
17
|
-
attr_accessor :minute
|
|
18
|
-
# The second at which the billing cycle ends.
|
|
19
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
20
|
-
attr_accessor :second
|
|
21
|
-
|
|
22
|
-
def initialize(hour: nil, minute: nil, second: nil)
|
|
23
|
-
@hour = hour
|
|
24
|
-
@minute = minute
|
|
25
|
-
@second = second
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
# The time at which the billing cycle ends.
|
|
29
|
-
# This field is optional, and if not provided, it defaults to
|
|
30
|
-
# the time at which the cadence was created in UTC timezone.
|
|
31
|
-
attr_accessor :time
|
|
32
|
-
|
|
33
|
-
def initialize(time: nil)
|
|
34
|
-
@time = time
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
class Month < ::Stripe::RequestParams
|
|
39
|
-
class Time < ::Stripe::RequestParams
|
|
40
|
-
# The hour at which the billing cycle ends.
|
|
41
|
-
# This must be an integer between 0 and 23, inclusive.
|
|
42
|
-
# 0 represents midnight, and 23 represents 11 PM.
|
|
43
|
-
attr_accessor :hour
|
|
44
|
-
# The minute at which the billing cycle ends.
|
|
45
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
46
|
-
attr_accessor :minute
|
|
47
|
-
# The second at which the billing cycle ends.
|
|
48
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
49
|
-
attr_accessor :second
|
|
50
|
-
|
|
51
|
-
def initialize(hour: nil, minute: nil, second: nil)
|
|
52
|
-
@hour = hour
|
|
53
|
-
@minute = minute
|
|
54
|
-
@second = second
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
# The day to anchor the billing on for a type="month" billing cycle from
|
|
58
|
-
# 1-31. If this number is greater than the number of days in the month being
|
|
59
|
-
# billed, this anchors to the last day of the month. If not provided,
|
|
60
|
-
# this defaults to the day the cadence was created.
|
|
61
|
-
attr_accessor :day_of_month
|
|
62
|
-
# The month to anchor the billing on for a type="month" billing cycle from
|
|
63
|
-
# 1-12. If not provided, this defaults to the month the cadence was created.
|
|
64
|
-
# This setting can only be used for monthly billing cycles with `interval_count` of 2, 3, 4 or 6.
|
|
65
|
-
# All occurrences are calculated from the month provided.
|
|
66
|
-
attr_accessor :month_of_year
|
|
67
|
-
# The time at which the billing cycle ends.
|
|
68
|
-
# This field is optional, and if not provided, it defaults to
|
|
69
|
-
# the time at which the cadence was created in UTC timezone.
|
|
70
|
-
attr_accessor :time
|
|
71
|
-
|
|
72
|
-
def initialize(day_of_month: nil, month_of_year: nil, time: nil)
|
|
73
|
-
@day_of_month = day_of_month
|
|
74
|
-
@month_of_year = month_of_year
|
|
75
|
-
@time = time
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
class Week < ::Stripe::RequestParams
|
|
80
|
-
class Time < ::Stripe::RequestParams
|
|
81
|
-
# The hour at which the billing cycle ends.
|
|
82
|
-
# This must be an integer between 0 and 23, inclusive.
|
|
83
|
-
# 0 represents midnight, and 23 represents 11 PM.
|
|
84
|
-
attr_accessor :hour
|
|
85
|
-
# The minute at which the billing cycle ends.
|
|
86
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
87
|
-
attr_accessor :minute
|
|
88
|
-
# The second at which the billing cycle ends.
|
|
89
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
90
|
-
attr_accessor :second
|
|
91
|
-
|
|
92
|
-
def initialize(hour: nil, minute: nil, second: nil)
|
|
93
|
-
@hour = hour
|
|
94
|
-
@minute = minute
|
|
95
|
-
@second = second
|
|
96
|
-
end
|
|
97
|
-
end
|
|
98
|
-
# The day of the week to bill the type=week billing cycle on.
|
|
99
|
-
# Numbered from 1-7 for Monday to Sunday respectively, based on the ISO-8601
|
|
100
|
-
# week day numbering. If not provided, this defaults to the day the
|
|
101
|
-
# cadence was created.
|
|
102
|
-
attr_accessor :day_of_week
|
|
103
|
-
# The time at which the billing cycle ends.
|
|
104
|
-
# This field is optional, and if not provided, it defaults to
|
|
105
|
-
# the time at which the cadence was created in UTC timezone.
|
|
106
|
-
attr_accessor :time
|
|
107
|
-
|
|
108
|
-
def initialize(day_of_week: nil, time: nil)
|
|
109
|
-
@day_of_week = day_of_week
|
|
110
|
-
@time = time
|
|
111
|
-
end
|
|
112
|
-
end
|
|
113
|
-
|
|
114
|
-
class Year < ::Stripe::RequestParams
|
|
115
|
-
class Time < ::Stripe::RequestParams
|
|
116
|
-
# The hour at which the billing cycle ends.
|
|
117
|
-
# This must be an integer between 0 and 23, inclusive.
|
|
118
|
-
# 0 represents midnight, and 23 represents 11 PM.
|
|
119
|
-
attr_accessor :hour
|
|
120
|
-
# The minute at which the billing cycle ends.
|
|
121
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
122
|
-
attr_accessor :minute
|
|
123
|
-
# The second at which the billing cycle ends.
|
|
124
|
-
# Must be an integer between 0 and 59, inclusive.
|
|
125
|
-
attr_accessor :second
|
|
126
|
-
|
|
127
|
-
def initialize(hour: nil, minute: nil, second: nil)
|
|
128
|
-
@hour = hour
|
|
129
|
-
@minute = minute
|
|
130
|
-
@second = second
|
|
131
|
-
end
|
|
132
|
-
end
|
|
133
|
-
# The day to anchor the billing on for a type="month" billing cycle from
|
|
134
|
-
# 1-31. If this number is greater than the number of days in the month being
|
|
135
|
-
# billed, this anchors to the last day of the month. If not provided,
|
|
136
|
-
# this defaults to the day the cadence was created.
|
|
137
|
-
attr_accessor :day_of_month
|
|
138
|
-
# The month to bill on from 1-12. If not provided, this defaults to the
|
|
139
|
-
# month the cadence was created.
|
|
140
|
-
attr_accessor :month_of_year
|
|
141
|
-
# The time at which the billing cycle ends.
|
|
142
|
-
# This field is optional, and if not provided, it defaults to
|
|
143
|
-
# the time at which the cadence was created in UTC timezone.
|
|
144
|
-
attr_accessor :time
|
|
145
|
-
|
|
146
|
-
def initialize(day_of_month: nil, month_of_year: nil, time: nil)
|
|
147
|
-
@day_of_month = day_of_month
|
|
148
|
-
@month_of_year = month_of_year
|
|
149
|
-
@time = time
|
|
150
|
-
end
|
|
151
|
-
end
|
|
152
|
-
# Specific configuration for determining billing dates when type=day.
|
|
153
|
-
attr_accessor :day
|
|
154
|
-
# The number of intervals (specified in the interval attribute) between
|
|
155
|
-
# cadence billings. For example, type=month and interval_count=3 bills every
|
|
156
|
-
# 3 months. If not provided, this defaults to 1.
|
|
157
|
-
attr_accessor :interval_count
|
|
158
|
-
# Specific configuration for determining billing dates when type=month.
|
|
159
|
-
attr_accessor :month
|
|
160
|
-
# The frequency at which a cadence bills.
|
|
161
|
-
attr_accessor :type
|
|
162
|
-
# Specific configuration for determining billing dates when type=week.
|
|
163
|
-
attr_accessor :week
|
|
164
|
-
# Specific configuration for determining billing dates when type=year.
|
|
165
|
-
attr_accessor :year
|
|
166
|
-
|
|
167
|
-
def initialize(day: nil, interval_count: nil, month: nil, type: nil, week: nil, year: nil)
|
|
168
|
-
@day = day
|
|
169
|
-
@interval_count = interval_count
|
|
170
|
-
@month = month
|
|
171
|
-
@type = type
|
|
172
|
-
@week = week
|
|
173
|
-
@year = year
|
|
174
|
-
end
|
|
175
|
-
end
|
|
176
|
-
|
|
177
|
-
class Payer < ::Stripe::RequestParams
|
|
178
|
-
# The ID of the Billing Profile object which determines how a bill is paid.
|
|
179
|
-
attr_accessor :billing_profile
|
|
180
|
-
|
|
181
|
-
def initialize(billing_profile: nil)
|
|
182
|
-
@billing_profile = billing_profile
|
|
183
|
-
end
|
|
184
|
-
end
|
|
185
|
-
|
|
186
|
-
class Settings < ::Stripe::RequestParams
|
|
187
|
-
class Bill < ::Stripe::RequestParams
|
|
188
|
-
# The ID of the referenced settings object.
|
|
189
|
-
attr_accessor :id
|
|
190
|
-
# An optional field to specify the version of the Settings to use.
|
|
191
|
-
# If not provided, this defaults to the live version any time the settings are used.
|
|
192
|
-
attr_accessor :version
|
|
193
|
-
|
|
194
|
-
def initialize(id: nil, version: nil)
|
|
195
|
-
@id = id
|
|
196
|
-
@version = version
|
|
197
|
-
end
|
|
198
|
-
end
|
|
199
|
-
|
|
200
|
-
class Collection < ::Stripe::RequestParams
|
|
201
|
-
# The ID of the referenced settings object.
|
|
202
|
-
attr_accessor :id
|
|
203
|
-
# An optional field to specify the version of the Settings to use.
|
|
204
|
-
# If not provided, this defaults to the live version any time the settings are used.
|
|
205
|
-
attr_accessor :version
|
|
206
|
-
|
|
207
|
-
def initialize(id: nil, version: nil)
|
|
208
|
-
@id = id
|
|
209
|
-
@version = version
|
|
210
|
-
end
|
|
211
|
-
end
|
|
212
|
-
# Settings that configure bill generation, which includes calculating totals, tax, and presenting invoices.
|
|
213
|
-
# If no setting is provided here, the settings from the customer referenced on the payer will be used.
|
|
214
|
-
# If no customer settings are present, the merchant default settings will be used.
|
|
215
|
-
attr_accessor :bill
|
|
216
|
-
# Settings that configure and manage the behavior of collecting payments.
|
|
217
|
-
# If no setting is provided here, the settings from the customer referenced from the payer will be used if they exist.
|
|
218
|
-
# If no customer settings are present, the merchant default settings will be used.
|
|
219
|
-
attr_accessor :collection
|
|
220
|
-
|
|
221
|
-
def initialize(bill: nil, collection: nil)
|
|
222
|
-
@bill = bill
|
|
223
|
-
@collection = collection
|
|
224
|
-
end
|
|
225
|
-
end
|
|
226
|
-
# The billing cycle is the object that defines future billing cycle dates.
|
|
227
|
-
attr_accessor :billing_cycle
|
|
228
|
-
# A lookup key used to retrieve cadences dynamically from a static string. Maximum length of 200 characters.
|
|
229
|
-
attr_accessor :lookup_key
|
|
230
|
-
# Set of [key-value pairs](/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
231
|
-
attr_accessor :metadata
|
|
232
|
-
# The payer determines the entity financially responsible for the bill.
|
|
233
|
-
attr_accessor :payer
|
|
234
|
-
# The settings associated with the cadence.
|
|
235
|
-
attr_accessor :settings
|
|
236
|
-
|
|
237
|
-
def initialize(
|
|
238
|
-
billing_cycle: nil,
|
|
239
|
-
lookup_key: nil,
|
|
240
|
-
metadata: nil,
|
|
241
|
-
payer: nil,
|
|
242
|
-
settings: nil
|
|
243
|
-
)
|
|
244
|
-
@billing_cycle = billing_cycle
|
|
245
|
-
@lookup_key = lookup_key
|
|
246
|
-
@metadata = metadata
|
|
247
|
-
@payer = payer
|
|
248
|
-
@settings = settings
|
|
249
|
-
end
|
|
250
|
-
end
|
|
251
|
-
end
|
|
252
|
-
end
|
|
253
|
-
end
|