stripe 16.0.0 → 16.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 +35 -3
- 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/request_options.rb +3 -1
- 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_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +9 -2
- data/lib/stripe/stripe_object.rb +9 -9
- data/lib/stripe/util.rb +9 -3
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +155102 -90522
- metadata +351 -5
@@ -12,6 +12,711 @@ module Stripe
|
|
12
12
|
end
|
13
13
|
end
|
14
14
|
|
15
|
+
class PaymentDetails < Stripe::RequestParams
|
16
|
+
class CarRental < Stripe::RequestParams
|
17
|
+
class Affiliate < Stripe::RequestParams
|
18
|
+
# The name of the affiliate that originated the purchase.
|
19
|
+
attr_accessor :name
|
20
|
+
|
21
|
+
def initialize(name: nil)
|
22
|
+
@name = name
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
class Delivery < Stripe::RequestParams
|
27
|
+
class Recipient < Stripe::RequestParams
|
28
|
+
# The email of the recipient the ticket is delivered to.
|
29
|
+
attr_accessor :email
|
30
|
+
# The name of the recipient the ticket is delivered to.
|
31
|
+
attr_accessor :name
|
32
|
+
# The phone number of the recipient the ticket is delivered to.
|
33
|
+
attr_accessor :phone
|
34
|
+
|
35
|
+
def initialize(email: nil, name: nil, phone: nil)
|
36
|
+
@email = email
|
37
|
+
@name = name
|
38
|
+
@phone = phone
|
39
|
+
end
|
40
|
+
end
|
41
|
+
# The delivery method for the payment
|
42
|
+
attr_accessor :mode
|
43
|
+
# Details of the recipient.
|
44
|
+
attr_accessor :recipient
|
45
|
+
|
46
|
+
def initialize(mode: nil, recipient: nil)
|
47
|
+
@mode = mode
|
48
|
+
@recipient = recipient
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
class Distance < Stripe::RequestParams
|
53
|
+
# Distance traveled.
|
54
|
+
attr_accessor :amount
|
55
|
+
# Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
|
56
|
+
attr_accessor :unit
|
57
|
+
|
58
|
+
def initialize(amount: nil, unit: nil)
|
59
|
+
@amount = amount
|
60
|
+
@unit = unit
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
class Driver < Stripe::RequestParams
|
65
|
+
# Driver's identification number.
|
66
|
+
attr_accessor :driver_identification_number
|
67
|
+
# Driver's tax number.
|
68
|
+
attr_accessor :driver_tax_number
|
69
|
+
# Full name of the person or entity on the car reservation.
|
70
|
+
attr_accessor :name
|
71
|
+
|
72
|
+
def initialize(driver_identification_number: nil, driver_tax_number: nil, name: nil)
|
73
|
+
@driver_identification_number = driver_identification_number
|
74
|
+
@driver_tax_number = driver_tax_number
|
75
|
+
@name = name
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
class PickupAddress < Stripe::RequestParams
|
80
|
+
# City, district, suburb, town, or village.
|
81
|
+
attr_accessor :city
|
82
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
83
|
+
attr_accessor :country
|
84
|
+
# Address line 1, such as the street, PO Box, or company name.
|
85
|
+
attr_accessor :line1
|
86
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
87
|
+
attr_accessor :line2
|
88
|
+
# ZIP or postal code.
|
89
|
+
attr_accessor :postal_code
|
90
|
+
# State, county, province, or region.
|
91
|
+
attr_accessor :state
|
92
|
+
|
93
|
+
def initialize(
|
94
|
+
city: nil,
|
95
|
+
country: nil,
|
96
|
+
line1: nil,
|
97
|
+
line2: nil,
|
98
|
+
postal_code: nil,
|
99
|
+
state: nil
|
100
|
+
)
|
101
|
+
@city = city
|
102
|
+
@country = country
|
103
|
+
@line1 = line1
|
104
|
+
@line2 = line2
|
105
|
+
@postal_code = postal_code
|
106
|
+
@state = state
|
107
|
+
end
|
108
|
+
end
|
109
|
+
|
110
|
+
class ReturnAddress < Stripe::RequestParams
|
111
|
+
# City, district, suburb, town, or village.
|
112
|
+
attr_accessor :city
|
113
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
114
|
+
attr_accessor :country
|
115
|
+
# Address line 1, such as the street, PO Box, or company name.
|
116
|
+
attr_accessor :line1
|
117
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
118
|
+
attr_accessor :line2
|
119
|
+
# ZIP or postal code.
|
120
|
+
attr_accessor :postal_code
|
121
|
+
# State, county, province, or region.
|
122
|
+
attr_accessor :state
|
123
|
+
|
124
|
+
def initialize(
|
125
|
+
city: nil,
|
126
|
+
country: nil,
|
127
|
+
line1: nil,
|
128
|
+
line2: nil,
|
129
|
+
postal_code: nil,
|
130
|
+
state: nil
|
131
|
+
)
|
132
|
+
@city = city
|
133
|
+
@country = country
|
134
|
+
@line1 = line1
|
135
|
+
@line2 = line2
|
136
|
+
@postal_code = postal_code
|
137
|
+
@state = state
|
138
|
+
end
|
139
|
+
end
|
140
|
+
# Affiliate details for this purchase.
|
141
|
+
attr_accessor :affiliate
|
142
|
+
# The booking number associated with the car rental.
|
143
|
+
attr_accessor :booking_number
|
144
|
+
# Class code of the car.
|
145
|
+
attr_accessor :car_class_code
|
146
|
+
# Make of the car.
|
147
|
+
attr_accessor :car_make
|
148
|
+
# Model of the car.
|
149
|
+
attr_accessor :car_model
|
150
|
+
# The name of the rental car company.
|
151
|
+
attr_accessor :company
|
152
|
+
# The customer service phone number of the car rental company.
|
153
|
+
attr_accessor :customer_service_phone_number
|
154
|
+
# Number of days the car is being rented.
|
155
|
+
attr_accessor :days_rented
|
156
|
+
# Delivery details for this purchase.
|
157
|
+
attr_accessor :delivery
|
158
|
+
# The details of the distance traveled during the rental period.
|
159
|
+
attr_accessor :distance
|
160
|
+
# The details of the passengers in the travel reservation
|
161
|
+
attr_accessor :drivers
|
162
|
+
# List of additional charges being billed.
|
163
|
+
attr_accessor :extra_charges
|
164
|
+
# Indicates if the customer did not keep nor cancel their booking.
|
165
|
+
attr_accessor :no_show
|
166
|
+
# Car pick-up address.
|
167
|
+
attr_accessor :pickup_address
|
168
|
+
# Car pick-up time. Measured in seconds since the Unix epoch.
|
169
|
+
attr_accessor :pickup_at
|
170
|
+
# Name of the pickup location.
|
171
|
+
attr_accessor :pickup_location_name
|
172
|
+
# Rental rate.
|
173
|
+
attr_accessor :rate_amount
|
174
|
+
# The frequency at which the rate amount is applied. One of `day`, `week` or `month`
|
175
|
+
attr_accessor :rate_interval
|
176
|
+
# The name of the person or entity renting the car.
|
177
|
+
attr_accessor :renter_name
|
178
|
+
# Car return address.
|
179
|
+
attr_accessor :return_address
|
180
|
+
# Car return time. Measured in seconds since the Unix epoch.
|
181
|
+
attr_accessor :return_at
|
182
|
+
# Name of the return location.
|
183
|
+
attr_accessor :return_location_name
|
184
|
+
# Indicates whether the goods or services are tax-exempt or tax is not collected.
|
185
|
+
attr_accessor :tax_exempt
|
186
|
+
# The vehicle identification number.
|
187
|
+
attr_accessor :vehicle_identification_number
|
188
|
+
|
189
|
+
def initialize(
|
190
|
+
affiliate: nil,
|
191
|
+
booking_number: nil,
|
192
|
+
car_class_code: nil,
|
193
|
+
car_make: nil,
|
194
|
+
car_model: nil,
|
195
|
+
company: nil,
|
196
|
+
customer_service_phone_number: nil,
|
197
|
+
days_rented: nil,
|
198
|
+
delivery: nil,
|
199
|
+
distance: nil,
|
200
|
+
drivers: nil,
|
201
|
+
extra_charges: nil,
|
202
|
+
no_show: nil,
|
203
|
+
pickup_address: nil,
|
204
|
+
pickup_at: nil,
|
205
|
+
pickup_location_name: nil,
|
206
|
+
rate_amount: nil,
|
207
|
+
rate_interval: nil,
|
208
|
+
renter_name: nil,
|
209
|
+
return_address: nil,
|
210
|
+
return_at: nil,
|
211
|
+
return_location_name: nil,
|
212
|
+
tax_exempt: nil,
|
213
|
+
vehicle_identification_number: nil
|
214
|
+
)
|
215
|
+
@affiliate = affiliate
|
216
|
+
@booking_number = booking_number
|
217
|
+
@car_class_code = car_class_code
|
218
|
+
@car_make = car_make
|
219
|
+
@car_model = car_model
|
220
|
+
@company = company
|
221
|
+
@customer_service_phone_number = customer_service_phone_number
|
222
|
+
@days_rented = days_rented
|
223
|
+
@delivery = delivery
|
224
|
+
@distance = distance
|
225
|
+
@drivers = drivers
|
226
|
+
@extra_charges = extra_charges
|
227
|
+
@no_show = no_show
|
228
|
+
@pickup_address = pickup_address
|
229
|
+
@pickup_at = pickup_at
|
230
|
+
@pickup_location_name = pickup_location_name
|
231
|
+
@rate_amount = rate_amount
|
232
|
+
@rate_interval = rate_interval
|
233
|
+
@renter_name = renter_name
|
234
|
+
@return_address = return_address
|
235
|
+
@return_at = return_at
|
236
|
+
@return_location_name = return_location_name
|
237
|
+
@tax_exempt = tax_exempt
|
238
|
+
@vehicle_identification_number = vehicle_identification_number
|
239
|
+
end
|
240
|
+
end
|
241
|
+
|
242
|
+
class EventDetails < Stripe::RequestParams
|
243
|
+
class Address < Stripe::RequestParams
|
244
|
+
# City, district, suburb, town, or village.
|
245
|
+
attr_accessor :city
|
246
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
247
|
+
attr_accessor :country
|
248
|
+
# Address line 1, such as the street, PO Box, or company name.
|
249
|
+
attr_accessor :line1
|
250
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
251
|
+
attr_accessor :line2
|
252
|
+
# ZIP or postal code.
|
253
|
+
attr_accessor :postal_code
|
254
|
+
# State, county, province, or region.
|
255
|
+
attr_accessor :state
|
256
|
+
|
257
|
+
def initialize(
|
258
|
+
city: nil,
|
259
|
+
country: nil,
|
260
|
+
line1: nil,
|
261
|
+
line2: nil,
|
262
|
+
postal_code: nil,
|
263
|
+
state: nil
|
264
|
+
)
|
265
|
+
@city = city
|
266
|
+
@country = country
|
267
|
+
@line1 = line1
|
268
|
+
@line2 = line2
|
269
|
+
@postal_code = postal_code
|
270
|
+
@state = state
|
271
|
+
end
|
272
|
+
end
|
273
|
+
|
274
|
+
class Affiliate < Stripe::RequestParams
|
275
|
+
# The name of the affiliate that originated the purchase.
|
276
|
+
attr_accessor :name
|
277
|
+
|
278
|
+
def initialize(name: nil)
|
279
|
+
@name = name
|
280
|
+
end
|
281
|
+
end
|
282
|
+
|
283
|
+
class Delivery < Stripe::RequestParams
|
284
|
+
class Recipient < Stripe::RequestParams
|
285
|
+
# The email of the recipient the ticket is delivered to.
|
286
|
+
attr_accessor :email
|
287
|
+
# The name of the recipient the ticket is delivered to.
|
288
|
+
attr_accessor :name
|
289
|
+
# The phone number of the recipient the ticket is delivered to.
|
290
|
+
attr_accessor :phone
|
291
|
+
|
292
|
+
def initialize(email: nil, name: nil, phone: nil)
|
293
|
+
@email = email
|
294
|
+
@name = name
|
295
|
+
@phone = phone
|
296
|
+
end
|
297
|
+
end
|
298
|
+
# The delivery method for the payment
|
299
|
+
attr_accessor :mode
|
300
|
+
# Details of the recipient.
|
301
|
+
attr_accessor :recipient
|
302
|
+
|
303
|
+
def initialize(mode: nil, recipient: nil)
|
304
|
+
@mode = mode
|
305
|
+
@recipient = recipient
|
306
|
+
end
|
307
|
+
end
|
308
|
+
# Indicates if the tickets are digitally checked when entering the venue.
|
309
|
+
attr_accessor :access_controlled_venue
|
310
|
+
# The event location's address.
|
311
|
+
attr_accessor :address
|
312
|
+
# Affiliate details for this purchase.
|
313
|
+
attr_accessor :affiliate
|
314
|
+
# The name of the company
|
315
|
+
attr_accessor :company
|
316
|
+
# Delivery details for this purchase.
|
317
|
+
attr_accessor :delivery
|
318
|
+
# Event end time. Measured in seconds since the Unix epoch.
|
319
|
+
attr_accessor :ends_at
|
320
|
+
# Type of the event entertainment (concert, sports event etc)
|
321
|
+
attr_accessor :genre
|
322
|
+
# The name of the event.
|
323
|
+
attr_accessor :name
|
324
|
+
# Event start time. Measured in seconds since the Unix epoch.
|
325
|
+
attr_accessor :starts_at
|
326
|
+
|
327
|
+
def initialize(
|
328
|
+
access_controlled_venue: nil,
|
329
|
+
address: nil,
|
330
|
+
affiliate: nil,
|
331
|
+
company: nil,
|
332
|
+
delivery: nil,
|
333
|
+
ends_at: nil,
|
334
|
+
genre: nil,
|
335
|
+
name: nil,
|
336
|
+
starts_at: nil
|
337
|
+
)
|
338
|
+
@access_controlled_venue = access_controlled_venue
|
339
|
+
@address = address
|
340
|
+
@affiliate = affiliate
|
341
|
+
@company = company
|
342
|
+
@delivery = delivery
|
343
|
+
@ends_at = ends_at
|
344
|
+
@genre = genre
|
345
|
+
@name = name
|
346
|
+
@starts_at = starts_at
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
class Flight < Stripe::RequestParams
|
351
|
+
class Affiliate < Stripe::RequestParams
|
352
|
+
# The name of the affiliate that originated the purchase.
|
353
|
+
attr_accessor :name
|
354
|
+
|
355
|
+
def initialize(name: nil)
|
356
|
+
@name = name
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
class Delivery < Stripe::RequestParams
|
361
|
+
class Recipient < Stripe::RequestParams
|
362
|
+
# The email of the recipient the ticket is delivered to.
|
363
|
+
attr_accessor :email
|
364
|
+
# The name of the recipient the ticket is delivered to.
|
365
|
+
attr_accessor :name
|
366
|
+
# The phone number of the recipient the ticket is delivered to.
|
367
|
+
attr_accessor :phone
|
368
|
+
|
369
|
+
def initialize(email: nil, name: nil, phone: nil)
|
370
|
+
@email = email
|
371
|
+
@name = name
|
372
|
+
@phone = phone
|
373
|
+
end
|
374
|
+
end
|
375
|
+
# The delivery method for the payment
|
376
|
+
attr_accessor :mode
|
377
|
+
# Details of the recipient.
|
378
|
+
attr_accessor :recipient
|
379
|
+
|
380
|
+
def initialize(mode: nil, recipient: nil)
|
381
|
+
@mode = mode
|
382
|
+
@recipient = recipient
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
386
|
+
class Passenger < Stripe::RequestParams
|
387
|
+
# Full name of the person or entity on the flight reservation.
|
388
|
+
attr_accessor :name
|
389
|
+
|
390
|
+
def initialize(name: nil)
|
391
|
+
@name = name
|
392
|
+
end
|
393
|
+
end
|
394
|
+
|
395
|
+
class Segment < Stripe::RequestParams
|
396
|
+
# The flight segment amount.
|
397
|
+
attr_accessor :amount
|
398
|
+
# The International Air Transport Association (IATA) airport code for the arrival airport.
|
399
|
+
attr_accessor :arrival_airport
|
400
|
+
# The arrival time for the flight segment. Measured in seconds since the Unix epoch.
|
401
|
+
attr_accessor :arrives_at
|
402
|
+
# The International Air Transport Association (IATA) carrier code of the carrier operating the flight segment.
|
403
|
+
attr_accessor :carrier
|
404
|
+
# The departure time for the flight segment. Measured in seconds since the Unix epoch.
|
405
|
+
attr_accessor :departs_at
|
406
|
+
# The International Air Transport Association (IATA) airport code for the departure airport.
|
407
|
+
attr_accessor :departure_airport
|
408
|
+
# The flight number associated with the segment
|
409
|
+
attr_accessor :flight_number
|
410
|
+
# The fare class for the segment.
|
411
|
+
attr_accessor :service_class
|
412
|
+
|
413
|
+
def initialize(
|
414
|
+
amount: nil,
|
415
|
+
arrival_airport: nil,
|
416
|
+
arrives_at: nil,
|
417
|
+
carrier: nil,
|
418
|
+
departs_at: nil,
|
419
|
+
departure_airport: nil,
|
420
|
+
flight_number: nil,
|
421
|
+
service_class: nil
|
422
|
+
)
|
423
|
+
@amount = amount
|
424
|
+
@arrival_airport = arrival_airport
|
425
|
+
@arrives_at = arrives_at
|
426
|
+
@carrier = carrier
|
427
|
+
@departs_at = departs_at
|
428
|
+
@departure_airport = departure_airport
|
429
|
+
@flight_number = flight_number
|
430
|
+
@service_class = service_class
|
431
|
+
end
|
432
|
+
end
|
433
|
+
# Affiliate details for this purchase.
|
434
|
+
attr_accessor :affiliate
|
435
|
+
# The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
|
436
|
+
attr_accessor :agency_number
|
437
|
+
# The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
|
438
|
+
attr_accessor :carrier
|
439
|
+
# Delivery details for this purchase.
|
440
|
+
attr_accessor :delivery
|
441
|
+
# The name of the person or entity on the reservation.
|
442
|
+
attr_accessor :passenger_name
|
443
|
+
# The details of the passengers in the travel reservation.
|
444
|
+
attr_accessor :passengers
|
445
|
+
# The individual flight segments associated with the trip.
|
446
|
+
attr_accessor :segments
|
447
|
+
# The ticket number associated with the travel reservation.
|
448
|
+
attr_accessor :ticket_number
|
449
|
+
|
450
|
+
def initialize(
|
451
|
+
affiliate: nil,
|
452
|
+
agency_number: nil,
|
453
|
+
carrier: nil,
|
454
|
+
delivery: nil,
|
455
|
+
passenger_name: nil,
|
456
|
+
passengers: nil,
|
457
|
+
segments: nil,
|
458
|
+
ticket_number: nil
|
459
|
+
)
|
460
|
+
@affiliate = affiliate
|
461
|
+
@agency_number = agency_number
|
462
|
+
@carrier = carrier
|
463
|
+
@delivery = delivery
|
464
|
+
@passenger_name = passenger_name
|
465
|
+
@passengers = passengers
|
466
|
+
@segments = segments
|
467
|
+
@ticket_number = ticket_number
|
468
|
+
end
|
469
|
+
end
|
470
|
+
|
471
|
+
class Lodging < Stripe::RequestParams
|
472
|
+
class Address < Stripe::RequestParams
|
473
|
+
# City, district, suburb, town, or village.
|
474
|
+
attr_accessor :city
|
475
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
476
|
+
attr_accessor :country
|
477
|
+
# Address line 1, such as the street, PO Box, or company name.
|
478
|
+
attr_accessor :line1
|
479
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
480
|
+
attr_accessor :line2
|
481
|
+
# ZIP or postal code.
|
482
|
+
attr_accessor :postal_code
|
483
|
+
# State, county, province, or region.
|
484
|
+
attr_accessor :state
|
485
|
+
|
486
|
+
def initialize(
|
487
|
+
city: nil,
|
488
|
+
country: nil,
|
489
|
+
line1: nil,
|
490
|
+
line2: nil,
|
491
|
+
postal_code: nil,
|
492
|
+
state: nil
|
493
|
+
)
|
494
|
+
@city = city
|
495
|
+
@country = country
|
496
|
+
@line1 = line1
|
497
|
+
@line2 = line2
|
498
|
+
@postal_code = postal_code
|
499
|
+
@state = state
|
500
|
+
end
|
501
|
+
end
|
502
|
+
|
503
|
+
class Affiliate < Stripe::RequestParams
|
504
|
+
# The name of the affiliate that originated the purchase.
|
505
|
+
attr_accessor :name
|
506
|
+
|
507
|
+
def initialize(name: nil)
|
508
|
+
@name = name
|
509
|
+
end
|
510
|
+
end
|
511
|
+
|
512
|
+
class Delivery < Stripe::RequestParams
|
513
|
+
class Recipient < Stripe::RequestParams
|
514
|
+
# The email of the recipient the ticket is delivered to.
|
515
|
+
attr_accessor :email
|
516
|
+
# The name of the recipient the ticket is delivered to.
|
517
|
+
attr_accessor :name
|
518
|
+
# The phone number of the recipient the ticket is delivered to.
|
519
|
+
attr_accessor :phone
|
520
|
+
|
521
|
+
def initialize(email: nil, name: nil, phone: nil)
|
522
|
+
@email = email
|
523
|
+
@name = name
|
524
|
+
@phone = phone
|
525
|
+
end
|
526
|
+
end
|
527
|
+
# The delivery method for the payment
|
528
|
+
attr_accessor :mode
|
529
|
+
# Details of the recipient.
|
530
|
+
attr_accessor :recipient
|
531
|
+
|
532
|
+
def initialize(mode: nil, recipient: nil)
|
533
|
+
@mode = mode
|
534
|
+
@recipient = recipient
|
535
|
+
end
|
536
|
+
end
|
537
|
+
|
538
|
+
class Passenger < Stripe::RequestParams
|
539
|
+
# Full name of the person or entity on the lodging reservation.
|
540
|
+
attr_accessor :name
|
541
|
+
|
542
|
+
def initialize(name: nil)
|
543
|
+
@name = name
|
544
|
+
end
|
545
|
+
end
|
546
|
+
# The lodging location's address.
|
547
|
+
attr_accessor :address
|
548
|
+
# The number of adults on the booking
|
549
|
+
attr_accessor :adults
|
550
|
+
# Affiliate details for this purchase.
|
551
|
+
attr_accessor :affiliate
|
552
|
+
# The booking number associated with the lodging reservation.
|
553
|
+
attr_accessor :booking_number
|
554
|
+
# The lodging category
|
555
|
+
attr_accessor :category
|
556
|
+
# Lodging check-in time. Measured in seconds since the Unix epoch.
|
557
|
+
attr_accessor :checkin_at
|
558
|
+
# Lodging check-out time. Measured in seconds since the Unix epoch.
|
559
|
+
attr_accessor :checkout_at
|
560
|
+
# The customer service phone number of the lodging company.
|
561
|
+
attr_accessor :customer_service_phone_number
|
562
|
+
# The daily lodging room rate.
|
563
|
+
attr_accessor :daily_room_rate_amount
|
564
|
+
# Delivery details for this purchase.
|
565
|
+
attr_accessor :delivery
|
566
|
+
# List of additional charges being billed.
|
567
|
+
attr_accessor :extra_charges
|
568
|
+
# Indicates whether the lodging location is compliant with the Fire Safety Act.
|
569
|
+
attr_accessor :fire_safety_act_compliance
|
570
|
+
# The name of the lodging location.
|
571
|
+
attr_accessor :name
|
572
|
+
# Indicates if the customer did not keep their booking while failing to cancel the reservation.
|
573
|
+
attr_accessor :no_show
|
574
|
+
# The number of rooms on the booking
|
575
|
+
attr_accessor :number_of_rooms
|
576
|
+
# The details of the passengers in the travel reservation
|
577
|
+
attr_accessor :passengers
|
578
|
+
# The phone number of the lodging location.
|
579
|
+
attr_accessor :property_phone_number
|
580
|
+
# The room class for this purchase.
|
581
|
+
attr_accessor :room_class
|
582
|
+
# The number of room nights
|
583
|
+
attr_accessor :room_nights
|
584
|
+
# The total tax amount associating with the room reservation.
|
585
|
+
attr_accessor :total_room_tax_amount
|
586
|
+
# The total tax amount
|
587
|
+
attr_accessor :total_tax_amount
|
588
|
+
|
589
|
+
def initialize(
|
590
|
+
address: nil,
|
591
|
+
adults: nil,
|
592
|
+
affiliate: nil,
|
593
|
+
booking_number: nil,
|
594
|
+
category: nil,
|
595
|
+
checkin_at: nil,
|
596
|
+
checkout_at: nil,
|
597
|
+
customer_service_phone_number: nil,
|
598
|
+
daily_room_rate_amount: nil,
|
599
|
+
delivery: nil,
|
600
|
+
extra_charges: nil,
|
601
|
+
fire_safety_act_compliance: nil,
|
602
|
+
name: nil,
|
603
|
+
no_show: nil,
|
604
|
+
number_of_rooms: nil,
|
605
|
+
passengers: nil,
|
606
|
+
property_phone_number: nil,
|
607
|
+
room_class: nil,
|
608
|
+
room_nights: nil,
|
609
|
+
total_room_tax_amount: nil,
|
610
|
+
total_tax_amount: nil
|
611
|
+
)
|
612
|
+
@address = address
|
613
|
+
@adults = adults
|
614
|
+
@affiliate = affiliate
|
615
|
+
@booking_number = booking_number
|
616
|
+
@category = category
|
617
|
+
@checkin_at = checkin_at
|
618
|
+
@checkout_at = checkout_at
|
619
|
+
@customer_service_phone_number = customer_service_phone_number
|
620
|
+
@daily_room_rate_amount = daily_room_rate_amount
|
621
|
+
@delivery = delivery
|
622
|
+
@extra_charges = extra_charges
|
623
|
+
@fire_safety_act_compliance = fire_safety_act_compliance
|
624
|
+
@name = name
|
625
|
+
@no_show = no_show
|
626
|
+
@number_of_rooms = number_of_rooms
|
627
|
+
@passengers = passengers
|
628
|
+
@property_phone_number = property_phone_number
|
629
|
+
@room_class = room_class
|
630
|
+
@room_nights = room_nights
|
631
|
+
@total_room_tax_amount = total_room_tax_amount
|
632
|
+
@total_tax_amount = total_tax_amount
|
633
|
+
end
|
634
|
+
end
|
635
|
+
|
636
|
+
class Subscription < Stripe::RequestParams
|
637
|
+
class Affiliate < Stripe::RequestParams
|
638
|
+
# The name of the affiliate that originated the purchase.
|
639
|
+
attr_accessor :name
|
640
|
+
|
641
|
+
def initialize(name: nil)
|
642
|
+
@name = name
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
646
|
+
class BillingInterval < Stripe::RequestParams
|
647
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
648
|
+
attr_accessor :count
|
649
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
650
|
+
attr_accessor :interval
|
651
|
+
|
652
|
+
def initialize(count: nil, interval: nil)
|
653
|
+
@count = count
|
654
|
+
@interval = interval
|
655
|
+
end
|
656
|
+
end
|
657
|
+
# Affiliate details for this purchase.
|
658
|
+
attr_accessor :affiliate
|
659
|
+
# Info whether the subscription will be auto renewed upon expiry.
|
660
|
+
attr_accessor :auto_renewal
|
661
|
+
# Subscription billing details for this purchase.
|
662
|
+
attr_accessor :billing_interval
|
663
|
+
# Subscription end time. Measured in seconds since the Unix epoch.
|
664
|
+
attr_accessor :ends_at
|
665
|
+
# Name of the product on subscription. e.g. Apple Music Subscription
|
666
|
+
attr_accessor :name
|
667
|
+
# Subscription start time. Measured in seconds since the Unix epoch.
|
668
|
+
attr_accessor :starts_at
|
669
|
+
|
670
|
+
def initialize(
|
671
|
+
affiliate: nil,
|
672
|
+
auto_renewal: nil,
|
673
|
+
billing_interval: nil,
|
674
|
+
ends_at: nil,
|
675
|
+
name: nil,
|
676
|
+
starts_at: nil
|
677
|
+
)
|
678
|
+
@affiliate = affiliate
|
679
|
+
@auto_renewal = auto_renewal
|
680
|
+
@billing_interval = billing_interval
|
681
|
+
@ends_at = ends_at
|
682
|
+
@name = name
|
683
|
+
@starts_at = starts_at
|
684
|
+
end
|
685
|
+
end
|
686
|
+
# Car rental details for this PaymentIntent.
|
687
|
+
attr_accessor :car_rental
|
688
|
+
# Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field.
|
689
|
+
attr_accessor :customer_reference
|
690
|
+
# Event details for this PaymentIntent
|
691
|
+
attr_accessor :event_details
|
692
|
+
# Flight reservation details for this PaymentIntent
|
693
|
+
attr_accessor :flight
|
694
|
+
# Lodging reservation details for this PaymentIntent
|
695
|
+
attr_accessor :lodging
|
696
|
+
# A unique value assigned by the business to identify the transaction.
|
697
|
+
attr_accessor :order_reference
|
698
|
+
# Subscription details for this PaymentIntent
|
699
|
+
attr_accessor :subscription
|
700
|
+
|
701
|
+
def initialize(
|
702
|
+
car_rental: nil,
|
703
|
+
customer_reference: nil,
|
704
|
+
event_details: nil,
|
705
|
+
flight: nil,
|
706
|
+
lodging: nil,
|
707
|
+
order_reference: nil,
|
708
|
+
subscription: nil
|
709
|
+
)
|
710
|
+
@car_rental = car_rental
|
711
|
+
@customer_reference = customer_reference
|
712
|
+
@event_details = event_details
|
713
|
+
@flight = flight
|
714
|
+
@lodging = lodging
|
715
|
+
@order_reference = order_reference
|
716
|
+
@subscription = subscription
|
717
|
+
end
|
718
|
+
end
|
719
|
+
|
15
720
|
class Shipping < Stripe::RequestParams
|
16
721
|
class Address < Stripe::RequestParams
|
17
722
|
# City, district, suburb, town, or village.
|
@@ -72,6 +777,8 @@ module Stripe
|
|
72
777
|
attr_accessor :fraud_details
|
73
778
|
# 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`.
|
74
779
|
attr_accessor :metadata
|
780
|
+
# Provides industry-specific information about the charge.
|
781
|
+
attr_accessor :payment_details
|
75
782
|
# This is the email address that the receipt for this charge will be sent to. If this field is updated, then a new email receipt will be sent to the updated address.
|
76
783
|
attr_accessor :receipt_email
|
77
784
|
# Shipping information for the charge. Helps prevent fraud on charges for physical goods.
|
@@ -85,6 +792,7 @@ module Stripe
|
|
85
792
|
expand: nil,
|
86
793
|
fraud_details: nil,
|
87
794
|
metadata: nil,
|
795
|
+
payment_details: nil,
|
88
796
|
receipt_email: nil,
|
89
797
|
shipping: nil,
|
90
798
|
transfer_group: nil
|
@@ -94,6 +802,7 @@ module Stripe
|
|
94
802
|
@expand = expand
|
95
803
|
@fraud_details = fraud_details
|
96
804
|
@metadata = metadata
|
805
|
+
@payment_details = payment_details
|
97
806
|
@receipt_email = receipt_email
|
98
807
|
@shipping = shipping
|
99
808
|
@transfer_group = transfer_group
|