stripe 17.0.0 → 17.1.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +34 -0
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +63 -0
- data/lib/stripe/event_types.rb +236 -0
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
- data/lib/stripe/object_types.rb +58 -0
- data/lib/stripe/params/account_create_params.rb +300 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +262 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +4 -1
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +4 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +4 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +709 -0
- data/lib/stripe/params/charge_update_params.rb +709 -0
- data/lib/stripe/params/checkout/session_create_params.rb +193 -3
- data/lib/stripe/params/checkout/session_list_params.rb +4 -0
- data/lib/stripe/params/checkout/session_update_params.rb +288 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/credit_note_list_params.rb +4 -0
- data/lib/stripe/params/customer_session_create_params.rb +4 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +4 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +34 -2
- data/lib/stripe/params/fx_quote_create_params.rb +73 -0
- data/lib/stripe/params/fx_quote_list_params.rb +22 -0
- data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +4 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +46 -1
- data/lib/stripe/params/invoice_create_params.rb +112 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +826 -9
- data/lib/stripe/params/invoice_item_create_params.rb +37 -1
- data/lib/stripe/params/invoice_item_list_params.rb +4 -0
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_list_params.rb +4 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +4 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_update_params.rb +108 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_cancel_params.rb +13 -0
- data/lib/stripe/params/order_create_params.rb +1124 -0
- data/lib/stripe/params/order_line_item_list_params.rb +22 -0
- data/lib/stripe/params/order_list_line_items_params.rb +22 -0
- data/lib/stripe/params/order_list_params.rb +25 -0
- data/lib/stripe/params/order_reopen_params.rb +13 -0
- data/lib/stripe/params/order_retrieve_params.rb +13 -0
- data/lib/stripe/params/order_submit_params.rb +16 -0
- data/lib/stripe/params/order_update_params.rb +1128 -0
- data/lib/stripe/params/payment_attempt_record_list_params.rb +19 -0
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +895 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +1373 -7
- data/lib/stripe/params/payment_intent_create_params.rb +1387 -13
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +73 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +223 -0
- data/lib/stripe/params/payment_intent_list_params.rb +4 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +1409 -4
- data/lib/stripe/params/payment_method_attach_params.rb +4 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +126 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +126 -0
- data/lib/stripe/params/payment_method_create_params.rb +97 -0
- data/lib/stripe/params/payment_method_update_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +93 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +186 -0
- data/lib/stripe/params/payment_record_report_payment_params.rb +252 -0
- data/lib/stripe/params/payment_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/promotion_code_create_params.rb +4 -0
- data/lib/stripe/params/promotion_code_list_params.rb +4 -0
- data/lib/stripe/params/quote_create_params.rb +805 -3
- data/lib/stripe/params/quote_line_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_lines_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +8 -0
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
- data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
- data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
- data/lib/stripe/params/quote_reestimate_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +813 -4
- data/lib/stripe/params/setup_intent_confirm_params.rb +225 -3
- data/lib/stripe/params/setup_intent_create_params.rb +231 -3
- data/lib/stripe/params/setup_intent_list_params.rb +4 -0
- data/lib/stripe/params/setup_intent_update_params.rb +231 -3
- data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
- data/lib/stripe/params/subscription_create_params.rb +259 -5
- data/lib/stripe/params/subscription_item_create_params.rb +46 -2
- data/lib/stripe/params/subscription_item_update_params.rb +29 -1
- data/lib/stripe/params/subscription_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +570 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +163 -5
- data/lib/stripe/params/subscription_update_params.rb +238 -4
- data/lib/stripe/params/tax/association_find_params.rb +18 -0
- data/lib/stripe/params/tax/form_list_params.rb +51 -0
- data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
- data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_id_create_params.rb +4 -1
- data/lib/stripe/params/tax_id_list_params.rb +4 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -0
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +75 -0
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +223 -0
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +229 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
- data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
- data/lib/stripe/params/v2/core/account_close_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +2217 -0
- data/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
- data/lib/stripe/params/v2/core/account_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_update_params.rb +2245 -0
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +493 -0
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +493 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +50 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +33 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +98 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +85 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +80 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +77 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +61 -0
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +237 -0
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
- data/lib/stripe/params.rb +169 -0
- data/lib/stripe/resources/account.rb +166 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -0
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_grant.rb +2 -0
- data/lib/stripe/resources/billing_portal/session.rb +2 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -0
- data/lib/stripe/resources/capital/financing_summary.rb +79 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +234 -1
- data/lib/stripe/resources/checkout/session.rb +154 -4
- data/lib/stripe/resources/confirmation_token.rb +155 -0
- data/lib/stripe/resources/coupon.rb +26 -1
- data/lib/stripe/resources/credit_note.rb +2 -0
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer.rb +2 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_session.rb +2 -0
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +27 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +67 -1
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/identity/verification_session.rb +2 -0
- data/lib/stripe/resources/invoice.rb +152 -1
- data/lib/stripe/resources/invoice_item.rb +4 -0
- data/lib/stripe/resources/invoice_line_item.rb +40 -0
- data/lib/stripe/resources/invoice_payment.rb +2 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +68 -1
- data/lib/stripe/resources/mandate.rb +71 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +987 -0
- data/lib/stripe/resources/payment_attempt_record.rb +2102 -0
- data/lib/stripe/resources/payment_intent.rb +848 -4
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +128 -0
- data/lib/stripe/resources/payment_method.rb +157 -0
- data/lib/stripe/resources/payment_method_configuration.rb +204 -0
- data/lib/stripe/resources/payment_record.rb +2208 -0
- data/lib/stripe/resources/price.rb +20 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +187 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/promotion_code.rb +2 -0
- data/lib/stripe/resources/quote.rb +571 -2
- data/lib/stripe/resources/quote_line.rb +521 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1150 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +732 -0
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/setup_attempt.rb +63 -0
- data/lib/stripe/resources/setup_intent.rb +132 -1
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +232 -0
- data/lib/stripe/resources/subscription_item.rb +20 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -3
- data/lib/stripe/resources/tax/association.rb +86 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax_id.rb +4 -0
- data/lib/stripe/resources/terminal/configuration.rb +16 -0
- data/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/transfer.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
- data/lib/stripe/resources/treasury/received_credit.rb +30 -0
- data/lib/stripe/resources/treasury/received_debit.rb +32 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +609 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +274 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +262 -0
- data/lib/stripe/resources/v2/billing/profile.rb +46 -0
- data/lib/stripe/resources/v2/core/account.rb +3851 -0
- data/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/lib/stripe/resources/v2/core/account_person.rb +477 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +114 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +47 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +30 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +132 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +148 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +217 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +109 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +228 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +116 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +242 -0
- data/lib/stripe/resources.rb +116 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/external_account_service.rb +68 -0
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
- data/lib/stripe/services/financial_connections/account_service.rb +3 -1
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_line_item_service.rb +17 -0
- data/lib/stripe/services/order_service.rb +78 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +28 -0
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +17 -0
- data/lib/stripe/services/payment_intent_service.rb +44 -0
- data/lib/stripe/services/payment_record_service.rb +89 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/quote_line_service.rb +17 -0
- data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
- data/lib/stripe/services/quote_service.rb +49 -1
- data/lib/stripe/services/subscription_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +11 -0
- data/lib/stripe/services/tax/association_service.rb +19 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +3 -1
- data/lib/stripe/services/v1_services.rb +10 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
- data/lib/stripe/services/v2/billing_service.rb +5 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +21 -0
- data/lib/stripe/services/v2/core/account_service.rb +76 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +67 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +74 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +68 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +4 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +59 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +73 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +63 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
- data/lib/stripe/services/v2_services.rb +4 -1
- data/lib/stripe/services.rb +61 -0
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +155102 -90522
- metadata +349 -3
@@ -77,6 +77,21 @@ module Stripe
|
|
77
77
|
end
|
78
78
|
end
|
79
79
|
|
80
|
+
class Payto < Stripe::RequestParams
|
81
|
+
# The account number for the bank account.
|
82
|
+
attr_accessor :account_number
|
83
|
+
# Bank-State-Branch number of the bank account.
|
84
|
+
attr_accessor :bsb_number
|
85
|
+
# The PayID alias for the bank account.
|
86
|
+
attr_accessor :pay_id
|
87
|
+
|
88
|
+
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
89
|
+
@account_number = account_number
|
90
|
+
@bsb_number = bsb_number
|
91
|
+
@pay_id = pay_id
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
80
95
|
class UsBankAccount < Stripe::RequestParams
|
81
96
|
# Bank account holder type.
|
82
97
|
attr_accessor :account_holder_type
|
@@ -98,6 +113,8 @@ module Stripe
|
|
98
113
|
attr_accessor :expand
|
99
114
|
# 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
100
115
|
attr_accessor :metadata
|
116
|
+
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
117
|
+
attr_accessor :payto
|
101
118
|
# If this is an `us_bank_account` PaymentMethod, this hash contains details about the US bank account payment method.
|
102
119
|
attr_accessor :us_bank_account
|
103
120
|
|
@@ -107,6 +124,7 @@ module Stripe
|
|
107
124
|
card: nil,
|
108
125
|
expand: nil,
|
109
126
|
metadata: nil,
|
127
|
+
payto: nil,
|
110
128
|
us_bank_account: nil
|
111
129
|
)
|
112
130
|
@allow_redisplay = allow_redisplay
|
@@ -114,6 +132,7 @@ module Stripe
|
|
114
132
|
@card = card
|
115
133
|
@expand = expand
|
116
134
|
@metadata = metadata
|
135
|
+
@payto = payto
|
117
136
|
@us_bank_account = us_bank_account
|
118
137
|
end
|
119
138
|
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordReportPaymentAttemptCanceledParams < Stripe::RequestParams
|
6
|
+
# When the reported payment was canceled. Measured in seconds since the Unix epoch.
|
7
|
+
attr_accessor :canceled_at
|
8
|
+
# Specifies which fields in the response should be expanded.
|
9
|
+
attr_accessor :expand
|
10
|
+
# Attribute for param field metadata
|
11
|
+
attr_accessor :metadata
|
12
|
+
|
13
|
+
def initialize(canceled_at: nil, expand: nil, metadata: nil)
|
14
|
+
@canceled_at = canceled_at
|
15
|
+
@expand = expand
|
16
|
+
@metadata = metadata
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordReportPaymentAttemptFailedParams < Stripe::RequestParams
|
6
|
+
# Specifies which fields in the response should be expanded.
|
7
|
+
attr_accessor :expand
|
8
|
+
# When the reported payment failed. Measured in seconds since the Unix epoch.
|
9
|
+
attr_accessor :failed_at
|
10
|
+
# Attribute for param field metadata
|
11
|
+
attr_accessor :metadata
|
12
|
+
|
13
|
+
def initialize(expand: nil, failed_at: nil, metadata: nil)
|
14
|
+
@expand = expand
|
15
|
+
@failed_at = failed_at
|
16
|
+
@metadata = metadata
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordReportPaymentAttemptGuaranteedParams < Stripe::RequestParams
|
6
|
+
# Specifies which fields in the response should be expanded.
|
7
|
+
attr_accessor :expand
|
8
|
+
# When the reported payment was guaranteed. Measured in seconds since the Unix epoch.
|
9
|
+
attr_accessor :guaranteed_at
|
10
|
+
# Attribute for param field metadata
|
11
|
+
attr_accessor :metadata
|
12
|
+
|
13
|
+
def initialize(expand: nil, guaranteed_at: nil, metadata: nil)
|
14
|
+
@expand = expand
|
15
|
+
@guaranteed_at = guaranteed_at
|
16
|
+
@metadata = metadata
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,93 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordReportPaymentAttemptInformationalParams < Stripe::RequestParams
|
6
|
+
class CustomerDetails < Stripe::RequestParams
|
7
|
+
# The customer who made the payment.
|
8
|
+
attr_accessor :customer
|
9
|
+
# The customer's phone number.
|
10
|
+
attr_accessor :email
|
11
|
+
# The customer's name.
|
12
|
+
attr_accessor :name
|
13
|
+
# The customer's phone number.
|
14
|
+
attr_accessor :phone
|
15
|
+
|
16
|
+
def initialize(customer: nil, email: nil, name: nil, phone: nil)
|
17
|
+
@customer = customer
|
18
|
+
@email = email
|
19
|
+
@name = name
|
20
|
+
@phone = phone
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
class ShippingDetails < Stripe::RequestParams
|
25
|
+
class Address < Stripe::RequestParams
|
26
|
+
# City, district, suburb, town, or village.
|
27
|
+
attr_accessor :city
|
28
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
29
|
+
attr_accessor :country
|
30
|
+
# Address line 1, such as the street, PO Box, or company name.
|
31
|
+
attr_accessor :line1
|
32
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
33
|
+
attr_accessor :line2
|
34
|
+
# ZIP or postal code.
|
35
|
+
attr_accessor :postal_code
|
36
|
+
# State, county, province, or region.
|
37
|
+
attr_accessor :state
|
38
|
+
|
39
|
+
def initialize(
|
40
|
+
city: nil,
|
41
|
+
country: nil,
|
42
|
+
line1: nil,
|
43
|
+
line2: nil,
|
44
|
+
postal_code: nil,
|
45
|
+
state: nil
|
46
|
+
)
|
47
|
+
@city = city
|
48
|
+
@country = country
|
49
|
+
@line1 = line1
|
50
|
+
@line2 = line2
|
51
|
+
@postal_code = postal_code
|
52
|
+
@state = state
|
53
|
+
end
|
54
|
+
end
|
55
|
+
# The physical shipping address.
|
56
|
+
attr_accessor :address
|
57
|
+
# The shipping recipient's name.
|
58
|
+
attr_accessor :name
|
59
|
+
# The shipping recipient's phone number.
|
60
|
+
attr_accessor :phone
|
61
|
+
|
62
|
+
def initialize(address: nil, name: nil, phone: nil)
|
63
|
+
@address = address
|
64
|
+
@name = name
|
65
|
+
@phone = phone
|
66
|
+
end
|
67
|
+
end
|
68
|
+
# Customer information for this payment.
|
69
|
+
attr_accessor :customer_details
|
70
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
71
|
+
attr_accessor :description
|
72
|
+
# Specifies which fields in the response should be expanded.
|
73
|
+
attr_accessor :expand
|
74
|
+
# 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
75
|
+
attr_accessor :metadata
|
76
|
+
# Shipping information for this payment.
|
77
|
+
attr_accessor :shipping_details
|
78
|
+
|
79
|
+
def initialize(
|
80
|
+
customer_details: nil,
|
81
|
+
description: nil,
|
82
|
+
expand: nil,
|
83
|
+
metadata: nil,
|
84
|
+
shipping_details: nil
|
85
|
+
)
|
86
|
+
@customer_details = customer_details
|
87
|
+
@description = description
|
88
|
+
@expand = expand
|
89
|
+
@metadata = metadata
|
90
|
+
@shipping_details = shipping_details
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
@@ -0,0 +1,186 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordReportPaymentAttemptParams < Stripe::RequestParams
|
6
|
+
class Failed < Stripe::RequestParams
|
7
|
+
# When the reported payment failed. Measured in seconds since the Unix epoch.
|
8
|
+
attr_accessor :failed_at
|
9
|
+
|
10
|
+
def initialize(failed_at: nil)
|
11
|
+
@failed_at = failed_at
|
12
|
+
end
|
13
|
+
end
|
14
|
+
|
15
|
+
class Guaranteed < Stripe::RequestParams
|
16
|
+
# When the reported payment was guaranteed. Measured in seconds since the Unix epoch.
|
17
|
+
attr_accessor :guaranteed_at
|
18
|
+
|
19
|
+
def initialize(guaranteed_at: nil)
|
20
|
+
@guaranteed_at = guaranteed_at
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
class PaymentMethodDetails < Stripe::RequestParams
|
25
|
+
class BillingDetails < Stripe::RequestParams
|
26
|
+
class Address < Stripe::RequestParams
|
27
|
+
# City, district, suburb, town, or village.
|
28
|
+
attr_accessor :city
|
29
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
30
|
+
attr_accessor :country
|
31
|
+
# Address line 1, such as the street, PO Box, or company name.
|
32
|
+
attr_accessor :line1
|
33
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
34
|
+
attr_accessor :line2
|
35
|
+
# ZIP or postal code.
|
36
|
+
attr_accessor :postal_code
|
37
|
+
# State, county, province, or region.
|
38
|
+
attr_accessor :state
|
39
|
+
|
40
|
+
def initialize(
|
41
|
+
city: nil,
|
42
|
+
country: nil,
|
43
|
+
line1: nil,
|
44
|
+
line2: nil,
|
45
|
+
postal_code: nil,
|
46
|
+
state: nil
|
47
|
+
)
|
48
|
+
@city = city
|
49
|
+
@country = country
|
50
|
+
@line1 = line1
|
51
|
+
@line2 = line2
|
52
|
+
@postal_code = postal_code
|
53
|
+
@state = state
|
54
|
+
end
|
55
|
+
end
|
56
|
+
# The billing address associated with the method of payment.
|
57
|
+
attr_accessor :address
|
58
|
+
# The billing email associated with the method of payment.
|
59
|
+
attr_accessor :email
|
60
|
+
# The billing name associated with the method of payment.
|
61
|
+
attr_accessor :name
|
62
|
+
# The billing phone number associated with the method of payment.
|
63
|
+
attr_accessor :phone
|
64
|
+
|
65
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
66
|
+
@address = address
|
67
|
+
@email = email
|
68
|
+
@name = name
|
69
|
+
@phone = phone
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
class Custom < Stripe::RequestParams
|
74
|
+
# Display name for the custom (user-defined) payment method type used to make this payment.
|
75
|
+
attr_accessor :display_name
|
76
|
+
# The custom payment method type associated with this payment.
|
77
|
+
attr_accessor :type
|
78
|
+
|
79
|
+
def initialize(display_name: nil, type: nil)
|
80
|
+
@display_name = display_name
|
81
|
+
@type = type
|
82
|
+
end
|
83
|
+
end
|
84
|
+
# The billing details associated with the method of payment.
|
85
|
+
attr_accessor :billing_details
|
86
|
+
# Information about the custom (user-defined) payment method used to make this payment.
|
87
|
+
attr_accessor :custom
|
88
|
+
# ID of the Stripe Payment Method used to make this payment.
|
89
|
+
attr_accessor :payment_method
|
90
|
+
# The type of the payment method details. An additional hash is included on the payment_method_details with a name matching this value. It contains additional information specific to the type.
|
91
|
+
attr_accessor :type
|
92
|
+
|
93
|
+
def initialize(billing_details: nil, custom: nil, payment_method: nil, type: nil)
|
94
|
+
@billing_details = billing_details
|
95
|
+
@custom = custom
|
96
|
+
@payment_method = payment_method
|
97
|
+
@type = type
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
class ShippingDetails < Stripe::RequestParams
|
102
|
+
class Address < Stripe::RequestParams
|
103
|
+
# City, district, suburb, town, or village.
|
104
|
+
attr_accessor :city
|
105
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
106
|
+
attr_accessor :country
|
107
|
+
# Address line 1, such as the street, PO Box, or company name.
|
108
|
+
attr_accessor :line1
|
109
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
110
|
+
attr_accessor :line2
|
111
|
+
# ZIP or postal code.
|
112
|
+
attr_accessor :postal_code
|
113
|
+
# State, county, province, or region.
|
114
|
+
attr_accessor :state
|
115
|
+
|
116
|
+
def initialize(
|
117
|
+
city: nil,
|
118
|
+
country: nil,
|
119
|
+
line1: nil,
|
120
|
+
line2: nil,
|
121
|
+
postal_code: nil,
|
122
|
+
state: nil
|
123
|
+
)
|
124
|
+
@city = city
|
125
|
+
@country = country
|
126
|
+
@line1 = line1
|
127
|
+
@line2 = line2
|
128
|
+
@postal_code = postal_code
|
129
|
+
@state = state
|
130
|
+
end
|
131
|
+
end
|
132
|
+
# The physical shipping address.
|
133
|
+
attr_accessor :address
|
134
|
+
# The shipping recipient's name.
|
135
|
+
attr_accessor :name
|
136
|
+
# The shipping recipient's phone number.
|
137
|
+
attr_accessor :phone
|
138
|
+
|
139
|
+
def initialize(address: nil, name: nil, phone: nil)
|
140
|
+
@address = address
|
141
|
+
@name = name
|
142
|
+
@phone = phone
|
143
|
+
end
|
144
|
+
end
|
145
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
146
|
+
attr_accessor :description
|
147
|
+
# Specifies which fields in the response should be expanded.
|
148
|
+
attr_accessor :expand
|
149
|
+
# Information about the payment attempt failure.
|
150
|
+
attr_accessor :failed
|
151
|
+
# Information about the payment attempt guarantee.
|
152
|
+
attr_accessor :guaranteed
|
153
|
+
# When the reported payment was initiated. Measured in seconds since the Unix epoch.
|
154
|
+
attr_accessor :initiated_at
|
155
|
+
# 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
156
|
+
attr_accessor :metadata
|
157
|
+
# The outcome of the reported payment.
|
158
|
+
attr_accessor :outcome
|
159
|
+
# Information about the Payment Method debited for this payment.
|
160
|
+
attr_accessor :payment_method_details
|
161
|
+
# Shipping information for this payment.
|
162
|
+
attr_accessor :shipping_details
|
163
|
+
|
164
|
+
def initialize(
|
165
|
+
description: nil,
|
166
|
+
expand: nil,
|
167
|
+
failed: nil,
|
168
|
+
guaranteed: nil,
|
169
|
+
initiated_at: nil,
|
170
|
+
metadata: nil,
|
171
|
+
outcome: nil,
|
172
|
+
payment_method_details: nil,
|
173
|
+
shipping_details: nil
|
174
|
+
)
|
175
|
+
@description = description
|
176
|
+
@expand = expand
|
177
|
+
@failed = failed
|
178
|
+
@guaranteed = guaranteed
|
179
|
+
@initiated_at = initiated_at
|
180
|
+
@metadata = metadata
|
181
|
+
@outcome = outcome
|
182
|
+
@payment_method_details = payment_method_details
|
183
|
+
@shipping_details = shipping_details
|
184
|
+
end
|
185
|
+
end
|
186
|
+
end
|
@@ -0,0 +1,252 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordReportPaymentParams < Stripe::RequestParams
|
6
|
+
class AmountRequested < Stripe::RequestParams
|
7
|
+
# 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).
|
8
|
+
attr_accessor :currency
|
9
|
+
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/docs/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
10
|
+
attr_accessor :value
|
11
|
+
|
12
|
+
def initialize(currency: nil, value: nil)
|
13
|
+
@currency = currency
|
14
|
+
@value = value
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
class CustomerDetails < Stripe::RequestParams
|
19
|
+
# The customer who made the payment.
|
20
|
+
attr_accessor :customer
|
21
|
+
# The customer's phone number.
|
22
|
+
attr_accessor :email
|
23
|
+
# The customer's name.
|
24
|
+
attr_accessor :name
|
25
|
+
# The customer's phone number.
|
26
|
+
attr_accessor :phone
|
27
|
+
|
28
|
+
def initialize(customer: nil, email: nil, name: nil, phone: nil)
|
29
|
+
@customer = customer
|
30
|
+
@email = email
|
31
|
+
@name = name
|
32
|
+
@phone = phone
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
class Failed < Stripe::RequestParams
|
37
|
+
# When the reported payment failed. Measured in seconds since the Unix epoch.
|
38
|
+
attr_accessor :failed_at
|
39
|
+
|
40
|
+
def initialize(failed_at: nil)
|
41
|
+
@failed_at = failed_at
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
class Guaranteed < Stripe::RequestParams
|
46
|
+
# When the reported payment was guaranteed. Measured in seconds since the Unix epoch.
|
47
|
+
attr_accessor :guaranteed_at
|
48
|
+
|
49
|
+
def initialize(guaranteed_at: nil)
|
50
|
+
@guaranteed_at = guaranteed_at
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
class PaymentMethodDetails < Stripe::RequestParams
|
55
|
+
class BillingDetails < Stripe::RequestParams
|
56
|
+
class Address < Stripe::RequestParams
|
57
|
+
# City, district, suburb, town, or village.
|
58
|
+
attr_accessor :city
|
59
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
60
|
+
attr_accessor :country
|
61
|
+
# Address line 1, such as the street, PO Box, or company name.
|
62
|
+
attr_accessor :line1
|
63
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
64
|
+
attr_accessor :line2
|
65
|
+
# ZIP or postal code.
|
66
|
+
attr_accessor :postal_code
|
67
|
+
# State, county, province, or region.
|
68
|
+
attr_accessor :state
|
69
|
+
|
70
|
+
def initialize(
|
71
|
+
city: nil,
|
72
|
+
country: nil,
|
73
|
+
line1: nil,
|
74
|
+
line2: nil,
|
75
|
+
postal_code: nil,
|
76
|
+
state: nil
|
77
|
+
)
|
78
|
+
@city = city
|
79
|
+
@country = country
|
80
|
+
@line1 = line1
|
81
|
+
@line2 = line2
|
82
|
+
@postal_code = postal_code
|
83
|
+
@state = state
|
84
|
+
end
|
85
|
+
end
|
86
|
+
# The billing address associated with the method of payment.
|
87
|
+
attr_accessor :address
|
88
|
+
# The billing email associated with the method of payment.
|
89
|
+
attr_accessor :email
|
90
|
+
# The billing name associated with the method of payment.
|
91
|
+
attr_accessor :name
|
92
|
+
# The billing phone number associated with the method of payment.
|
93
|
+
attr_accessor :phone
|
94
|
+
|
95
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
96
|
+
@address = address
|
97
|
+
@email = email
|
98
|
+
@name = name
|
99
|
+
@phone = phone
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
class Custom < Stripe::RequestParams
|
104
|
+
# Display name for the custom (user-defined) payment method type used to make this payment.
|
105
|
+
attr_accessor :display_name
|
106
|
+
# The custom payment method type associated with this payment.
|
107
|
+
attr_accessor :type
|
108
|
+
|
109
|
+
def initialize(display_name: nil, type: nil)
|
110
|
+
@display_name = display_name
|
111
|
+
@type = type
|
112
|
+
end
|
113
|
+
end
|
114
|
+
# The billing details associated with the method of payment.
|
115
|
+
attr_accessor :billing_details
|
116
|
+
# Information about the custom (user-defined) payment method used to make this payment.
|
117
|
+
attr_accessor :custom
|
118
|
+
# ID of the Stripe Payment Method used to make this payment.
|
119
|
+
attr_accessor :payment_method
|
120
|
+
# The type of the payment method details. An additional hash is included on the payment_method_details with a name matching this value. It contains additional information specific to the type.
|
121
|
+
attr_accessor :type
|
122
|
+
|
123
|
+
def initialize(billing_details: nil, custom: nil, payment_method: nil, type: nil)
|
124
|
+
@billing_details = billing_details
|
125
|
+
@custom = custom
|
126
|
+
@payment_method = payment_method
|
127
|
+
@type = type
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
class ProcessorDetails < Stripe::RequestParams
|
132
|
+
class Custom < Stripe::RequestParams
|
133
|
+
# An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.
|
134
|
+
attr_accessor :payment_reference
|
135
|
+
|
136
|
+
def initialize(payment_reference: nil)
|
137
|
+
@payment_reference = payment_reference
|
138
|
+
end
|
139
|
+
end
|
140
|
+
# Information about the custom processor used to make this payment.
|
141
|
+
attr_accessor :custom
|
142
|
+
# The type of the processor details. An additional hash is included on processor_details with a name matching this value. It contains additional information specific to the processor.
|
143
|
+
attr_accessor :type
|
144
|
+
|
145
|
+
def initialize(custom: nil, type: nil)
|
146
|
+
@custom = custom
|
147
|
+
@type = type
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
151
|
+
class ShippingDetails < Stripe::RequestParams
|
152
|
+
class Address < Stripe::RequestParams
|
153
|
+
# City, district, suburb, town, or village.
|
154
|
+
attr_accessor :city
|
155
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
156
|
+
attr_accessor :country
|
157
|
+
# Address line 1, such as the street, PO Box, or company name.
|
158
|
+
attr_accessor :line1
|
159
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
160
|
+
attr_accessor :line2
|
161
|
+
# ZIP or postal code.
|
162
|
+
attr_accessor :postal_code
|
163
|
+
# State, county, province, or region.
|
164
|
+
attr_accessor :state
|
165
|
+
|
166
|
+
def initialize(
|
167
|
+
city: nil,
|
168
|
+
country: nil,
|
169
|
+
line1: nil,
|
170
|
+
line2: nil,
|
171
|
+
postal_code: nil,
|
172
|
+
state: nil
|
173
|
+
)
|
174
|
+
@city = city
|
175
|
+
@country = country
|
176
|
+
@line1 = line1
|
177
|
+
@line2 = line2
|
178
|
+
@postal_code = postal_code
|
179
|
+
@state = state
|
180
|
+
end
|
181
|
+
end
|
182
|
+
# The physical shipping address.
|
183
|
+
attr_accessor :address
|
184
|
+
# The shipping recipient's name.
|
185
|
+
attr_accessor :name
|
186
|
+
# The shipping recipient's phone number.
|
187
|
+
attr_accessor :phone
|
188
|
+
|
189
|
+
def initialize(address: nil, name: nil, phone: nil)
|
190
|
+
@address = address
|
191
|
+
@name = name
|
192
|
+
@phone = phone
|
193
|
+
end
|
194
|
+
end
|
195
|
+
# The amount you initially requested for this payment.
|
196
|
+
attr_accessor :amount_requested
|
197
|
+
# Customer information for this payment.
|
198
|
+
attr_accessor :customer_details
|
199
|
+
# Indicates whether the customer was present in your checkout flow during this payment.
|
200
|
+
attr_accessor :customer_presence
|
201
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
202
|
+
attr_accessor :description
|
203
|
+
# Specifies which fields in the response should be expanded.
|
204
|
+
attr_accessor :expand
|
205
|
+
# Information about the payment attempt failure.
|
206
|
+
attr_accessor :failed
|
207
|
+
# Information about the payment attempt guarantee.
|
208
|
+
attr_accessor :guaranteed
|
209
|
+
# When the reported payment was initiated. Measured in seconds since the Unix epoch.
|
210
|
+
attr_accessor :initiated_at
|
211
|
+
# 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
212
|
+
attr_accessor :metadata
|
213
|
+
# The outcome of the reported payment.
|
214
|
+
attr_accessor :outcome
|
215
|
+
# Information about the Payment Method debited for this payment.
|
216
|
+
attr_accessor :payment_method_details
|
217
|
+
# Processor information for this payment.
|
218
|
+
attr_accessor :processor_details
|
219
|
+
# Shipping information for this payment.
|
220
|
+
attr_accessor :shipping_details
|
221
|
+
|
222
|
+
def initialize(
|
223
|
+
amount_requested: nil,
|
224
|
+
customer_details: nil,
|
225
|
+
customer_presence: nil,
|
226
|
+
description: nil,
|
227
|
+
expand: nil,
|
228
|
+
failed: nil,
|
229
|
+
guaranteed: nil,
|
230
|
+
initiated_at: nil,
|
231
|
+
metadata: nil,
|
232
|
+
outcome: nil,
|
233
|
+
payment_method_details: nil,
|
234
|
+
processor_details: nil,
|
235
|
+
shipping_details: nil
|
236
|
+
)
|
237
|
+
@amount_requested = amount_requested
|
238
|
+
@customer_details = customer_details
|
239
|
+
@customer_presence = customer_presence
|
240
|
+
@description = description
|
241
|
+
@expand = expand
|
242
|
+
@failed = failed
|
243
|
+
@guaranteed = guaranteed
|
244
|
+
@initiated_at = initiated_at
|
245
|
+
@metadata = metadata
|
246
|
+
@outcome = outcome
|
247
|
+
@payment_method_details = payment_method_details
|
248
|
+
@processor_details = processor_details
|
249
|
+
@shipping_details = shipping_details
|
250
|
+
end
|
251
|
+
end
|
252
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentRecordRetrieveParams < Stripe::RequestParams
|
6
|
+
# Specifies which fields in the response should be expanded.
|
7
|
+
attr_accessor :expand
|
8
|
+
|
9
|
+
def initialize(expand: nil)
|
10
|
+
@expand = expand
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -73,6 +73,21 @@ module Stripe
|
|
73
73
|
@unit_amount_decimal = unit_amount_decimal
|
74
74
|
end
|
75
75
|
end
|
76
|
+
|
77
|
+
class MigrateTo < Stripe::RequestParams
|
78
|
+
# The behavior controlling the point in the subscription lifecycle after which to migrate the price. Currently must be `at_cycle_end`.
|
79
|
+
attr_accessor :behavior
|
80
|
+
# The time after which subscriptions should start using the new price.
|
81
|
+
attr_accessor :effective_after
|
82
|
+
# The ID of the price object.
|
83
|
+
attr_accessor :price
|
84
|
+
|
85
|
+
def initialize(behavior: nil, effective_after: nil, price: nil)
|
86
|
+
@behavior = behavior
|
87
|
+
@effective_after = effective_after
|
88
|
+
@price = price
|
89
|
+
end
|
90
|
+
end
|
76
91
|
# Whether the price can be used for new purchases. Defaults to `true`.
|
77
92
|
attr_accessor :active
|
78
93
|
# Prices defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
@@ -83,6 +98,8 @@ module Stripe
|
|
83
98
|
attr_accessor :lookup_key
|
84
99
|
# 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
85
100
|
attr_accessor :metadata
|
101
|
+
# If specified, subscriptions using this price will be updated to use the new referenced price.
|
102
|
+
attr_accessor :migrate_to
|
86
103
|
# A brief description of the price, hidden from customers.
|
87
104
|
attr_accessor :nickname
|
88
105
|
# Only required if a [default tax behavior](https://stripe.com/docs/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
@@ -96,6 +113,7 @@ module Stripe
|
|
96
113
|
expand: nil,
|
97
114
|
lookup_key: nil,
|
98
115
|
metadata: nil,
|
116
|
+
migrate_to: nil,
|
99
117
|
nickname: nil,
|
100
118
|
tax_behavior: nil,
|
101
119
|
transfer_lookup_key: nil
|
@@ -105,6 +123,7 @@ module Stripe
|
|
105
123
|
@expand = expand
|
106
124
|
@lookup_key = lookup_key
|
107
125
|
@metadata = metadata
|
126
|
+
@migrate_to = migrate_to
|
108
127
|
@nickname = nickname
|
109
128
|
@tax_behavior = tax_behavior
|
110
129
|
@transfer_lookup_key = transfer_lookup_key
|