stripe 16.1.0.pre.beta.1 → 17.0.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 -35
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -236
- data/lib/stripe/object_types.rb +0 -58
- data/lib/stripe/params/account_create_params.rb +1 -300
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +0 -262
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -4
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_create_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_list_params.rb +0 -4
- data/lib/stripe/params/billing_portal/session_create_params.rb +0 -4
- data/lib/stripe/params/charge_capture_params.rb +0 -709
- data/lib/stripe/params/charge_update_params.rb +0 -709
- data/lib/stripe/params/checkout/session_create_params.rb +3 -193
- data/lib/stripe/params/checkout/session_list_params.rb +0 -4
- data/lib/stripe/params/checkout/session_update_params.rb +1 -288
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/credit_note_list_params.rb +0 -4
- data/lib/stripe/params/customer_session_create_params.rb +1 -4
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/account_list_params.rb +1 -4
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -34
- data/lib/stripe/params/identity/verification_session_create_params.rb +0 -4
- data/lib/stripe/params/identity/verification_session_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -46
- data/lib/stripe/params/invoice_create_params.rb +2 -112
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -826
- data/lib/stripe/params/invoice_item_create_params.rb +1 -37
- data/lib/stripe/params/invoice_item_list_params.rb +0 -4
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_payment_list_params.rb +1 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_update_params.rb +2 -108
- 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 +0 -895
- data/lib/stripe/params/payment_intent_confirm_params.rb +18 -1384
- data/lib/stripe/params/payment_intent_create_params.rb +16 -1390
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -223
- data/lib/stripe/params/payment_intent_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_update_params.rb +4 -1409
- data/lib/stripe/params/payment_method_attach_params.rb +1 -4
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -126
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -126
- data/lib/stripe/params/payment_method_create_params.rb +0 -97
- data/lib/stripe/params/payment_method_update_params.rb +0 -19
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/promotion_code_create_params.rb +0 -4
- data/lib/stripe/params/promotion_code_list_params.rb +0 -4
- data/lib/stripe/params/quote_create_params.rb +3 -805
- data/lib/stripe/params/quote_list_params.rb +0 -8
- data/lib/stripe/params/quote_update_params.rb +4 -813
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -225
- data/lib/stripe/params/setup_intent_create_params.rb +3 -231
- data/lib/stripe/params/setup_intent_list_params.rb +0 -4
- data/lib/stripe/params/setup_intent_update_params.rb +3 -231
- data/lib/stripe/params/subscription_create_params.rb +5 -259
- data/lib/stripe/params/subscription_item_create_params.rb +2 -46
- data/lib/stripe/params/subscription_item_update_params.rb +1 -29
- data/lib/stripe/params/subscription_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -167
- data/lib/stripe/params/subscription_schedule_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -163
- data/lib/stripe/params/subscription_update_params.rb +4 -238
- data/lib/stripe/params/tax_id_create_params.rb +1 -4
- data/lib/stripe/params/tax_id_list_params.rb +1 -4
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params.rb +0 -169
- data/lib/stripe/request_options.rb +1 -3
- data/lib/stripe/resources/account.rb +1 -166
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_grant.rb +0 -2
- data/lib/stripe/resources/billing_portal/session.rb +0 -2
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +1 -234
- data/lib/stripe/resources/checkout/session.rb +4 -154
- data/lib/stripe/resources/confirmation_token.rb +0 -155
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note.rb +0 -2
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer.rb +0 -2
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +0 -2
- data/lib/stripe/resources/discount.rb +0 -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 -27
- data/lib/stripe/resources/financial_connections/session.rb +1 -67
- data/lib/stripe/resources/identity/verification_session.rb +0 -2
- data/lib/stripe/resources/invoice.rb +1 -152
- data/lib/stripe/resources/invoice_item.rb +0 -4
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/invoice_payment.rb +0 -2
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -68
- data/lib/stripe/resources/mandate.rb +0 -71
- data/lib/stripe/resources/payment_intent.rb +4 -848
- data/lib/stripe/resources/payment_method.rb +0 -157
- data/lib/stripe/resources/payment_method_configuration.rb +0 -204
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/promotion_code.rb +0 -2
- data/lib/stripe/resources/quote.rb +2 -571
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -63
- data/lib/stripe/resources/setup_intent.rb +1 -132
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -232
- data/lib/stripe/resources/subscription_item.rb +1 -20
- data/lib/stripe/resources/subscription_schedule.rb +3 -198
- data/lib/stripe/resources/tax_id.rb +0 -4
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources.rb +0 -116
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -44
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services.rb +0 -61
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_object.rb +15 -9
- data/lib/stripe/util.rb +3 -9
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +98094 -162674
- metadata +5 -351
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- 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_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_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_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 -44
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -1124
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -1128
- data/lib/stripe/params/payment_attempt_record_list_params.rb +0 -19
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +0 -22
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +0 -93
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +0 -186
- data/lib/stripe/params/payment_record_report_payment_params.rb +0 -252
- data/lib/stripe/params/payment_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/association_find_params.rb +0 -18
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +0 -43
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/account_close_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_create_params.rb +0 -2217
- data/lib/stripe/params/v2/core/account_link_create_params.rb +0 -101
- data/lib/stripe/params/v2/core/account_list_params.rb +0 -20
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_update_params.rb +0 -2245
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +0 -493
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +0 -493
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_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_create_params.rb +0 -33
- 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_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_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 -98
- 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 -85
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -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/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -237
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_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 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/payment_attempt_record.rb +0 -2102
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -128
- data/lib/stripe/resources/payment_record.rb +0 -2208
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/tax/association.rb +0 -86
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -71
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/account.rb +0 -3851
- data/lib/stripe/resources/v2/core/account_link.rb +0 -123
- data/lib/stripe/resources/v2/core/account_person.rb +0 -477
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -47
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
- 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 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -217
- 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 -109
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -28
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +0 -17
- data/lib/stripe/services/payment_record_service.rb +0 -89
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/tax/association_service.rb +0 -19
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -19
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -21
- data/lib/stripe/services/v2/core/account_service.rb +0 -76
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -67
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -74
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -68
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -59
- 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 -73
- 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 -63
- 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/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
@@ -282,8 +282,6 @@ module Stripe
|
|
282
282
|
attr_reader :past_due
|
283
283
|
# The number of times evidence has been submitted. Typically, you may only submit evidence once.
|
284
284
|
attr_reader :submission_count
|
285
|
-
# Whether the dispute was submitted manually, with Smart Disputes, or not submitted.
|
286
|
-
attr_reader :submission_method
|
287
285
|
|
288
286
|
def self.inner_class_types
|
289
287
|
@inner_class_types = { enhanced_eligibility: EnhancedEligibility }
|
@@ -373,21 +371,6 @@ module Stripe
|
|
373
371
|
@field_remappings = {}
|
374
372
|
end
|
375
373
|
end
|
376
|
-
|
377
|
-
class SmartDisputes < Stripe::StripeObject
|
378
|
-
# Evidence that could be provided to improve the SmartDisputes packet
|
379
|
-
attr_reader :recommended_evidence
|
380
|
-
# Smart Disputes auto representment packet availability status.
|
381
|
-
attr_reader :status
|
382
|
-
|
383
|
-
def self.inner_class_types
|
384
|
-
@inner_class_types = {}
|
385
|
-
end
|
386
|
-
|
387
|
-
def self.field_remappings
|
388
|
-
@field_remappings = {}
|
389
|
-
end
|
390
|
-
end
|
391
374
|
# Disputed amount. Usually the amount of the charge, but it can differ (usually because of currency fluctuation or because only part of the order is disputed).
|
392
375
|
attr_reader :amount
|
393
376
|
# List of zero, one, or two balance transactions that show funds withdrawn and reinstated to your Stripe account as a result of this dispute.
|
@@ -406,8 +389,6 @@ module Stripe
|
|
406
389
|
attr_reader :evidence_details
|
407
390
|
# Unique identifier for the object.
|
408
391
|
attr_reader :id
|
409
|
-
# Intended submission method for the dispute.
|
410
|
-
attr_reader :intended_submission_method
|
411
392
|
# If true, it's still possible to refund the disputed payment. After the payment has been fully refunded, no further funds are withdrawn from your Stripe account as a result of this dispute.
|
412
393
|
attr_reader :is_charge_refundable
|
413
394
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
@@ -424,8 +405,6 @@ module Stripe
|
|
424
405
|
attr_reader :payment_method_details
|
425
406
|
# Reason given by cardholder for dispute. Possible values are `bank_cannot_process`, `check_returned`, `credit_not_processed`, `customer_initiated`, `debit_not_authorized`, `duplicate`, `fraudulent`, `general`, `incorrect_account_details`, `insufficient_funds`, `noncompliant`, `product_not_received`, `product_unacceptable`, `subscription_canceled`, or `unrecognized`. Learn more about [dispute reasons](https://stripe.com/docs/disputes/categories).
|
426
407
|
attr_reader :reason
|
427
|
-
# Attribute for field smart_disputes
|
428
|
-
attr_reader :smart_disputes
|
429
408
|
# The current status of a dispute. Possible values include:`warning_needs_response`, `warning_under_review`, `warning_closed`, `needs_response`, `under_review`, `won`, `lost`, or `prevented`.
|
430
409
|
attr_reader :status
|
431
410
|
|
@@ -475,7 +454,6 @@ module Stripe
|
|
475
454
|
evidence: Evidence,
|
476
455
|
evidence_details: EvidenceDetails,
|
477
456
|
payment_method_details: PaymentMethodDetails,
|
478
|
-
smart_disputes: SmartDisputes,
|
479
457
|
}
|
480
458
|
end
|
481
459
|
|
@@ -43,67 +43,6 @@ module Stripe
|
|
43
43
|
end
|
44
44
|
end
|
45
45
|
|
46
|
-
class Reason < Stripe::StripeObject
|
47
|
-
class AutomationAction < Stripe::StripeObject
|
48
|
-
class StripeSendWebhookCustomEvent < Stripe::StripeObject
|
49
|
-
# Set of key-value pairs attached to the action when creating an Automation.
|
50
|
-
attr_reader :custom_data
|
51
|
-
|
52
|
-
def self.inner_class_types
|
53
|
-
@inner_class_types = {}
|
54
|
-
end
|
55
|
-
|
56
|
-
def self.field_remappings
|
57
|
-
@field_remappings = {}
|
58
|
-
end
|
59
|
-
end
|
60
|
-
# Attribute for field stripe_send_webhook_custom_event
|
61
|
-
attr_reader :stripe_send_webhook_custom_event
|
62
|
-
# The trigger name of the automation that triggered this action.
|
63
|
-
# Please visit [Revenue and retention automations](https://docs.stripe.com/billing/automations#choose-a-trigger) for all possible trigger names.
|
64
|
-
attr_reader :trigger
|
65
|
-
# The type of the `automation_action`.
|
66
|
-
attr_reader :type
|
67
|
-
|
68
|
-
def self.inner_class_types
|
69
|
-
@inner_class_types = { stripe_send_webhook_custom_event: StripeSendWebhookCustomEvent }
|
70
|
-
end
|
71
|
-
|
72
|
-
def self.field_remappings
|
73
|
-
@field_remappings = {}
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
class Request < Stripe::StripeObject
|
78
|
-
# ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
|
79
|
-
attr_reader :id
|
80
|
-
# The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.
|
81
|
-
attr_reader :idempotency_key
|
82
|
-
|
83
|
-
def self.inner_class_types
|
84
|
-
@inner_class_types = {}
|
85
|
-
end
|
86
|
-
|
87
|
-
def self.field_remappings
|
88
|
-
@field_remappings = {}
|
89
|
-
end
|
90
|
-
end
|
91
|
-
# Attribute for field automation_action
|
92
|
-
attr_reader :automation_action
|
93
|
-
# Attribute for field request
|
94
|
-
attr_reader :request
|
95
|
-
# The type of the reason for the event.
|
96
|
-
attr_reader :type
|
97
|
-
|
98
|
-
def self.inner_class_types
|
99
|
-
@inner_class_types = { automation_action: AutomationAction, request: Request }
|
100
|
-
end
|
101
|
-
|
102
|
-
def self.field_remappings
|
103
|
-
@field_remappings = {}
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
46
|
class Request < Stripe::StripeObject
|
108
47
|
# ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
|
109
48
|
attr_reader :id
|
@@ -136,8 +75,6 @@ module Stripe
|
|
136
75
|
attr_reader :object
|
137
76
|
# Number of webhooks that haven't been successfully delivered (for example, to return a 20x response) to the URLs you specify.
|
138
77
|
attr_reader :pending_webhooks
|
139
|
-
# Information about the action that causes the event. Only present when the event is triggered by an API request or an [Automation](https://docs.stripe.com/billing/automations) action.
|
140
|
-
attr_reader :reason
|
141
78
|
# Information on the API request that triggers the event.
|
142
79
|
attr_reader :request
|
143
80
|
# Description of the event (for example, `invoice.created` or `charge.refunded`).
|
@@ -149,7 +86,7 @@ module Stripe
|
|
149
86
|
end
|
150
87
|
|
151
88
|
def self.inner_class_types
|
152
|
-
@inner_class_types = { data: Data,
|
89
|
+
@inner_class_types = { data: Data, request: Request }
|
153
90
|
end
|
154
91
|
|
155
92
|
def self.field_remappings
|
@@ -6,22 +6,17 @@ module Stripe
|
|
6
6
|
# A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.
|
7
7
|
class Account < APIResource
|
8
8
|
extend Stripe::APIOperations::List
|
9
|
-
extend Stripe::APIOperations::NestedResource
|
10
9
|
|
11
10
|
OBJECT_NAME = "financial_connections.account"
|
12
11
|
def self.object_name
|
13
12
|
"financial_connections.account"
|
14
13
|
end
|
15
14
|
|
16
|
-
nested_resource_class_methods :inferred_balance, operations: %i[list]
|
17
|
-
|
18
15
|
class AccountHolder < Stripe::StripeObject
|
19
16
|
# The ID of the Stripe account this account belongs to. Should only be present if `account_holder.type` is `account`.
|
20
17
|
attr_reader :account
|
21
18
|
# ID of the Stripe customer this account belongs to. Present if and only if `account_holder.type` is `customer`.
|
22
19
|
attr_reader :customer
|
23
|
-
# Attribute for field customer_account
|
24
|
-
attr_reader :customer_account
|
25
20
|
# Type of account holder that this account belongs to.
|
26
21
|
attr_reader :type
|
27
22
|
|
@@ -109,23 +104,6 @@ module Stripe
|
|
109
104
|
end
|
110
105
|
end
|
111
106
|
|
112
|
-
class InferredBalancesRefresh < Stripe::StripeObject
|
113
|
-
# The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
|
114
|
-
attr_reader :last_attempted_at
|
115
|
-
# Time at which the next inferred balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.
|
116
|
-
attr_reader :next_refresh_available_at
|
117
|
-
# The status of the last refresh attempt.
|
118
|
-
attr_reader :status
|
119
|
-
|
120
|
-
def self.inner_class_types
|
121
|
-
@inner_class_types = {}
|
122
|
-
end
|
123
|
-
|
124
|
-
def self.field_remappings
|
125
|
-
@field_remappings = {}
|
126
|
-
end
|
127
|
-
end
|
128
|
-
|
129
107
|
class OwnershipRefresh < Stripe::StripeObject
|
130
108
|
# The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
|
131
109
|
attr_reader :last_attempted_at
|
@@ -175,10 +153,6 @@ module Stripe
|
|
175
153
|
attr_reader :display_name
|
176
154
|
# Unique identifier for the object.
|
177
155
|
attr_reader :id
|
178
|
-
# The state of the most recent attempt to refresh the account's inferred balance history.
|
179
|
-
attr_reader :inferred_balances_refresh
|
180
|
-
# The ID of the Financial Connections Institution this account belongs to. Note that this relationship may sometimes change in rare circumstances (e.g. institution mergers).
|
181
|
-
attr_reader :institution
|
182
156
|
# The name of the institution that holds this account.
|
183
157
|
attr_reader :institution_name
|
184
158
|
# The last 4 digits of the account number. If present, this will be 4 numeric characters.
|
@@ -332,7 +306,6 @@ module Stripe
|
|
332
306
|
account_holder: AccountHolder,
|
333
307
|
balance: Balance,
|
334
308
|
balance_refresh: BalanceRefresh,
|
335
|
-
inferred_balances_refresh: InferredBalancesRefresh,
|
336
309
|
ownership_refresh: OwnershipRefresh,
|
337
310
|
transaction_refresh: TransactionRefresh,
|
338
311
|
}
|
@@ -17,8 +17,6 @@ module Stripe
|
|
17
17
|
attr_reader :account
|
18
18
|
# ID of the Stripe customer this account belongs to. Present if and only if `account_holder.type` is `customer`.
|
19
19
|
attr_reader :customer
|
20
|
-
# Attribute for field customer_account
|
21
|
-
attr_reader :customer_account
|
22
20
|
# Type of account holder that this account belongs to.
|
23
21
|
attr_reader :type
|
24
22
|
|
@@ -36,8 +34,6 @@ module Stripe
|
|
36
34
|
attr_reader :account_subcategories
|
37
35
|
# List of countries from which to filter accounts.
|
38
36
|
attr_reader :countries
|
39
|
-
# Stripe ID of the institution with which the customer should be directed to log in.
|
40
|
-
attr_reader :institution
|
41
37
|
|
42
38
|
def self.inner_class_types
|
43
39
|
@inner_class_types = {}
|
@@ -47,54 +43,6 @@ module Stripe
|
|
47
43
|
@field_remappings = {}
|
48
44
|
end
|
49
45
|
end
|
50
|
-
|
51
|
-
class Limits < Stripe::StripeObject
|
52
|
-
# The number of accounts that can be linked in this Session.
|
53
|
-
attr_reader :accounts
|
54
|
-
|
55
|
-
def self.inner_class_types
|
56
|
-
@inner_class_types = {}
|
57
|
-
end
|
58
|
-
|
59
|
-
def self.field_remappings
|
60
|
-
@field_remappings = {}
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
class ManualEntry < Stripe::StripeObject
|
65
|
-
def self.inner_class_types
|
66
|
-
@inner_class_types = {}
|
67
|
-
end
|
68
|
-
|
69
|
-
def self.field_remappings
|
70
|
-
@field_remappings = {}
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
class StatusDetails < Stripe::StripeObject
|
75
|
-
class Cancelled < Stripe::StripeObject
|
76
|
-
# The reason for the Session being cancelled.
|
77
|
-
attr_reader :reason
|
78
|
-
|
79
|
-
def self.inner_class_types
|
80
|
-
@inner_class_types = {}
|
81
|
-
end
|
82
|
-
|
83
|
-
def self.field_remappings
|
84
|
-
@field_remappings = {}
|
85
|
-
end
|
86
|
-
end
|
87
|
-
# Attribute for field cancelled
|
88
|
-
attr_reader :cancelled
|
89
|
-
|
90
|
-
def self.inner_class_types
|
91
|
-
@inner_class_types = { cancelled: Cancelled }
|
92
|
-
end
|
93
|
-
|
94
|
-
def self.field_remappings
|
95
|
-
@field_remappings = {}
|
96
|
-
end
|
97
|
-
end
|
98
46
|
# The account holder for whom accounts are collected in this session.
|
99
47
|
attr_reader :account_holder
|
100
48
|
# The accounts that were collected as part of this Session.
|
@@ -105,12 +53,8 @@ module Stripe
|
|
105
53
|
attr_reader :filters
|
106
54
|
# Unique identifier for the object.
|
107
55
|
attr_reader :id
|
108
|
-
# Attribute for field limits
|
109
|
-
attr_reader :limits
|
110
56
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
111
57
|
attr_reader :livemode
|
112
|
-
# Attribute for field manual_entry
|
113
|
-
attr_reader :manual_entry
|
114
58
|
# String representing the object's type. Objects of the same type share the same value.
|
115
59
|
attr_reader :object
|
116
60
|
# Permissions requested for accounts collected during this session.
|
@@ -119,10 +63,6 @@ module Stripe
|
|
119
63
|
attr_reader :prefetch
|
120
64
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
121
65
|
attr_reader :return_url
|
122
|
-
# The current state of the session.
|
123
|
-
attr_reader :status
|
124
|
-
# Attribute for field status_details
|
125
|
-
attr_reader :status_details
|
126
66
|
|
127
67
|
# To launch the Financial Connections authorization flow, create a Session. The session's client_secret can be used to launch the flow using Stripe.js.
|
128
68
|
def self.create(params = {}, opts = {})
|
@@ -135,13 +75,7 @@ module Stripe
|
|
135
75
|
end
|
136
76
|
|
137
77
|
def self.inner_class_types
|
138
|
-
@inner_class_types = {
|
139
|
-
account_holder: AccountHolder,
|
140
|
-
filters: Filters,
|
141
|
-
limits: Limits,
|
142
|
-
manual_entry: ManualEntry,
|
143
|
-
status_details: StatusDetails,
|
144
|
-
}
|
78
|
+
@inner_class_types = { account_holder: AccountHolder, filters: Filters }
|
145
79
|
end
|
146
80
|
|
147
81
|
def self.field_remappings
|
@@ -275,8 +275,6 @@ module Stripe
|
|
275
275
|
attr_reader :redaction
|
276
276
|
# Customer ID
|
277
277
|
attr_reader :related_customer
|
278
|
-
# Token referencing a Customer Account resource.
|
279
|
-
attr_reader :related_customer_account
|
280
278
|
# Attribute for field related_person
|
281
279
|
attr_reader :related_person
|
282
280
|
# Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://stripe.com/docs/identity/how-sessions-work).
|
@@ -49,33 +49,6 @@ module Stripe
|
|
49
49
|
|
50
50
|
nested_resource_class_methods :line, operations: %i[list]
|
51
51
|
|
52
|
-
class AmountsDue < Stripe::StripeObject
|
53
|
-
# Incremental amount due for this payment in cents (or local equivalent).
|
54
|
-
attr_reader :amount
|
55
|
-
# The amount in cents (or local equivalent) that was paid for this payment.
|
56
|
-
attr_reader :amount_paid
|
57
|
-
# The difference between the payment’s amount and amount_paid, in cents (or local equivalent).
|
58
|
-
attr_reader :amount_remaining
|
59
|
-
# Number of days from when invoice is finalized until the payment is due.
|
60
|
-
attr_reader :days_until_due
|
61
|
-
# An arbitrary string attached to the object. Often useful for displaying to users.
|
62
|
-
attr_reader :description
|
63
|
-
# Date on which a payment plan’s payment is due.
|
64
|
-
attr_reader :due_date
|
65
|
-
# Timestamp when the payment was paid.
|
66
|
-
attr_reader :paid_at
|
67
|
-
# The status of the payment, one of `open`, `paid`, or `past_due`
|
68
|
-
attr_reader :status
|
69
|
-
|
70
|
-
def self.inner_class_types
|
71
|
-
@inner_class_types = {}
|
72
|
-
end
|
73
|
-
|
74
|
-
def self.field_remappings
|
75
|
-
@field_remappings = {}
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
52
|
class AutomaticTax < Stripe::StripeObject
|
80
53
|
class Liability < Stripe::StripeObject
|
81
54
|
# The connected account being referenced when `type` is `account`.
|
@@ -330,19 +303,6 @@ module Stripe
|
|
330
303
|
end
|
331
304
|
|
332
305
|
class Parent < Stripe::StripeObject
|
333
|
-
class BillingCadenceDetails < Stripe::StripeObject
|
334
|
-
# The billing cadence that generated this invoice
|
335
|
-
attr_reader :billing_cadence
|
336
|
-
|
337
|
-
def self.inner_class_types
|
338
|
-
@inner_class_types = {}
|
339
|
-
end
|
340
|
-
|
341
|
-
def self.field_remappings
|
342
|
-
@field_remappings = {}
|
343
|
-
end
|
344
|
-
end
|
345
|
-
|
346
306
|
class QuoteDetails < Stripe::StripeObject
|
347
307
|
# The quote that generated this invoice
|
348
308
|
attr_reader :quote
|
@@ -357,40 +317,22 @@ module Stripe
|
|
357
317
|
end
|
358
318
|
|
359
319
|
class SubscriptionDetails < Stripe::StripeObject
|
360
|
-
class PauseCollection < Stripe::StripeObject
|
361
|
-
# The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.
|
362
|
-
attr_reader :behavior
|
363
|
-
# The time after which the subscription will resume collecting payments.
|
364
|
-
attr_reader :resumes_at
|
365
|
-
|
366
|
-
def self.inner_class_types
|
367
|
-
@inner_class_types = {}
|
368
|
-
end
|
369
|
-
|
370
|
-
def self.field_remappings
|
371
|
-
@field_remappings = {}
|
372
|
-
end
|
373
|
-
end
|
374
320
|
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.
|
375
321
|
# *Note: This attribute is populated only for invoices created on or after June 29, 2023.*
|
376
322
|
attr_reader :metadata
|
377
|
-
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://stripe.com/docs/billing/subscriptions/pause-payment).
|
378
|
-
attr_reader :pause_collection
|
379
323
|
# The subscription that generated this invoice
|
380
324
|
attr_reader :subscription
|
381
325
|
# Only set for upcoming invoices that preview prorations. The time used to calculate prorations.
|
382
326
|
attr_reader :subscription_proration_date
|
383
327
|
|
384
328
|
def self.inner_class_types
|
385
|
-
@inner_class_types = {
|
329
|
+
@inner_class_types = {}
|
386
330
|
end
|
387
331
|
|
388
332
|
def self.field_remappings
|
389
333
|
@field_remappings = {}
|
390
334
|
end
|
391
335
|
end
|
392
|
-
# Details about the billing cadence that generated this invoice
|
393
|
-
attr_reader :billing_cadence_details
|
394
336
|
# Details about the quote that generated this invoice
|
395
337
|
attr_reader :quote_details
|
396
338
|
# Details about the subscription that generated this invoice
|
@@ -400,7 +342,6 @@ module Stripe
|
|
400
342
|
|
401
343
|
def self.inner_class_types
|
402
344
|
@inner_class_types = {
|
403
|
-
billing_cadence_details: BillingCadenceDetails,
|
404
345
|
quote_details: QuoteDetails,
|
405
346
|
subscription_details: SubscriptionDetails,
|
406
347
|
}
|
@@ -521,16 +462,6 @@ module Stripe
|
|
521
462
|
end
|
522
463
|
end
|
523
464
|
|
524
|
-
class IdBankTransfer < Stripe::StripeObject
|
525
|
-
def self.inner_class_types
|
526
|
-
@inner_class_types = {}
|
527
|
-
end
|
528
|
-
|
529
|
-
def self.field_remappings
|
530
|
-
@field_remappings = {}
|
531
|
-
end
|
532
|
-
end
|
533
|
-
|
534
465
|
class Konbini < Stripe::StripeObject
|
535
466
|
def self.inner_class_types
|
536
467
|
@inner_class_types = {}
|
@@ -541,19 +472,6 @@ module Stripe
|
|
541
472
|
end
|
542
473
|
end
|
543
474
|
|
544
|
-
class Pix < Stripe::StripeObject
|
545
|
-
# Determines if the amount includes the IOF tax.
|
546
|
-
attr_reader :amount_includes_iof
|
547
|
-
|
548
|
-
def self.inner_class_types
|
549
|
-
@inner_class_types = {}
|
550
|
-
end
|
551
|
-
|
552
|
-
def self.field_remappings
|
553
|
-
@field_remappings = {}
|
554
|
-
end
|
555
|
-
end
|
556
|
-
|
557
475
|
class SepaDebit < Stripe::StripeObject
|
558
476
|
def self.inner_class_types
|
559
477
|
@inner_class_types = {}
|
@@ -564,44 +482,11 @@ module Stripe
|
|
564
482
|
end
|
565
483
|
end
|
566
484
|
|
567
|
-
class Upi < Stripe::StripeObject
|
568
|
-
class MandateOptions < Stripe::StripeObject
|
569
|
-
# Amount to be charged for future payments.
|
570
|
-
attr_reader :amount
|
571
|
-
# One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param.
|
572
|
-
attr_reader :amount_type
|
573
|
-
# A description of the mandate or subscription that is meant to be displayed to the customer.
|
574
|
-
attr_reader :description
|
575
|
-
# End date of the mandate or subscription. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.
|
576
|
-
attr_reader :end_date
|
577
|
-
|
578
|
-
def self.inner_class_types
|
579
|
-
@inner_class_types = {}
|
580
|
-
end
|
581
|
-
|
582
|
-
def self.field_remappings
|
583
|
-
@field_remappings = {}
|
584
|
-
end
|
585
|
-
end
|
586
|
-
# Attribute for field mandate_options
|
587
|
-
attr_reader :mandate_options
|
588
|
-
|
589
|
-
def self.inner_class_types
|
590
|
-
@inner_class_types = { mandate_options: MandateOptions }
|
591
|
-
end
|
592
|
-
|
593
|
-
def self.field_remappings
|
594
|
-
@field_remappings = {}
|
595
|
-
end
|
596
|
-
end
|
597
|
-
|
598
485
|
class UsBankAccount < Stripe::StripeObject
|
599
486
|
class FinancialConnections < Stripe::StripeObject
|
600
487
|
class Filters < Stripe::StripeObject
|
601
488
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
602
489
|
attr_reader :account_subcategories
|
603
|
-
# The institution to use to filter for possible accounts to link.
|
604
|
-
attr_reader :institution
|
605
490
|
|
606
491
|
def self.inner_class_types
|
607
492
|
@inner_class_types = {}
|
@@ -647,16 +532,10 @@ module Stripe
|
|
647
532
|
attr_reader :card
|
648
533
|
# If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
649
534
|
attr_reader :customer_balance
|
650
|
-
# 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.
|
651
|
-
attr_reader :id_bank_transfer
|
652
535
|
# If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.
|
653
536
|
attr_reader :konbini
|
654
|
-
# If paying by `pix`, this sub-hash contains details about the Pix payment method options to pass to the invoice’s PaymentIntent.
|
655
|
-
attr_reader :pix
|
656
537
|
# If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.
|
657
538
|
attr_reader :sepa_debit
|
658
|
-
# If paying by `upi`, this sub-hash contains details about the UPI payment method options to pass to the invoice’s PaymentIntent.
|
659
|
-
attr_reader :upi
|
660
539
|
# If paying by `us_bank_account`, this sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
|
661
540
|
attr_reader :us_bank_account
|
662
541
|
|
@@ -666,11 +545,8 @@ module Stripe
|
|
666
545
|
bancontact: Bancontact,
|
667
546
|
card: Card,
|
668
547
|
customer_balance: CustomerBalance,
|
669
|
-
id_bank_transfer: IdBankTransfer,
|
670
548
|
konbini: Konbini,
|
671
|
-
pix: Pix,
|
672
549
|
sepa_debit: SepaDebit,
|
673
|
-
upi: Upi,
|
674
550
|
us_bank_account: UsBankAccount,
|
675
551
|
}
|
676
552
|
end
|
@@ -873,21 +749,6 @@ module Stripe
|
|
873
749
|
end
|
874
750
|
end
|
875
751
|
|
876
|
-
class TotalMarginAmount < Stripe::StripeObject
|
877
|
-
# The amount, in cents (or local equivalent), of the reduction in line item amount.
|
878
|
-
attr_reader :amount
|
879
|
-
# The margin that was applied to get this margin amount.
|
880
|
-
attr_reader :margin
|
881
|
-
|
882
|
-
def self.inner_class_types
|
883
|
-
@inner_class_types = {}
|
884
|
-
end
|
885
|
-
|
886
|
-
def self.field_remappings
|
887
|
-
@field_remappings = {}
|
888
|
-
end
|
889
|
-
end
|
890
|
-
|
891
752
|
class TotalPretaxCreditAmount < Stripe::StripeObject
|
892
753
|
# The amount, in cents (or local equivalent), of the pretax credit amount.
|
893
754
|
attr_reader :amount
|
@@ -895,8 +756,6 @@ module Stripe
|
|
895
756
|
attr_reader :credit_balance_transaction
|
896
757
|
# The discount that was applied to get this pretax credit amount.
|
897
758
|
attr_reader :discount
|
898
|
-
# The margin that was applied to get this pretax credit amount.
|
899
|
-
attr_reader :margin
|
900
759
|
# Type of the pretax credit amount referenced.
|
901
760
|
attr_reader :type
|
902
761
|
|
@@ -959,8 +818,6 @@ module Stripe
|
|
959
818
|
attr_reader :amount_remaining
|
960
819
|
# This is the sum of all the shipping amounts.
|
961
820
|
attr_reader :amount_shipping
|
962
|
-
# List of expected payments and corresponding due dates. This value will be null for invoices where collection_method=charge_automatically.
|
963
|
-
attr_reader :amounts_due
|
964
821
|
# ID of the Connect Application that created the invoice.
|
965
822
|
attr_reader :application
|
966
823
|
# Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule. If a failure is returned with a non-retryable return code, the invoice can no longer be retried unless a new payment method is obtained. Retries will continue to be scheduled, and attempt_count will continue to increment, but retries will only be executed if a new payment method is obtained.
|
@@ -995,8 +852,6 @@ module Stripe
|
|
995
852
|
attr_reader :custom_fields
|
996
853
|
# The ID of the customer who will be billed.
|
997
854
|
attr_reader :customer
|
998
|
-
# The ID of the account who will be billed.
|
999
|
-
attr_reader :customer_account
|
1000
855
|
# The customer's address. Until the invoice is finalized, this field will equal `customer.address`. Once the invoice is finalized, this field will no longer be updated.
|
1001
856
|
attr_reader :customer_address
|
1002
857
|
# The customer's email. Until the invoice is finalized, this field will equal `customer.email`. Once the invoice is finalized, this field will no longer be updated.
|
@@ -1011,8 +866,6 @@ module Stripe
|
|
1011
866
|
attr_reader :customer_tax_exempt
|
1012
867
|
# The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.
|
1013
868
|
attr_reader :customer_tax_ids
|
1014
|
-
# The margins applied to the invoice. Can be overridden by line item `margins`. Use `expand[]=default_margins` to expand each margin.
|
1015
|
-
attr_reader :default_margins
|
1016
869
|
# 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.
|
1017
870
|
attr_reader :default_payment_method
|
1018
871
|
# 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.
|
@@ -1103,8 +956,6 @@ module Stripe
|
|
1103
956
|
attr_reader :total_discount_amounts
|
1104
957
|
# The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax.
|
1105
958
|
attr_reader :total_excluding_tax
|
1106
|
-
# The aggregate amounts calculated per margin across all line items.
|
1107
|
-
attr_reader :total_margin_amounts
|
1108
959
|
# Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this invoice. This is a combined list of total_pretax_credit_amounts across all invoice line items.
|
1109
960
|
attr_reader :total_pretax_credit_amounts
|
1110
961
|
# The aggregate tax information of all line items.
|
@@ -1393,7 +1244,6 @@ module Stripe
|
|
1393
1244
|
|
1394
1245
|
def self.inner_class_types
|
1395
1246
|
@inner_class_types = {
|
1396
|
-
amounts_due: AmountsDue,
|
1397
1247
|
automatic_tax: AutomaticTax,
|
1398
1248
|
confirmation_secret: ConfirmationSecret,
|
1399
1249
|
custom_fields: CustomField,
|
@@ -1411,7 +1261,6 @@ module Stripe
|
|
1411
1261
|
status_transitions: StatusTransitions,
|
1412
1262
|
threshold_reason: ThresholdReason,
|
1413
1263
|
total_discount_amounts: TotalDiscountAmount,
|
1414
|
-
total_margin_amounts: TotalMarginAmount,
|
1415
1264
|
total_pretax_credit_amounts: TotalPretaxCreditAmount,
|
1416
1265
|
total_taxes: TotalTax,
|
1417
1266
|
}
|
@@ -128,8 +128,6 @@ module Stripe
|
|
128
128
|
attr_reader :currency
|
129
129
|
# The ID of the customer who will be billed when this invoice item is billed.
|
130
130
|
attr_reader :customer
|
131
|
-
# The ID of the account who will be billed when this invoice item is billed.
|
132
|
-
attr_reader :customer_account
|
133
131
|
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
134
132
|
attr_reader :date
|
135
133
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
@@ -144,8 +142,6 @@ module Stripe
|
|
144
142
|
attr_reader :invoice
|
145
143
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
146
144
|
attr_reader :livemode
|
147
|
-
# The margins which apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
|
148
|
-
attr_reader :margins
|
149
145
|
# Set of [key-value pairs](https://stripe.com/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.
|
150
146
|
attr_reader :metadata
|
151
147
|
# The amount after discounts, but before credits and taxes. This field is `null` for `discountable=true` items.
|