stripe 15.3.0 → 15.4.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/API_VERSION +1 -1
- data/CHANGELOG.md +1594 -667
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +28 -0
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +54 -0
- data/lib/stripe/event_types.rb +98 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +13 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +21 -0
- data/lib/stripe/events/v2_off_session_payment_requires_capture_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +21 -0
- data/lib/stripe/object_types.rb +50 -0
- data/lib/stripe/resources/account.rb +653 -1
- data/lib/stripe/resources/account_notice.rb +123 -0
- data/lib/stripe/resources/account_session.rb +256 -1
- data/lib/stripe/resources/balance_settings.rb +105 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +4 -0
- data/lib/stripe/resources/billing/credit_grant.rb +10 -0
- data/lib/stripe/resources/billing_portal/session.rb +6 -0
- data/lib/stripe/resources/capital/financing_offer.rb +179 -0
- data/lib/stripe/resources/capital/financing_summary.rb +55 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +114 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +1538 -0
- data/lib/stripe/resources/checkout/session.rb +326 -2
- data/lib/stripe/resources/confirmation_token.rb +170 -0
- data/lib/stripe/resources/coupon.rb +30 -1
- data/lib/stripe/resources/credit_note.rb +6 -0
- data/lib/stripe/resources/credit_note_line_item.rb +9 -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 +6 -1
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/dispute.rb +2 -0
- data/lib/stripe/resources/event.rb +31 -0
- data/lib/stripe/resources/financial_connections/account.rb +22 -1
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +27 -0
- data/lib/stripe/resources/financial_connections/institution.rb +92 -0
- data/lib/stripe/resources/financial_connections/session.rb +62 -2
- data/lib/stripe/resources/fx_quote.rb +184 -0
- data/lib/stripe/resources/identity/verification_session.rb +10 -0
- data/lib/stripe/resources/invoice.rb +1063 -16
- data/lib/stripe/resources/invoice_item.rb +78 -2
- data/lib/stripe/resources/invoice_line_item.rb +55 -1
- data/lib/stripe/resources/invoice_payment.rb +2 -53
- data/lib/stripe/resources/issuing/cardholder.rb +2 -1
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +602 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +82 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +86 -0
- data/lib/stripe/resources/issuing/settlement.rb +53 -0
- data/lib/stripe/resources/issuing/transaction.rb +6 -0
- data/lib/stripe/resources/line_item.rb +37 -0
- data/lib/stripe/resources/mandate.rb +24 -0
- data/lib/stripe/resources/margin.rb +115 -0
- data/lib/stripe/resources/order.rb +2958 -0
- data/lib/stripe/resources/payment_attempt_record.rb +1099 -0
- data/lib/stripe/resources/payment_intent.rb +8540 -3584
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +72 -0
- data/lib/stripe/resources/payment_method.rb +192 -1
- data/lib/stripe/resources/payment_method_configuration.rb +295 -0
- data/lib/stripe/resources/payment_record.rb +1628 -0
- data/lib/stripe/resources/payout.rb +6 -0
- data/lib/stripe/resources/price.rb +30 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +298 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +33 -0
- data/lib/stripe/resources/promotion_code.rb +10 -0
- data/lib/stripe/resources/quote.rb +2038 -7
- data/lib/stripe/resources/quote_line.rb +274 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +663 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +371 -0
- data/lib/stripe/resources/refund.rb +9 -0
- data/lib/stripe/resources/setup_attempt.rb +21 -0
- data/lib/stripe/resources/setup_intent.rb +578 -9
- data/lib/stripe/resources/source.rb +29 -0
- data/lib/stripe/resources/subscription.rb +288 -9
- data/lib/stripe/resources/subscription_item.rb +84 -3
- data/lib/stripe/resources/subscription_schedule.rb +1007 -10
- data/lib/stripe/resources/tax/association.rb +66 -0
- data/lib/stripe/resources/tax/form.rb +211 -0
- data/lib/stripe/resources/tax_id.rb +12 -2
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +31 -0
- data/lib/stripe/resources/transfer.rb +6 -0
- data/lib/stripe/resources/treasury/financial_account.rb +22 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +37 -0
- data/lib/stripe/resources/treasury/received_credit.rb +38 -1
- data/lib/stripe/resources/treasury/received_debit.rb +40 -1
- data/lib/stripe/resources/v2/core/account.rb +1755 -0
- data/lib/stripe/resources/v2/core/account_link.rb +56 -0
- data/lib/stripe/resources/v2/core/person.rb +276 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +74 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +39 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +20 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +22 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +51 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +58 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +68 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +94 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +129 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +82 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +45 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +117 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +75 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +49 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +122 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +84 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +78 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +68 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +72 -0
- data/lib/stripe/resources.rb +104 -0
- data/lib/stripe/services/account_notice_service.rb +101 -0
- data/lib/stripe/services/account_service.rb +562 -1
- data/lib/stripe/services/account_session_service.rb +226 -1
- data/lib/stripe/services/balance_settings_service.rb +96 -0
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +4 -1
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +4 -0
- data/lib/stripe/services/billing/credit_grant_service.rb +8 -0
- data/lib/stripe/services/billing_portal/session_service.rb +4 -0
- data/lib/stripe/services/capital/financing_offer_service.rb +112 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +28 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +79 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/charge_service.rb +1418 -0
- data/lib/stripe/services/checkout/session_service.rb +243 -2
- data/lib/stripe/services/coupon_service.rb +17 -1
- data/lib/stripe/services/credit_note_service.rb +4 -0
- data/lib/stripe/services/customer_session_service.rb +4 -1
- data/{rbi/stripe/services/account_external_account_service.rbi → lib/stripe/services/external_account_service.rb} +135 -122
- data/{rbi/stripe/services/tax/transaction_line_item_service.rbi → lib/stripe/services/financial_connections/account_inferred_balance_service.rb} +21 -17
- data/lib/stripe/services/financial_connections/account_service.rb +7 -2
- data/{rbi/stripe/services/climate/supplier_service.rbi → lib/stripe/services/financial_connections/institution_service.rb} +36 -25
- data/lib/stripe/services/financial_connections/session_service.rb +34 -2
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +123 -0
- data/lib/stripe/services/identity/verification_session_service.rb +8 -0
- data/lib/stripe/services/invoice_item_service.rb +74 -2
- data/lib/stripe/services/invoice_line_item_service.rb +33 -1
- data/lib/stripe/services/invoice_service.rb +1014 -16
- data/lib/stripe/services/issuing/cardholder_service.rb +2 -1
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +504 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +66 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +83 -0
- data/lib/stripe/services/issuing/transaction_service.rb +4 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/margin_service.rb +119 -0
- data/{rbi/stripe/services/source_transaction_service.rbi → lib/stripe/services/order_line_item_service.rb} +20 -16
- data/lib/stripe/services/order_service.rb +2388 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +49 -0
- data/{rbi/stripe/services/quote_line_item_service.rbi → lib/stripe/services/payment_intent_amount_details_line_item_service.rb} +20 -16
- data/lib/stripe/services/payment_intent_service.rb +4879 -391
- data/lib/stripe/services/payment_method_configuration_service.rb +210 -0
- data/lib/stripe/services/payment_method_service.rb +120 -1
- data/lib/stripe/services/payment_record_service.rb +542 -0
- data/lib/stripe/services/payout_service.rb +4 -0
- data/lib/stripe/services/price_service.rb +19 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +240 -0
- data/{rbi/stripe/services/tax/calculation_line_item_service.rbi → lib/stripe/services/privacy/redaction_job_validation_error_service.rb} +21 -17
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +8 -0
- data/{rbi/stripe/services/credit_note_line_item_service.rbi → lib/stripe/services/quote_line_service.rb} +20 -16
- data/{rbi/stripe/services/payment_link_line_item_service.rbi → lib/stripe/services/quote_preview_invoice_service.rb} +20 -16
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +35 -0
- data/lib/stripe/services/quote_service.rb +1723 -8
- data/lib/stripe/services/setup_intent_service.rb +538 -9
- data/lib/stripe/services/subscription_item_service.rb +75 -3
- data/lib/stripe/services/subscription_schedule_service.rb +911 -10
- data/lib/stripe/services/subscription_service.rb +249 -9
- data/lib/stripe/services/tax/association_service.rb +31 -0
- data/lib/stripe/services/tax/form_service.rb +100 -0
- data/lib/stripe/services/tax_id_service.rb +8 -2
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +28 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +97 -0
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +25 -1
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +25 -1
- data/lib/stripe/services/transfer_service.rb +4 -0
- data/lib/stripe/services/treasury/financial_account_features_service.rb +4 -1
- data/lib/stripe/services/treasury/financial_account_service.rb +16 -2
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +24 -0
- data/lib/stripe/services/v1_services.rb +11 -2
- data/lib/stripe/services/v2/core/account_link_service.rb +76 -0
- data/lib/stripe/services/v2/core/account_service.rb +4170 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +1045 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +130 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +107 -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 +74 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +82 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +125 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +95 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +199 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +235 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +172 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +90 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +69 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +73 -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 +137 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +49 -0
- data/lib/stripe/services/v2_services.rb +4 -1
- data/lib/stripe/services.rb +53 -1
- 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 +193855 -0
- data/stripe.gemspec +4 -1
- metadata +161 -324
- data/lib/stripe/services/invoice_payment_service.rb +0 -83
- data/rbi/stripe/resources/account.rbi +0 -4995
- data/rbi/stripe/resources/account_link.rbi +0 -74
- data/rbi/stripe/resources/account_session.rbi +0 -1013
- data/rbi/stripe/resources/apple_pay_domain.rbi +0 -88
- data/rbi/stripe/resources/application.rbi +0 -20
- data/rbi/stripe/resources/application_fee.rbi +0 -118
- data/rbi/stripe/resources/application_fee_refund.rbi +0 -37
- data/rbi/stripe/resources/apps/secret.rbi +0 -195
- data/rbi/stripe/resources/balance.rbi +0 -235
- data/rbi/stripe/resources/balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/bank_account.rbi +0 -127
- data/rbi/stripe/resources/billing/alert.rbi +0 -201
- data/rbi/stripe/resources/billing/alert_triggered.rbi +0 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -63
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/billing/credit_grant.rbi +0 -291
- data/rbi/stripe/resources/billing/meter.rbi +0 -226
- data/rbi/stripe/resources/billing/meter_event.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +0 -35
- data/rbi/stripe/resources/billing_portal/configuration.rbi +0 -645
- data/rbi/stripe/resources/billing_portal/session.rbi +0 -345
- data/rbi/stripe/resources/capability.rbi +0 -125
- data/rbi/stripe/resources/card.rbi +0 -125
- data/rbi/stripe/resources/cash_balance.rbi +0 -32
- data/rbi/stripe/resources/charge.rbi +0 -2086
- data/rbi/stripe/resources/checkout/session.rbi +0 -4060
- data/rbi/stripe/resources/climate/order.rbi +0 -245
- data/rbi/stripe/resources/climate/product.rbi +0 -75
- data/rbi/stripe/resources/climate/supplier.rbi +0 -72
- data/rbi/stripe/resources/confirmation_token.rbi +0 -1818
- data/rbi/stripe/resources/connect_collection_transfer.rbi +0 -26
- data/rbi/stripe/resources/country_spec.rbi +0 -85
- data/rbi/stripe/resources/coupon.rbi +0 -250
- data/rbi/stripe/resources/credit_note.rbi +0 -752
- data/rbi/stripe/resources/credit_note_line_item.rbi +0 -101
- data/rbi/stripe/resources/customer.rbi +0 -1005
- data/rbi/stripe/resources/customer_balance_transaction.rbi +0 -56
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +0 -151
- data/rbi/stripe/resources/customer_session.rbi +0 -200
- data/rbi/stripe/resources/discount.rbi +0 -53
- data/rbi/stripe/resources/dispute.rbi +0 -761
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +0 -58
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +0 -23
- data/rbi/stripe/resources/entitlements/feature.rbi +0 -117
- data/rbi/stripe/resources/ephemeral_key.rbi +0 -44
- data/rbi/stripe/resources/event.rbi +0 -149
- data/rbi/stripe/resources/exchange_rate.rbi +0 -66
- data/rbi/stripe/resources/file.rbi +0 -143
- data/rbi/stripe/resources/file_link.rbi +0 -141
- data/rbi/stripe/resources/financial_connections/account.rbi +0 -339
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +0 -35
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +0 -23
- data/rbi/stripe/resources/financial_connections/session.rbi +0 -123
- data/rbi/stripe/resources/financial_connections/transaction.rbi +0 -124
- data/rbi/stripe/resources/forwarding/request.rbi +0 -216
- data/rbi/stripe/resources/funding_instructions.rbi +0 -437
- data/rbi/stripe/resources/identity/verification_report.rbi +0 -360
- data/rbi/stripe/resources/identity/verification_session.rbi +0 -564
- data/rbi/stripe/resources/invoice.rbi +0 -3842
- data/rbi/stripe/resources/invoice_item.rbi +0 -470
- data/rbi/stripe/resources/invoice_line_item.rbi +0 -432
- data/rbi/stripe/resources/invoice_payment.rbi +0 -121
- data/rbi/stripe/resources/invoice_rendering_template.rbi +0 -104
- data/rbi/stripe/resources/issuing/authorization.rbi +0 -1283
- data/rbi/stripe/resources/issuing/card.rbi +0 -741
- data/rbi/stripe/resources/issuing/cardholder.rbi +0 -744
- data/rbi/stripe/resources/issuing/dispute.rbi +0 -913
- data/rbi/stripe/resources/issuing/personalization_design.rbi +0 -338
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +0 -79
- data/rbi/stripe/resources/issuing/token.rbi +0 -226
- data/rbi/stripe/resources/issuing/transaction.rbi +0 -1061
- data/rbi/stripe/resources/line_item.rbi +0 -72
- data/rbi/stripe/resources/login_link.rbi +0 -19
- data/rbi/stripe/resources/mandate.rbi +0 -191
- data/rbi/stripe/resources/payment_intent.rbi +0 -9987
- data/rbi/stripe/resources/payment_link.rbi +0 -1801
- data/rbi/stripe/resources/payment_method.rbi +0 -1770
- data/rbi/stripe/resources/payment_method_configuration.rbi +0 -3550
- data/rbi/stripe/resources/payment_method_domain.rbi +0 -228
- data/rbi/stripe/resources/payout.rbi +0 -300
- data/rbi/stripe/resources/person.rbi +0 -401
- data/rbi/stripe/resources/plan.rbi +0 -371
- data/rbi/stripe/resources/price.rbi +0 -694
- data/rbi/stripe/resources/product.rbi +0 -555
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -261
- data/rbi/stripe/resources/quote.rbi +0 -1145
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +0 -98
- data/rbi/stripe/resources/radar/value_list.rbi +0 -168
- data/rbi/stripe/resources/radar/value_list_item.rbi +0 -129
- data/rbi/stripe/resources/refund.rbi +0 -523
- data/rbi/stripe/resources/reporting/report_run.rbi +0 -191
- data/rbi/stripe/resources/reporting/report_type.rbi +0 -57
- data/rbi/stripe/resources/reserve_transaction.rbi +0 -23
- data/rbi/stripe/resources/reversal.rbi +0 -51
- data/rbi/stripe/resources/review.rbi +0 -154
- data/rbi/stripe/resources/setup_attempt.rbi +0 -477
- data/rbi/stripe/resources/setup_intent.rbi +0 -3978
- data/rbi/stripe/resources/shipping_rate.rbi +0 -305
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +0 -75
- data/rbi/stripe/resources/source.rbi +0 -1496
- data/rbi/stripe/resources/source_mandate_notification.rbi +0 -77
- data/rbi/stripe/resources/source_transaction.rbi +0 -127
- data/rbi/stripe/resources/subscription.rbi +0 -2080
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1645
- data/rbi/stripe/resources/tax/calculation.rbi +0 -478
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +0 -91
- data/rbi/stripe/resources/tax/registration.rbi +0 -2732
- data/rbi/stripe/resources/tax/settings.rbi +0 -141
- data/rbi/stripe/resources/tax/transaction.rbi +0 -351
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +0 -54
- data/rbi/stripe/resources/tax_code.rbi +0 -44
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +0 -23
- data/rbi/stripe/resources/tax_id.rbi +0 -165
- data/rbi/stripe/resources/tax_rate.rbi +0 -239
- data/rbi/stripe/resources/terminal/configuration.rbi +0 -1387
- data/rbi/stripe/resources/terminal/connection_token.rbi +0 -37
- data/rbi/stripe/resources/terminal/location.rbi +0 -222
- data/rbi/stripe/resources/terminal/reader.rbi +0 -994
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1283
- data/rbi/stripe/resources/topup.rbi +0 -222
- data/rbi/stripe/resources/transfer.rbi +0 -199
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +0 -119
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +0 -131
- data/rbi/stripe/resources/treasury/financial_account.rbi +0 -869
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -260
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +0 -295
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +0 -592
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +0 -431
- data/rbi/stripe/resources/treasury/received_credit.rbi +0 -302
- data/rbi/stripe/resources/treasury/received_debit.rbi +0 -256
- data/rbi/stripe/resources/treasury/transaction.rbi +0 -215
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +0 -192
- data/rbi/stripe/resources/v2/amount.rbi +0 -14
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +0 -37
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +0 -41
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +0 -31
- data/rbi/stripe/resources/v2/event.rbi +0 -48
- data/rbi/stripe/resources/v2/event_destination.rbi +0 -91
- data/rbi/stripe/resources/webhook_endpoint.rbi +0 -168
- data/rbi/stripe/services/account_capability_service.rbi +0 -51
- data/rbi/stripe/services/account_link_service.rbi +0 -58
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1011
- data/rbi/stripe/services/account_service.rbi +0 -4281
- data/rbi/stripe/services/account_session_service.rbi +0 -646
- data/rbi/stripe/services/apple_pay_domain_service.rbi +0 -76
- data/rbi/stripe/services/application_fee_refund_service.rbi +0 -93
- data/rbi/stripe/services/application_fee_service.rbi +0 -78
- data/rbi/stripe/services/apps/secret_service.rbi +0 -151
- data/rbi/stripe/services/apps_service.rbi +0 -9
- data/rbi/stripe/services/balance_service.rbi +0 -21
- data/rbi/stripe/services/balance_transaction_service.rbi +0 -93
- data/rbi/stripe/services/billing/alert_service.rbi +0 -152
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +0 -68
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +0 -59
- data/rbi/stripe/services/billing/credit_grant_service.rbi +0 -211
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +0 -54
- data/rbi/stripe/services/billing/meter_service.rbi +0 -163
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +0 -511
- data/rbi/stripe/services/billing_portal/session_service.rbi +0 -204
- data/rbi/stripe/services/billing_portal_service.rbi +0 -10
- data/rbi/stripe/services/billing_service.rbi +0 -15
- data/rbi/stripe/services/charge_service.rbi +0 -448
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +0 -33
- data/rbi/stripe/services/checkout/session_service.rbi +0 -2670
- data/rbi/stripe/services/checkout_service.rbi +0 -9
- data/rbi/stripe/services/climate/order_service.rbi +0 -142
- data/rbi/stripe/services/climate/product_service.rbi +0 -46
- data/rbi/stripe/services/climate_service.rbi +0 -11
- data/rbi/stripe/services/confirmation_token_service.rbi +0 -20
- data/rbi/stripe/services/country_spec_service.rbi +0 -44
- data/rbi/stripe/services/coupon_service.rbi +0 -194
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +0 -167
- data/rbi/stripe/services/credit_note_service.rbi +0 -415
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +0 -92
- data/rbi/stripe/services/customer_cash_balance_service.rbi +0 -45
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +0 -44
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +0 -59
- data/rbi/stripe/services/customer_payment_method_service.rbi +0 -57
- data/rbi/stripe/services/customer_payment_source_service.rbi +0 -232
- data/rbi/stripe/services/customer_service.rbi +0 -647
- data/rbi/stripe/services/customer_session_service.rbi +0 -116
- data/rbi/stripe/services/customer_tax_id_service.rbi +0 -70
- data/rbi/stripe/services/dispute_service.rbi +0 -424
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +0 -55
- data/rbi/stripe/services/entitlements/feature_service.rbi +0 -107
- data/rbi/stripe/services/entitlements_service.rbi +0 -10
- data/rbi/stripe/services/ephemeral_key_service.rbi +0 -53
- data/rbi/stripe/services/event_service.rbi +0 -83
- data/rbi/stripe/services/exchange_rate_service.rbi +0 -44
- data/rbi/stripe/services/file_link_service.rbi +0 -124
- data/rbi/stripe/services/file_service.rbi +0 -116
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +0 -42
- data/rbi/stripe/services/financial_connections/account_service.rbi +0 -133
- data/rbi/stripe/services/financial_connections/session_service.rbi +0 -88
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +0 -92
- data/rbi/stripe/services/financial_connections_service.rbi +0 -11
- data/rbi/stripe/services/forwarding/request_service.rbi +0 -134
- data/rbi/stripe/services/forwarding_service.rbi +0 -9
- data/rbi/stripe/services/identity/verification_report_service.rbi +0 -87
- data/rbi/stripe/services/identity/verification_session_service.rbi +0 -339
- data/rbi/stripe/services/identity_service.rbi +0 -10
- data/rbi/stripe/services/invoice_item_service.rbi +0 -366
- data/rbi/stripe/services/invoice_line_item_service.rbi +0 -259
- data/rbi/stripe/services/invoice_payment_service.rbi +0 -71
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +0 -82
- data/rbi/stripe/services/invoice_service.rbi +0 -3011
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -495
- data/rbi/stripe/services/issuing/cardholder_service.rbi +0 -587
- data/rbi/stripe/services/issuing/dispute_service.rbi +0 -707
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +0 -243
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +0 -59
- data/rbi/stripe/services/issuing/token_service.rbi +0 -99
- data/rbi/stripe/services/issuing/transaction_service.rbi +0 -105
- data/rbi/stripe/services/issuing_service.rbi +0 -16
- data/rbi/stripe/services/mandate_service.rbi +0 -20
- data/rbi/stripe/services/payment_intent_service.rbi +0 -7989
- data/rbi/stripe/services/payment_link_service.rbi +0 -1352
- data/rbi/stripe/services/payment_method_configuration_service.rbi +0 -2487
- data/rbi/stripe/services/payment_method_domain_service.rbi +0 -112
- data/rbi/stripe/services/payment_method_service.rbi +0 -781
- data/rbi/stripe/services/payout_service.rbi +0 -205
- data/rbi/stripe/services/plan_service.rbi +0 -282
- data/rbi/stripe/services/price_service.rbi +0 -546
- data/rbi/stripe/services/product_feature_service.rbi +0 -67
- data/rbi/stripe/services/product_service.rbi +0 -477
- data/rbi/stripe/services/promotion_code_service.rbi +0 -214
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -699
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +0 -85
- data/rbi/stripe/services/radar/value_list_item_service.rbi +0 -109
- data/rbi/stripe/services/radar/value_list_service.rbi +0 -141
- data/rbi/stripe/services/radar_service.rbi +0 -11
- data/rbi/stripe/services/refund_service.rbi +0 -185
- data/rbi/stripe/services/reporting/report_run_service.rbi +0 -135
- data/rbi/stripe/services/reporting/report_type_service.rbi +0 -35
- data/rbi/stripe/services/reporting_service.rbi +0 -10
- data/rbi/stripe/services/review_service.rbi +0 -84
- data/rbi/stripe/services/setup_attempt_service.rbi +0 -65
- data/rbi/stripe/services/setup_intent_service.rbi +0 -3709
- data/rbi/stripe/services/shipping_rate_service.rbi +0 -241
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +0 -46
- data/rbi/stripe/services/sigma_service.rbi +0 -9
- data/rbi/stripe/services/source_service.rbi +0 -663
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1301
- data/rbi/stripe/services/subscription_service.rbi +0 -1684
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -1858
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_service.rbi +0 -146
- data/rbi/stripe/services/tax_code_service.rbi +0 -44
- data/rbi/stripe/services/tax_id_service.rbi +0 -110
- data/rbi/stripe/services/tax_rate_service.rbi +0 -185
- data/rbi/stripe/services/tax_service.rbi +0 -12
- data/rbi/stripe/services/terminal/configuration_service.rbi +0 -1118
- data/rbi/stripe/services/terminal/connection_token_service.rbi +0 -25
- data/rbi/stripe/services/terminal/location_service.rbi +0 -182
- data/rbi/stripe/services/terminal/reader_service.rbi +0 -540
- data/rbi/stripe/services/terminal_service.rbi +0 -12
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +0 -746
- data/rbi/stripe/services/test_helpers/customer_service.rbi +0 -33
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +0 -848
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +0 -76
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +0 -69
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +0 -711
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +0 -14
- data/rbi/stripe/services/test_helpers/refund_service.rbi +0 -22
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +0 -93
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +0 -11
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +0 -90
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +0 -64
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +0 -15
- data/rbi/stripe/services/test_helpers_service.rbi +0 -15
- data/rbi/stripe/services/token_service.rbi +0 -1257
- data/rbi/stripe/services/topup_service.rbi +0 -176
- data/rbi/stripe/services/transfer_reversal_service.rbi +0 -101
- data/rbi/stripe/services/transfer_service.rbi +0 -152
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +0 -84
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +0 -88
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +0 -198
- data/rbi/stripe/services/treasury/financial_account_service.rbi +0 -566
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +0 -117
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +0 -304
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +0 -157
- data/rbi/stripe/services/treasury/received_credit_service.rbi +0 -72
- data/rbi/stripe/services/treasury/received_debit_service.rbi +0 -59
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +0 -111
- data/rbi/stripe/services/treasury/transaction_service.rbi +0 -122
- data/rbi/stripe/services/treasury_service.rbi +0 -18
- data/rbi/stripe/services/v1_services.rbi +0 -77
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +0 -39
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +0 -18
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +0 -55
- data/rbi/stripe/services/v2/billing_service.rbi +0 -14
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +0 -192
- data/rbi/stripe/services/v2/core/event_service.rbi +0 -36
- data/rbi/stripe/services/v2/core_service.rbi +0 -12
- data/rbi/stripe/services/v2_services.rbi +0 -10
- data/rbi/stripe/services/webhook_endpoint_service.rbi +0 -129
@@ -188,6 +188,8 @@ module Stripe
|
|
188
188
|
class Card < Stripe::StripeObject
|
189
189
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
190
190
|
attr_reader :brand
|
191
|
+
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
192
|
+
attr_reader :brand_product
|
191
193
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
192
194
|
attr_reader :country
|
193
195
|
# Two-digit number representing the card's expiration month.
|
@@ -273,6 +275,11 @@ module Stripe
|
|
273
275
|
attr_reader :cvc_check
|
274
276
|
end
|
275
277
|
|
278
|
+
class DecrementalAuthorization < Stripe::StripeObject
|
279
|
+
# Indicates whether or not the decremental authorization feature is supported.
|
280
|
+
attr_reader :status
|
281
|
+
end
|
282
|
+
|
276
283
|
class ExtendedAuthorization < Stripe::StripeObject
|
277
284
|
# Indicates whether or not the capture window is extended beyond the standard authorization.
|
278
285
|
attr_reader :status
|
@@ -314,6 +321,11 @@ module Stripe
|
|
314
321
|
attr_reader :status
|
315
322
|
end
|
316
323
|
|
324
|
+
class PartialAuthorization < Stripe::StripeObject
|
325
|
+
# Indicates whether the transaction requested for partial authorization feature and the authorization outcome.
|
326
|
+
attr_reader :status
|
327
|
+
end
|
328
|
+
|
317
329
|
class ThreeDSecure < Stripe::StripeObject
|
318
330
|
# For authenticated transactions: how the customer was authenticated by
|
319
331
|
# the issuing bank.
|
@@ -446,6 +458,8 @@ module Stripe
|
|
446
458
|
end
|
447
459
|
# The authorized amount.
|
448
460
|
attr_reader :amount_authorized
|
461
|
+
# The latest amount intended to be authorized by this charge.
|
462
|
+
attr_reader :amount_requested
|
449
463
|
# Authorization code on the charge.
|
450
464
|
attr_reader :authorization_code
|
451
465
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
@@ -456,6 +470,8 @@ module Stripe
|
|
456
470
|
attr_reader :checks
|
457
471
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
458
472
|
attr_reader :country
|
473
|
+
# Attribute for field decremental_authorization
|
474
|
+
attr_reader :decremental_authorization
|
459
475
|
# A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.)
|
460
476
|
attr_reader :description
|
461
477
|
# Two-digit number representing the card's expiration month.
|
@@ -496,6 +512,8 @@ module Stripe
|
|
496
512
|
attr_reader :network_transaction_id
|
497
513
|
# Attribute for field overcapture
|
498
514
|
attr_reader :overcapture
|
515
|
+
# Attribute for field partial_authorization
|
516
|
+
attr_reader :partial_authorization
|
499
517
|
# Status of a card based on the card issuer.
|
500
518
|
attr_reader :regulated_status
|
501
519
|
# Populated if this transaction used 3D Secure authentication.
|
@@ -642,11 +660,26 @@ module Stripe
|
|
642
660
|
attr_reader :verified_name
|
643
661
|
end
|
644
662
|
|
663
|
+
class Gopay < Stripe::StripeObject; end
|
664
|
+
|
645
665
|
class Grabpay < Stripe::StripeObject
|
646
666
|
# Unique transaction id generated by GrabPay
|
647
667
|
attr_reader :transaction_id
|
648
668
|
end
|
649
669
|
|
670
|
+
class IdBankTransfer < Stripe::StripeObject
|
671
|
+
# Account number of the bank account to transfer funds to.
|
672
|
+
attr_reader :account_number
|
673
|
+
# Bank where the account is located.
|
674
|
+
attr_reader :bank
|
675
|
+
# Local bank code of the bank.
|
676
|
+
attr_reader :bank_code
|
677
|
+
# Name of the bank associated with the bank account.
|
678
|
+
attr_reader :bank_name
|
679
|
+
# Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.
|
680
|
+
attr_reader :display_name
|
681
|
+
end
|
682
|
+
|
650
683
|
class Ideal < Stripe::StripeObject
|
651
684
|
# The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `buut`, `handelsbanken`, `ing`, `knab`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.
|
652
685
|
attr_reader :bank
|
@@ -772,6 +805,8 @@ module Stripe
|
|
772
805
|
attr_reader :country
|
773
806
|
end
|
774
807
|
|
808
|
+
class MbWay < Stripe::StripeObject; end
|
809
|
+
|
775
810
|
class Mobilepay < Stripe::StripeObject
|
776
811
|
class Card < Stripe::StripeObject
|
777
812
|
# Brand of the card used in the transaction
|
@@ -851,6 +886,36 @@ module Stripe
|
|
851
886
|
# Indicates whether the transaction is eligible for PayPal's seller protection.
|
852
887
|
attr_reader :status
|
853
888
|
end
|
889
|
+
|
890
|
+
class Shipping < Stripe::StripeObject
|
891
|
+
# City, district, suburb, town, or village.
|
892
|
+
attr_reader :city
|
893
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
894
|
+
attr_reader :country
|
895
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
896
|
+
attr_reader :line1
|
897
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
898
|
+
attr_reader :line2
|
899
|
+
# ZIP or postal code.
|
900
|
+
attr_reader :postal_code
|
901
|
+
# State, county, province, or region.
|
902
|
+
attr_reader :state
|
903
|
+
end
|
904
|
+
|
905
|
+
class VerifiedAddress < Stripe::StripeObject
|
906
|
+
# City, district, suburb, town, or village.
|
907
|
+
attr_reader :city
|
908
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
909
|
+
attr_reader :country
|
910
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
911
|
+
attr_reader :line1
|
912
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
913
|
+
attr_reader :line2
|
914
|
+
# ZIP or postal code.
|
915
|
+
attr_reader :postal_code
|
916
|
+
# State, county, province, or region.
|
917
|
+
attr_reader :state
|
918
|
+
end
|
854
919
|
# Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
855
920
|
attr_reader :country
|
856
921
|
# Owner's email. Values are provided by PayPal directly
|
@@ -863,8 +928,33 @@ module Stripe
|
|
863
928
|
attr_reader :payer_name
|
864
929
|
# The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
|
865
930
|
attr_reader :seller_protection
|
931
|
+
# The shipping address for the customer, as supplied by the merchant at the point of payment
|
932
|
+
# execution. This shipping address will not be updated if the merchant updates the shipping
|
933
|
+
# address on the PaymentIntent after the PaymentIntent was successfully confirmed.
|
934
|
+
attr_reader :shipping
|
866
935
|
# A unique ID generated by PayPal for this transaction.
|
867
936
|
attr_reader :transaction_id
|
937
|
+
# The shipping address for the customer, as supplied by the merchant at the point of payment
|
938
|
+
# execution. This shipping address will not be updated if the merchant updates the shipping
|
939
|
+
# address on the PaymentIntent after the PaymentIntent was successfully confirmed.
|
940
|
+
attr_reader :verified_address
|
941
|
+
# Owner's verified email. Values are verified or provided by PayPal directly
|
942
|
+
# (if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
943
|
+
attr_reader :verified_email
|
944
|
+
# Owner's verified full name. Values are verified or provided by PayPal directly
|
945
|
+
# (if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
946
|
+
attr_reader :verified_name
|
947
|
+
end
|
948
|
+
|
949
|
+
class Payto < Stripe::StripeObject
|
950
|
+
# Bank-State-Branch number of the bank account.
|
951
|
+
attr_reader :bsb_number
|
952
|
+
# Last four digits of the bank account number.
|
953
|
+
attr_reader :last4
|
954
|
+
# ID of the mandate used to make this payment.
|
955
|
+
attr_reader :mandate
|
956
|
+
# The PayID alias for the bank account.
|
957
|
+
attr_reader :pay_id
|
868
958
|
end
|
869
959
|
|
870
960
|
class Pix < Stripe::StripeObject
|
@@ -877,11 +967,16 @@ module Stripe
|
|
877
967
|
attr_reader :reference
|
878
968
|
end
|
879
969
|
|
970
|
+
class Qris < Stripe::StripeObject; end
|
971
|
+
class Rechnung < Stripe::StripeObject; end
|
972
|
+
|
880
973
|
class RevolutPay < Stripe::StripeObject
|
881
974
|
class Funding < Stripe::StripeObject
|
882
975
|
class Card < Stripe::StripeObject
|
883
976
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
884
977
|
attr_reader :brand
|
978
|
+
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
979
|
+
attr_reader :brand_product
|
885
980
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
886
981
|
attr_reader :country
|
887
982
|
# Two-digit number representing the card's expiration month.
|
@@ -933,6 +1028,8 @@ module Stripe
|
|
933
1028
|
attr_reader :mandate
|
934
1029
|
end
|
935
1030
|
|
1031
|
+
class Shopeepay < Stripe::StripeObject; end
|
1032
|
+
|
936
1033
|
class Sofort < Stripe::StripeObject
|
937
1034
|
# Bank code of bank associated with the bank account.
|
938
1035
|
attr_reader :bank_code
|
@@ -958,6 +1055,13 @@ module Stripe
|
|
958
1055
|
|
959
1056
|
class StripeAccount < Stripe::StripeObject; end
|
960
1057
|
|
1058
|
+
class StripeBalance < Stripe::StripeObject
|
1059
|
+
# The connected account ID whose Stripe balance to use as the source of payment
|
1060
|
+
attr_reader :account
|
1061
|
+
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
1062
|
+
attr_reader :source_type
|
1063
|
+
end
|
1064
|
+
|
961
1065
|
class Swish < Stripe::StripeObject
|
962
1066
|
# Uniquely identifies the payer's Swish account. You can use this attribute to check whether two Swish transactions were paid for by the same payer
|
963
1067
|
attr_reader :fingerprint
|
@@ -1046,8 +1150,12 @@ module Stripe
|
|
1046
1150
|
attr_reader :fpx
|
1047
1151
|
# Attribute for field giropay
|
1048
1152
|
attr_reader :giropay
|
1153
|
+
# Attribute for field gopay
|
1154
|
+
attr_reader :gopay
|
1049
1155
|
# Attribute for field grabpay
|
1050
1156
|
attr_reader :grabpay
|
1157
|
+
# Attribute for field id_bank_transfer
|
1158
|
+
attr_reader :id_bank_transfer
|
1051
1159
|
# Attribute for field ideal
|
1052
1160
|
attr_reader :ideal
|
1053
1161
|
# Attribute for field interac_present
|
@@ -1062,6 +1170,8 @@ module Stripe
|
|
1062
1170
|
attr_reader :kr_card
|
1063
1171
|
# Attribute for field link
|
1064
1172
|
attr_reader :link
|
1173
|
+
# Attribute for field mb_way
|
1174
|
+
attr_reader :mb_way
|
1065
1175
|
# Attribute for field mobilepay
|
1066
1176
|
attr_reader :mobilepay
|
1067
1177
|
# Attribute for field multibanco
|
@@ -1082,10 +1192,16 @@ module Stripe
|
|
1082
1192
|
attr_reader :paynow
|
1083
1193
|
# Attribute for field paypal
|
1084
1194
|
attr_reader :paypal
|
1195
|
+
# Attribute for field payto
|
1196
|
+
attr_reader :payto
|
1085
1197
|
# Attribute for field pix
|
1086
1198
|
attr_reader :pix
|
1087
1199
|
# Attribute for field promptpay
|
1088
1200
|
attr_reader :promptpay
|
1201
|
+
# Attribute for field qris
|
1202
|
+
attr_reader :qris
|
1203
|
+
# Attribute for field rechnung
|
1204
|
+
attr_reader :rechnung
|
1089
1205
|
# Attribute for field revolut_pay
|
1090
1206
|
attr_reader :revolut_pay
|
1091
1207
|
# Attribute for field samsung_pay
|
@@ -1096,10 +1212,14 @@ module Stripe
|
|
1096
1212
|
attr_reader :sepa_credit_transfer
|
1097
1213
|
# Attribute for field sepa_debit
|
1098
1214
|
attr_reader :sepa_debit
|
1215
|
+
# Attribute for field shopeepay
|
1216
|
+
attr_reader :shopeepay
|
1099
1217
|
# Attribute for field sofort
|
1100
1218
|
attr_reader :sofort
|
1101
1219
|
# Attribute for field stripe_account
|
1102
1220
|
attr_reader :stripe_account
|
1221
|
+
# Attribute for field stripe_balance
|
1222
|
+
attr_reader :stripe_balance
|
1103
1223
|
# Attribute for field swish
|
1104
1224
|
attr_reader :swish
|
1105
1225
|
# Attribute for field twint
|
@@ -1398,6 +1518,711 @@ module Stripe
|
|
1398
1518
|
end
|
1399
1519
|
end
|
1400
1520
|
|
1521
|
+
class PaymentDetails < Stripe::RequestParams
|
1522
|
+
class CarRental < Stripe::RequestParams
|
1523
|
+
class Affiliate < Stripe::RequestParams
|
1524
|
+
# The name of the affiliate that originated the purchase.
|
1525
|
+
attr_accessor :name
|
1526
|
+
|
1527
|
+
def initialize(name: nil)
|
1528
|
+
@name = name
|
1529
|
+
end
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
class Delivery < Stripe::RequestParams
|
1533
|
+
class Recipient < Stripe::RequestParams
|
1534
|
+
# The email of the recipient the ticket is delivered to.
|
1535
|
+
attr_accessor :email
|
1536
|
+
# The name of the recipient the ticket is delivered to.
|
1537
|
+
attr_accessor :name
|
1538
|
+
# The phone number of the recipient the ticket is delivered to.
|
1539
|
+
attr_accessor :phone
|
1540
|
+
|
1541
|
+
def initialize(email: nil, name: nil, phone: nil)
|
1542
|
+
@email = email
|
1543
|
+
@name = name
|
1544
|
+
@phone = phone
|
1545
|
+
end
|
1546
|
+
end
|
1547
|
+
# The delivery method for the payment
|
1548
|
+
attr_accessor :mode
|
1549
|
+
# Details of the recipient.
|
1550
|
+
attr_accessor :recipient
|
1551
|
+
|
1552
|
+
def initialize(mode: nil, recipient: nil)
|
1553
|
+
@mode = mode
|
1554
|
+
@recipient = recipient
|
1555
|
+
end
|
1556
|
+
end
|
1557
|
+
|
1558
|
+
class Distance < Stripe::RequestParams
|
1559
|
+
# Distance traveled.
|
1560
|
+
attr_accessor :amount
|
1561
|
+
# Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
|
1562
|
+
attr_accessor :unit
|
1563
|
+
|
1564
|
+
def initialize(amount: nil, unit: nil)
|
1565
|
+
@amount = amount
|
1566
|
+
@unit = unit
|
1567
|
+
end
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class Driver < Stripe::RequestParams
|
1571
|
+
# Driver's identification number.
|
1572
|
+
attr_accessor :driver_identification_number
|
1573
|
+
# Driver's tax number.
|
1574
|
+
attr_accessor :driver_tax_number
|
1575
|
+
# Full name of the person or entity on the car reservation.
|
1576
|
+
attr_accessor :name
|
1577
|
+
|
1578
|
+
def initialize(driver_identification_number: nil, driver_tax_number: nil, name: nil)
|
1579
|
+
@driver_identification_number = driver_identification_number
|
1580
|
+
@driver_tax_number = driver_tax_number
|
1581
|
+
@name = name
|
1582
|
+
end
|
1583
|
+
end
|
1584
|
+
|
1585
|
+
class PickupAddress < Stripe::RequestParams
|
1586
|
+
# City, district, suburb, town, or village.
|
1587
|
+
attr_accessor :city
|
1588
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
1589
|
+
attr_accessor :country
|
1590
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
1591
|
+
attr_accessor :line1
|
1592
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
1593
|
+
attr_accessor :line2
|
1594
|
+
# ZIP or postal code.
|
1595
|
+
attr_accessor :postal_code
|
1596
|
+
# State, county, province, or region.
|
1597
|
+
attr_accessor :state
|
1598
|
+
|
1599
|
+
def initialize(
|
1600
|
+
city: nil,
|
1601
|
+
country: nil,
|
1602
|
+
line1: nil,
|
1603
|
+
line2: nil,
|
1604
|
+
postal_code: nil,
|
1605
|
+
state: nil
|
1606
|
+
)
|
1607
|
+
@city = city
|
1608
|
+
@country = country
|
1609
|
+
@line1 = line1
|
1610
|
+
@line2 = line2
|
1611
|
+
@postal_code = postal_code
|
1612
|
+
@state = state
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
|
1616
|
+
class ReturnAddress < Stripe::RequestParams
|
1617
|
+
# City, district, suburb, town, or village.
|
1618
|
+
attr_accessor :city
|
1619
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
1620
|
+
attr_accessor :country
|
1621
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
1622
|
+
attr_accessor :line1
|
1623
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
1624
|
+
attr_accessor :line2
|
1625
|
+
# ZIP or postal code.
|
1626
|
+
attr_accessor :postal_code
|
1627
|
+
# State, county, province, or region.
|
1628
|
+
attr_accessor :state
|
1629
|
+
|
1630
|
+
def initialize(
|
1631
|
+
city: nil,
|
1632
|
+
country: nil,
|
1633
|
+
line1: nil,
|
1634
|
+
line2: nil,
|
1635
|
+
postal_code: nil,
|
1636
|
+
state: nil
|
1637
|
+
)
|
1638
|
+
@city = city
|
1639
|
+
@country = country
|
1640
|
+
@line1 = line1
|
1641
|
+
@line2 = line2
|
1642
|
+
@postal_code = postal_code
|
1643
|
+
@state = state
|
1644
|
+
end
|
1645
|
+
end
|
1646
|
+
# Affiliate details for this purchase.
|
1647
|
+
attr_accessor :affiliate
|
1648
|
+
# The booking number associated with the car rental.
|
1649
|
+
attr_accessor :booking_number
|
1650
|
+
# Class code of the car.
|
1651
|
+
attr_accessor :car_class_code
|
1652
|
+
# Make of the car.
|
1653
|
+
attr_accessor :car_make
|
1654
|
+
# Model of the car.
|
1655
|
+
attr_accessor :car_model
|
1656
|
+
# The name of the rental car company.
|
1657
|
+
attr_accessor :company
|
1658
|
+
# The customer service phone number of the car rental company.
|
1659
|
+
attr_accessor :customer_service_phone_number
|
1660
|
+
# Number of days the car is being rented.
|
1661
|
+
attr_accessor :days_rented
|
1662
|
+
# Delivery details for this purchase.
|
1663
|
+
attr_accessor :delivery
|
1664
|
+
# The details of the distance traveled during the rental period.
|
1665
|
+
attr_accessor :distance
|
1666
|
+
# The details of the passengers in the travel reservation
|
1667
|
+
attr_accessor :drivers
|
1668
|
+
# List of additional charges being billed.
|
1669
|
+
attr_accessor :extra_charges
|
1670
|
+
# Indicates if the customer did not keep nor cancel their booking.
|
1671
|
+
attr_accessor :no_show
|
1672
|
+
# Car pick-up address.
|
1673
|
+
attr_accessor :pickup_address
|
1674
|
+
# Car pick-up time. Measured in seconds since the Unix epoch.
|
1675
|
+
attr_accessor :pickup_at
|
1676
|
+
# Name of the pickup location.
|
1677
|
+
attr_accessor :pickup_location_name
|
1678
|
+
# Rental rate.
|
1679
|
+
attr_accessor :rate_amount
|
1680
|
+
# The frequency at which the rate amount is applied. One of `day`, `week` or `month`
|
1681
|
+
attr_accessor :rate_interval
|
1682
|
+
# The name of the person or entity renting the car.
|
1683
|
+
attr_accessor :renter_name
|
1684
|
+
# Car return address.
|
1685
|
+
attr_accessor :return_address
|
1686
|
+
# Car return time. Measured in seconds since the Unix epoch.
|
1687
|
+
attr_accessor :return_at
|
1688
|
+
# Name of the return location.
|
1689
|
+
attr_accessor :return_location_name
|
1690
|
+
# Indicates whether the goods or services are tax-exempt or tax is not collected.
|
1691
|
+
attr_accessor :tax_exempt
|
1692
|
+
# The vehicle identification number.
|
1693
|
+
attr_accessor :vehicle_identification_number
|
1694
|
+
|
1695
|
+
def initialize(
|
1696
|
+
affiliate: nil,
|
1697
|
+
booking_number: nil,
|
1698
|
+
car_class_code: nil,
|
1699
|
+
car_make: nil,
|
1700
|
+
car_model: nil,
|
1701
|
+
company: nil,
|
1702
|
+
customer_service_phone_number: nil,
|
1703
|
+
days_rented: nil,
|
1704
|
+
delivery: nil,
|
1705
|
+
distance: nil,
|
1706
|
+
drivers: nil,
|
1707
|
+
extra_charges: nil,
|
1708
|
+
no_show: nil,
|
1709
|
+
pickup_address: nil,
|
1710
|
+
pickup_at: nil,
|
1711
|
+
pickup_location_name: nil,
|
1712
|
+
rate_amount: nil,
|
1713
|
+
rate_interval: nil,
|
1714
|
+
renter_name: nil,
|
1715
|
+
return_address: nil,
|
1716
|
+
return_at: nil,
|
1717
|
+
return_location_name: nil,
|
1718
|
+
tax_exempt: nil,
|
1719
|
+
vehicle_identification_number: nil
|
1720
|
+
)
|
1721
|
+
@affiliate = affiliate
|
1722
|
+
@booking_number = booking_number
|
1723
|
+
@car_class_code = car_class_code
|
1724
|
+
@car_make = car_make
|
1725
|
+
@car_model = car_model
|
1726
|
+
@company = company
|
1727
|
+
@customer_service_phone_number = customer_service_phone_number
|
1728
|
+
@days_rented = days_rented
|
1729
|
+
@delivery = delivery
|
1730
|
+
@distance = distance
|
1731
|
+
@drivers = drivers
|
1732
|
+
@extra_charges = extra_charges
|
1733
|
+
@no_show = no_show
|
1734
|
+
@pickup_address = pickup_address
|
1735
|
+
@pickup_at = pickup_at
|
1736
|
+
@pickup_location_name = pickup_location_name
|
1737
|
+
@rate_amount = rate_amount
|
1738
|
+
@rate_interval = rate_interval
|
1739
|
+
@renter_name = renter_name
|
1740
|
+
@return_address = return_address
|
1741
|
+
@return_at = return_at
|
1742
|
+
@return_location_name = return_location_name
|
1743
|
+
@tax_exempt = tax_exempt
|
1744
|
+
@vehicle_identification_number = vehicle_identification_number
|
1745
|
+
end
|
1746
|
+
end
|
1747
|
+
|
1748
|
+
class EventDetails < Stripe::RequestParams
|
1749
|
+
class Address < Stripe::RequestParams
|
1750
|
+
# City, district, suburb, town, or village.
|
1751
|
+
attr_accessor :city
|
1752
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
1753
|
+
attr_accessor :country
|
1754
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
1755
|
+
attr_accessor :line1
|
1756
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
1757
|
+
attr_accessor :line2
|
1758
|
+
# ZIP or postal code.
|
1759
|
+
attr_accessor :postal_code
|
1760
|
+
# State, county, province, or region.
|
1761
|
+
attr_accessor :state
|
1762
|
+
|
1763
|
+
def initialize(
|
1764
|
+
city: nil,
|
1765
|
+
country: nil,
|
1766
|
+
line1: nil,
|
1767
|
+
line2: nil,
|
1768
|
+
postal_code: nil,
|
1769
|
+
state: nil
|
1770
|
+
)
|
1771
|
+
@city = city
|
1772
|
+
@country = country
|
1773
|
+
@line1 = line1
|
1774
|
+
@line2 = line2
|
1775
|
+
@postal_code = postal_code
|
1776
|
+
@state = state
|
1777
|
+
end
|
1778
|
+
end
|
1779
|
+
|
1780
|
+
class Affiliate < Stripe::RequestParams
|
1781
|
+
# The name of the affiliate that originated the purchase.
|
1782
|
+
attr_accessor :name
|
1783
|
+
|
1784
|
+
def initialize(name: nil)
|
1785
|
+
@name = name
|
1786
|
+
end
|
1787
|
+
end
|
1788
|
+
|
1789
|
+
class Delivery < Stripe::RequestParams
|
1790
|
+
class Recipient < Stripe::RequestParams
|
1791
|
+
# The email of the recipient the ticket is delivered to.
|
1792
|
+
attr_accessor :email
|
1793
|
+
# The name of the recipient the ticket is delivered to.
|
1794
|
+
attr_accessor :name
|
1795
|
+
# The phone number of the recipient the ticket is delivered to.
|
1796
|
+
attr_accessor :phone
|
1797
|
+
|
1798
|
+
def initialize(email: nil, name: nil, phone: nil)
|
1799
|
+
@email = email
|
1800
|
+
@name = name
|
1801
|
+
@phone = phone
|
1802
|
+
end
|
1803
|
+
end
|
1804
|
+
# The delivery method for the payment
|
1805
|
+
attr_accessor :mode
|
1806
|
+
# Details of the recipient.
|
1807
|
+
attr_accessor :recipient
|
1808
|
+
|
1809
|
+
def initialize(mode: nil, recipient: nil)
|
1810
|
+
@mode = mode
|
1811
|
+
@recipient = recipient
|
1812
|
+
end
|
1813
|
+
end
|
1814
|
+
# Indicates if the tickets are digitally checked when entering the venue.
|
1815
|
+
attr_accessor :access_controlled_venue
|
1816
|
+
# The event location's address.
|
1817
|
+
attr_accessor :address
|
1818
|
+
# Affiliate details for this purchase.
|
1819
|
+
attr_accessor :affiliate
|
1820
|
+
# The name of the company
|
1821
|
+
attr_accessor :company
|
1822
|
+
# Delivery details for this purchase.
|
1823
|
+
attr_accessor :delivery
|
1824
|
+
# Event end time. Measured in seconds since the Unix epoch.
|
1825
|
+
attr_accessor :ends_at
|
1826
|
+
# Type of the event entertainment (concert, sports event etc)
|
1827
|
+
attr_accessor :genre
|
1828
|
+
# The name of the event.
|
1829
|
+
attr_accessor :name
|
1830
|
+
# Event start time. Measured in seconds since the Unix epoch.
|
1831
|
+
attr_accessor :starts_at
|
1832
|
+
|
1833
|
+
def initialize(
|
1834
|
+
access_controlled_venue: nil,
|
1835
|
+
address: nil,
|
1836
|
+
affiliate: nil,
|
1837
|
+
company: nil,
|
1838
|
+
delivery: nil,
|
1839
|
+
ends_at: nil,
|
1840
|
+
genre: nil,
|
1841
|
+
name: nil,
|
1842
|
+
starts_at: nil
|
1843
|
+
)
|
1844
|
+
@access_controlled_venue = access_controlled_venue
|
1845
|
+
@address = address
|
1846
|
+
@affiliate = affiliate
|
1847
|
+
@company = company
|
1848
|
+
@delivery = delivery
|
1849
|
+
@ends_at = ends_at
|
1850
|
+
@genre = genre
|
1851
|
+
@name = name
|
1852
|
+
@starts_at = starts_at
|
1853
|
+
end
|
1854
|
+
end
|
1855
|
+
|
1856
|
+
class Flight < Stripe::RequestParams
|
1857
|
+
class Affiliate < Stripe::RequestParams
|
1858
|
+
# The name of the affiliate that originated the purchase.
|
1859
|
+
attr_accessor :name
|
1860
|
+
|
1861
|
+
def initialize(name: nil)
|
1862
|
+
@name = name
|
1863
|
+
end
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
class Delivery < Stripe::RequestParams
|
1867
|
+
class Recipient < Stripe::RequestParams
|
1868
|
+
# The email of the recipient the ticket is delivered to.
|
1869
|
+
attr_accessor :email
|
1870
|
+
# The name of the recipient the ticket is delivered to.
|
1871
|
+
attr_accessor :name
|
1872
|
+
# The phone number of the recipient the ticket is delivered to.
|
1873
|
+
attr_accessor :phone
|
1874
|
+
|
1875
|
+
def initialize(email: nil, name: nil, phone: nil)
|
1876
|
+
@email = email
|
1877
|
+
@name = name
|
1878
|
+
@phone = phone
|
1879
|
+
end
|
1880
|
+
end
|
1881
|
+
# The delivery method for the payment
|
1882
|
+
attr_accessor :mode
|
1883
|
+
# Details of the recipient.
|
1884
|
+
attr_accessor :recipient
|
1885
|
+
|
1886
|
+
def initialize(mode: nil, recipient: nil)
|
1887
|
+
@mode = mode
|
1888
|
+
@recipient = recipient
|
1889
|
+
end
|
1890
|
+
end
|
1891
|
+
|
1892
|
+
class Passenger < Stripe::RequestParams
|
1893
|
+
# Full name of the person or entity on the flight reservation.
|
1894
|
+
attr_accessor :name
|
1895
|
+
|
1896
|
+
def initialize(name: nil)
|
1897
|
+
@name = name
|
1898
|
+
end
|
1899
|
+
end
|
1900
|
+
|
1901
|
+
class Segment < Stripe::RequestParams
|
1902
|
+
# The flight segment amount.
|
1903
|
+
attr_accessor :amount
|
1904
|
+
# The International Air Transport Association (IATA) airport code for the arrival airport.
|
1905
|
+
attr_accessor :arrival_airport
|
1906
|
+
# The arrival time for the flight segment. Measured in seconds since the Unix epoch.
|
1907
|
+
attr_accessor :arrives_at
|
1908
|
+
# The International Air Transport Association (IATA) carrier code of the carrier operating the flight segment.
|
1909
|
+
attr_accessor :carrier
|
1910
|
+
# The departure time for the flight segment. Measured in seconds since the Unix epoch.
|
1911
|
+
attr_accessor :departs_at
|
1912
|
+
# The International Air Transport Association (IATA) airport code for the departure airport.
|
1913
|
+
attr_accessor :departure_airport
|
1914
|
+
# The flight number associated with the segment
|
1915
|
+
attr_accessor :flight_number
|
1916
|
+
# The fare class for the segment.
|
1917
|
+
attr_accessor :service_class
|
1918
|
+
|
1919
|
+
def initialize(
|
1920
|
+
amount: nil,
|
1921
|
+
arrival_airport: nil,
|
1922
|
+
arrives_at: nil,
|
1923
|
+
carrier: nil,
|
1924
|
+
departs_at: nil,
|
1925
|
+
departure_airport: nil,
|
1926
|
+
flight_number: nil,
|
1927
|
+
service_class: nil
|
1928
|
+
)
|
1929
|
+
@amount = amount
|
1930
|
+
@arrival_airport = arrival_airport
|
1931
|
+
@arrives_at = arrives_at
|
1932
|
+
@carrier = carrier
|
1933
|
+
@departs_at = departs_at
|
1934
|
+
@departure_airport = departure_airport
|
1935
|
+
@flight_number = flight_number
|
1936
|
+
@service_class = service_class
|
1937
|
+
end
|
1938
|
+
end
|
1939
|
+
# Affiliate details for this purchase.
|
1940
|
+
attr_accessor :affiliate
|
1941
|
+
# The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
|
1942
|
+
attr_accessor :agency_number
|
1943
|
+
# The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
|
1944
|
+
attr_accessor :carrier
|
1945
|
+
# Delivery details for this purchase.
|
1946
|
+
attr_accessor :delivery
|
1947
|
+
# The name of the person or entity on the reservation.
|
1948
|
+
attr_accessor :passenger_name
|
1949
|
+
# The details of the passengers in the travel reservation.
|
1950
|
+
attr_accessor :passengers
|
1951
|
+
# The individual flight segments associated with the trip.
|
1952
|
+
attr_accessor :segments
|
1953
|
+
# The ticket number associated with the travel reservation.
|
1954
|
+
attr_accessor :ticket_number
|
1955
|
+
|
1956
|
+
def initialize(
|
1957
|
+
affiliate: nil,
|
1958
|
+
agency_number: nil,
|
1959
|
+
carrier: nil,
|
1960
|
+
delivery: nil,
|
1961
|
+
passenger_name: nil,
|
1962
|
+
passengers: nil,
|
1963
|
+
segments: nil,
|
1964
|
+
ticket_number: nil
|
1965
|
+
)
|
1966
|
+
@affiliate = affiliate
|
1967
|
+
@agency_number = agency_number
|
1968
|
+
@carrier = carrier
|
1969
|
+
@delivery = delivery
|
1970
|
+
@passenger_name = passenger_name
|
1971
|
+
@passengers = passengers
|
1972
|
+
@segments = segments
|
1973
|
+
@ticket_number = ticket_number
|
1974
|
+
end
|
1975
|
+
end
|
1976
|
+
|
1977
|
+
class Lodging < Stripe::RequestParams
|
1978
|
+
class Address < Stripe::RequestParams
|
1979
|
+
# City, district, suburb, town, or village.
|
1980
|
+
attr_accessor :city
|
1981
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
1982
|
+
attr_accessor :country
|
1983
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
1984
|
+
attr_accessor :line1
|
1985
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
1986
|
+
attr_accessor :line2
|
1987
|
+
# ZIP or postal code.
|
1988
|
+
attr_accessor :postal_code
|
1989
|
+
# State, county, province, or region.
|
1990
|
+
attr_accessor :state
|
1991
|
+
|
1992
|
+
def initialize(
|
1993
|
+
city: nil,
|
1994
|
+
country: nil,
|
1995
|
+
line1: nil,
|
1996
|
+
line2: nil,
|
1997
|
+
postal_code: nil,
|
1998
|
+
state: nil
|
1999
|
+
)
|
2000
|
+
@city = city
|
2001
|
+
@country = country
|
2002
|
+
@line1 = line1
|
2003
|
+
@line2 = line2
|
2004
|
+
@postal_code = postal_code
|
2005
|
+
@state = state
|
2006
|
+
end
|
2007
|
+
end
|
2008
|
+
|
2009
|
+
class Affiliate < Stripe::RequestParams
|
2010
|
+
# The name of the affiliate that originated the purchase.
|
2011
|
+
attr_accessor :name
|
2012
|
+
|
2013
|
+
def initialize(name: nil)
|
2014
|
+
@name = name
|
2015
|
+
end
|
2016
|
+
end
|
2017
|
+
|
2018
|
+
class Delivery < Stripe::RequestParams
|
2019
|
+
class Recipient < Stripe::RequestParams
|
2020
|
+
# The email of the recipient the ticket is delivered to.
|
2021
|
+
attr_accessor :email
|
2022
|
+
# The name of the recipient the ticket is delivered to.
|
2023
|
+
attr_accessor :name
|
2024
|
+
# The phone number of the recipient the ticket is delivered to.
|
2025
|
+
attr_accessor :phone
|
2026
|
+
|
2027
|
+
def initialize(email: nil, name: nil, phone: nil)
|
2028
|
+
@email = email
|
2029
|
+
@name = name
|
2030
|
+
@phone = phone
|
2031
|
+
end
|
2032
|
+
end
|
2033
|
+
# The delivery method for the payment
|
2034
|
+
attr_accessor :mode
|
2035
|
+
# Details of the recipient.
|
2036
|
+
attr_accessor :recipient
|
2037
|
+
|
2038
|
+
def initialize(mode: nil, recipient: nil)
|
2039
|
+
@mode = mode
|
2040
|
+
@recipient = recipient
|
2041
|
+
end
|
2042
|
+
end
|
2043
|
+
|
2044
|
+
class Passenger < Stripe::RequestParams
|
2045
|
+
# Full name of the person or entity on the lodging reservation.
|
2046
|
+
attr_accessor :name
|
2047
|
+
|
2048
|
+
def initialize(name: nil)
|
2049
|
+
@name = name
|
2050
|
+
end
|
2051
|
+
end
|
2052
|
+
# The lodging location's address.
|
2053
|
+
attr_accessor :address
|
2054
|
+
# The number of adults on the booking
|
2055
|
+
attr_accessor :adults
|
2056
|
+
# Affiliate details for this purchase.
|
2057
|
+
attr_accessor :affiliate
|
2058
|
+
# The booking number associated with the lodging reservation.
|
2059
|
+
attr_accessor :booking_number
|
2060
|
+
# The lodging category
|
2061
|
+
attr_accessor :category
|
2062
|
+
# Lodging check-in time. Measured in seconds since the Unix epoch.
|
2063
|
+
attr_accessor :checkin_at
|
2064
|
+
# Lodging check-out time. Measured in seconds since the Unix epoch.
|
2065
|
+
attr_accessor :checkout_at
|
2066
|
+
# The customer service phone number of the lodging company.
|
2067
|
+
attr_accessor :customer_service_phone_number
|
2068
|
+
# The daily lodging room rate.
|
2069
|
+
attr_accessor :daily_room_rate_amount
|
2070
|
+
# Delivery details for this purchase.
|
2071
|
+
attr_accessor :delivery
|
2072
|
+
# List of additional charges being billed.
|
2073
|
+
attr_accessor :extra_charges
|
2074
|
+
# Indicates whether the lodging location is compliant with the Fire Safety Act.
|
2075
|
+
attr_accessor :fire_safety_act_compliance
|
2076
|
+
# The name of the lodging location.
|
2077
|
+
attr_accessor :name
|
2078
|
+
# Indicates if the customer did not keep their booking while failing to cancel the reservation.
|
2079
|
+
attr_accessor :no_show
|
2080
|
+
# The number of rooms on the booking
|
2081
|
+
attr_accessor :number_of_rooms
|
2082
|
+
# The details of the passengers in the travel reservation
|
2083
|
+
attr_accessor :passengers
|
2084
|
+
# The phone number of the lodging location.
|
2085
|
+
attr_accessor :property_phone_number
|
2086
|
+
# The room class for this purchase.
|
2087
|
+
attr_accessor :room_class
|
2088
|
+
# The number of room nights
|
2089
|
+
attr_accessor :room_nights
|
2090
|
+
# The total tax amount associating with the room reservation.
|
2091
|
+
attr_accessor :total_room_tax_amount
|
2092
|
+
# The total tax amount
|
2093
|
+
attr_accessor :total_tax_amount
|
2094
|
+
|
2095
|
+
def initialize(
|
2096
|
+
address: nil,
|
2097
|
+
adults: nil,
|
2098
|
+
affiliate: nil,
|
2099
|
+
booking_number: nil,
|
2100
|
+
category: nil,
|
2101
|
+
checkin_at: nil,
|
2102
|
+
checkout_at: nil,
|
2103
|
+
customer_service_phone_number: nil,
|
2104
|
+
daily_room_rate_amount: nil,
|
2105
|
+
delivery: nil,
|
2106
|
+
extra_charges: nil,
|
2107
|
+
fire_safety_act_compliance: nil,
|
2108
|
+
name: nil,
|
2109
|
+
no_show: nil,
|
2110
|
+
number_of_rooms: nil,
|
2111
|
+
passengers: nil,
|
2112
|
+
property_phone_number: nil,
|
2113
|
+
room_class: nil,
|
2114
|
+
room_nights: nil,
|
2115
|
+
total_room_tax_amount: nil,
|
2116
|
+
total_tax_amount: nil
|
2117
|
+
)
|
2118
|
+
@address = address
|
2119
|
+
@adults = adults
|
2120
|
+
@affiliate = affiliate
|
2121
|
+
@booking_number = booking_number
|
2122
|
+
@category = category
|
2123
|
+
@checkin_at = checkin_at
|
2124
|
+
@checkout_at = checkout_at
|
2125
|
+
@customer_service_phone_number = customer_service_phone_number
|
2126
|
+
@daily_room_rate_amount = daily_room_rate_amount
|
2127
|
+
@delivery = delivery
|
2128
|
+
@extra_charges = extra_charges
|
2129
|
+
@fire_safety_act_compliance = fire_safety_act_compliance
|
2130
|
+
@name = name
|
2131
|
+
@no_show = no_show
|
2132
|
+
@number_of_rooms = number_of_rooms
|
2133
|
+
@passengers = passengers
|
2134
|
+
@property_phone_number = property_phone_number
|
2135
|
+
@room_class = room_class
|
2136
|
+
@room_nights = room_nights
|
2137
|
+
@total_room_tax_amount = total_room_tax_amount
|
2138
|
+
@total_tax_amount = total_tax_amount
|
2139
|
+
end
|
2140
|
+
end
|
2141
|
+
|
2142
|
+
class Subscription < Stripe::RequestParams
|
2143
|
+
class Affiliate < Stripe::RequestParams
|
2144
|
+
# The name of the affiliate that originated the purchase.
|
2145
|
+
attr_accessor :name
|
2146
|
+
|
2147
|
+
def initialize(name: nil)
|
2148
|
+
@name = name
|
2149
|
+
end
|
2150
|
+
end
|
2151
|
+
|
2152
|
+
class BillingInterval < Stripe::RequestParams
|
2153
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
2154
|
+
attr_accessor :count
|
2155
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
2156
|
+
attr_accessor :interval
|
2157
|
+
|
2158
|
+
def initialize(count: nil, interval: nil)
|
2159
|
+
@count = count
|
2160
|
+
@interval = interval
|
2161
|
+
end
|
2162
|
+
end
|
2163
|
+
# Affiliate details for this purchase.
|
2164
|
+
attr_accessor :affiliate
|
2165
|
+
# Info whether the subscription will be auto renewed upon expiry.
|
2166
|
+
attr_accessor :auto_renewal
|
2167
|
+
# Subscription billing details for this purchase.
|
2168
|
+
attr_accessor :billing_interval
|
2169
|
+
# Subscription end time. Measured in seconds since the Unix epoch.
|
2170
|
+
attr_accessor :ends_at
|
2171
|
+
# Name of the product on subscription. e.g. Apple Music Subscription
|
2172
|
+
attr_accessor :name
|
2173
|
+
# Subscription start time. Measured in seconds since the Unix epoch.
|
2174
|
+
attr_accessor :starts_at
|
2175
|
+
|
2176
|
+
def initialize(
|
2177
|
+
affiliate: nil,
|
2178
|
+
auto_renewal: nil,
|
2179
|
+
billing_interval: nil,
|
2180
|
+
ends_at: nil,
|
2181
|
+
name: nil,
|
2182
|
+
starts_at: nil
|
2183
|
+
)
|
2184
|
+
@affiliate = affiliate
|
2185
|
+
@auto_renewal = auto_renewal
|
2186
|
+
@billing_interval = billing_interval
|
2187
|
+
@ends_at = ends_at
|
2188
|
+
@name = name
|
2189
|
+
@starts_at = starts_at
|
2190
|
+
end
|
2191
|
+
end
|
2192
|
+
# Car rental details for this PaymentIntent.
|
2193
|
+
attr_accessor :car_rental
|
2194
|
+
# 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.
|
2195
|
+
attr_accessor :customer_reference
|
2196
|
+
# Event details for this PaymentIntent
|
2197
|
+
attr_accessor :event_details
|
2198
|
+
# Flight reservation details for this PaymentIntent
|
2199
|
+
attr_accessor :flight
|
2200
|
+
# Lodging reservation details for this PaymentIntent
|
2201
|
+
attr_accessor :lodging
|
2202
|
+
# A unique value assigned by the business to identify the transaction.
|
2203
|
+
attr_accessor :order_reference
|
2204
|
+
# Subscription details for this PaymentIntent
|
2205
|
+
attr_accessor :subscription
|
2206
|
+
|
2207
|
+
def initialize(
|
2208
|
+
car_rental: nil,
|
2209
|
+
customer_reference: nil,
|
2210
|
+
event_details: nil,
|
2211
|
+
flight: nil,
|
2212
|
+
lodging: nil,
|
2213
|
+
order_reference: nil,
|
2214
|
+
subscription: nil
|
2215
|
+
)
|
2216
|
+
@car_rental = car_rental
|
2217
|
+
@customer_reference = customer_reference
|
2218
|
+
@event_details = event_details
|
2219
|
+
@flight = flight
|
2220
|
+
@lodging = lodging
|
2221
|
+
@order_reference = order_reference
|
2222
|
+
@subscription = subscription
|
2223
|
+
end
|
2224
|
+
end
|
2225
|
+
|
1401
2226
|
class Shipping < Stripe::RequestParams
|
1402
2227
|
class Address < Stripe::RequestParams
|
1403
2228
|
# City, district, suburb, town, or village.
|
@@ -1458,6 +2283,8 @@ module Stripe
|
|
1458
2283
|
attr_accessor :fraud_details
|
1459
2284
|
# 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`.
|
1460
2285
|
attr_accessor :metadata
|
2286
|
+
# Provides industry-specific information about the charge.
|
2287
|
+
attr_accessor :payment_details
|
1461
2288
|
# 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.
|
1462
2289
|
attr_accessor :receipt_email
|
1463
2290
|
# Shipping information for the charge. Helps prevent fraud on charges for physical goods.
|
@@ -1471,6 +2298,7 @@ module Stripe
|
|
1471
2298
|
expand: nil,
|
1472
2299
|
fraud_details: nil,
|
1473
2300
|
metadata: nil,
|
2301
|
+
payment_details: nil,
|
1474
2302
|
receipt_email: nil,
|
1475
2303
|
shipping: nil,
|
1476
2304
|
transfer_group: nil
|
@@ -1480,6 +2308,7 @@ module Stripe
|
|
1480
2308
|
@expand = expand
|
1481
2309
|
@fraud_details = fraud_details
|
1482
2310
|
@metadata = metadata
|
2311
|
+
@payment_details = payment_details
|
1483
2312
|
@receipt_email = receipt_email
|
1484
2313
|
@shipping = shipping
|
1485
2314
|
@transfer_group = transfer_group
|
@@ -1505,6 +2334,711 @@ module Stripe
|
|
1505
2334
|
end
|
1506
2335
|
|
1507
2336
|
class CaptureParams < Stripe::RequestParams
|
2337
|
+
class PaymentDetails < Stripe::RequestParams
|
2338
|
+
class CarRental < Stripe::RequestParams
|
2339
|
+
class Affiliate < Stripe::RequestParams
|
2340
|
+
# The name of the affiliate that originated the purchase.
|
2341
|
+
attr_accessor :name
|
2342
|
+
|
2343
|
+
def initialize(name: nil)
|
2344
|
+
@name = name
|
2345
|
+
end
|
2346
|
+
end
|
2347
|
+
|
2348
|
+
class Delivery < Stripe::RequestParams
|
2349
|
+
class Recipient < Stripe::RequestParams
|
2350
|
+
# The email of the recipient the ticket is delivered to.
|
2351
|
+
attr_accessor :email
|
2352
|
+
# The name of the recipient the ticket is delivered to.
|
2353
|
+
attr_accessor :name
|
2354
|
+
# The phone number of the recipient the ticket is delivered to.
|
2355
|
+
attr_accessor :phone
|
2356
|
+
|
2357
|
+
def initialize(email: nil, name: nil, phone: nil)
|
2358
|
+
@email = email
|
2359
|
+
@name = name
|
2360
|
+
@phone = phone
|
2361
|
+
end
|
2362
|
+
end
|
2363
|
+
# The delivery method for the payment
|
2364
|
+
attr_accessor :mode
|
2365
|
+
# Details of the recipient.
|
2366
|
+
attr_accessor :recipient
|
2367
|
+
|
2368
|
+
def initialize(mode: nil, recipient: nil)
|
2369
|
+
@mode = mode
|
2370
|
+
@recipient = recipient
|
2371
|
+
end
|
2372
|
+
end
|
2373
|
+
|
2374
|
+
class Distance < Stripe::RequestParams
|
2375
|
+
# Distance traveled.
|
2376
|
+
attr_accessor :amount
|
2377
|
+
# Unit of measurement for the distance traveled. One of `miles` or `kilometers`.
|
2378
|
+
attr_accessor :unit
|
2379
|
+
|
2380
|
+
def initialize(amount: nil, unit: nil)
|
2381
|
+
@amount = amount
|
2382
|
+
@unit = unit
|
2383
|
+
end
|
2384
|
+
end
|
2385
|
+
|
2386
|
+
class Driver < Stripe::RequestParams
|
2387
|
+
# Driver's identification number.
|
2388
|
+
attr_accessor :driver_identification_number
|
2389
|
+
# Driver's tax number.
|
2390
|
+
attr_accessor :driver_tax_number
|
2391
|
+
# Full name of the person or entity on the car reservation.
|
2392
|
+
attr_accessor :name
|
2393
|
+
|
2394
|
+
def initialize(driver_identification_number: nil, driver_tax_number: nil, name: nil)
|
2395
|
+
@driver_identification_number = driver_identification_number
|
2396
|
+
@driver_tax_number = driver_tax_number
|
2397
|
+
@name = name
|
2398
|
+
end
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
class PickupAddress < Stripe::RequestParams
|
2402
|
+
# City, district, suburb, town, or village.
|
2403
|
+
attr_accessor :city
|
2404
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
2405
|
+
attr_accessor :country
|
2406
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
2407
|
+
attr_accessor :line1
|
2408
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
2409
|
+
attr_accessor :line2
|
2410
|
+
# ZIP or postal code.
|
2411
|
+
attr_accessor :postal_code
|
2412
|
+
# State, county, province, or region.
|
2413
|
+
attr_accessor :state
|
2414
|
+
|
2415
|
+
def initialize(
|
2416
|
+
city: nil,
|
2417
|
+
country: nil,
|
2418
|
+
line1: nil,
|
2419
|
+
line2: nil,
|
2420
|
+
postal_code: nil,
|
2421
|
+
state: nil
|
2422
|
+
)
|
2423
|
+
@city = city
|
2424
|
+
@country = country
|
2425
|
+
@line1 = line1
|
2426
|
+
@line2 = line2
|
2427
|
+
@postal_code = postal_code
|
2428
|
+
@state = state
|
2429
|
+
end
|
2430
|
+
end
|
2431
|
+
|
2432
|
+
class ReturnAddress < Stripe::RequestParams
|
2433
|
+
# City, district, suburb, town, or village.
|
2434
|
+
attr_accessor :city
|
2435
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
2436
|
+
attr_accessor :country
|
2437
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
2438
|
+
attr_accessor :line1
|
2439
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
2440
|
+
attr_accessor :line2
|
2441
|
+
# ZIP or postal code.
|
2442
|
+
attr_accessor :postal_code
|
2443
|
+
# State, county, province, or region.
|
2444
|
+
attr_accessor :state
|
2445
|
+
|
2446
|
+
def initialize(
|
2447
|
+
city: nil,
|
2448
|
+
country: nil,
|
2449
|
+
line1: nil,
|
2450
|
+
line2: nil,
|
2451
|
+
postal_code: nil,
|
2452
|
+
state: nil
|
2453
|
+
)
|
2454
|
+
@city = city
|
2455
|
+
@country = country
|
2456
|
+
@line1 = line1
|
2457
|
+
@line2 = line2
|
2458
|
+
@postal_code = postal_code
|
2459
|
+
@state = state
|
2460
|
+
end
|
2461
|
+
end
|
2462
|
+
# Affiliate details for this purchase.
|
2463
|
+
attr_accessor :affiliate
|
2464
|
+
# The booking number associated with the car rental.
|
2465
|
+
attr_accessor :booking_number
|
2466
|
+
# Class code of the car.
|
2467
|
+
attr_accessor :car_class_code
|
2468
|
+
# Make of the car.
|
2469
|
+
attr_accessor :car_make
|
2470
|
+
# Model of the car.
|
2471
|
+
attr_accessor :car_model
|
2472
|
+
# The name of the rental car company.
|
2473
|
+
attr_accessor :company
|
2474
|
+
# The customer service phone number of the car rental company.
|
2475
|
+
attr_accessor :customer_service_phone_number
|
2476
|
+
# Number of days the car is being rented.
|
2477
|
+
attr_accessor :days_rented
|
2478
|
+
# Delivery details for this purchase.
|
2479
|
+
attr_accessor :delivery
|
2480
|
+
# The details of the distance traveled during the rental period.
|
2481
|
+
attr_accessor :distance
|
2482
|
+
# The details of the passengers in the travel reservation
|
2483
|
+
attr_accessor :drivers
|
2484
|
+
# List of additional charges being billed.
|
2485
|
+
attr_accessor :extra_charges
|
2486
|
+
# Indicates if the customer did not keep nor cancel their booking.
|
2487
|
+
attr_accessor :no_show
|
2488
|
+
# Car pick-up address.
|
2489
|
+
attr_accessor :pickup_address
|
2490
|
+
# Car pick-up time. Measured in seconds since the Unix epoch.
|
2491
|
+
attr_accessor :pickup_at
|
2492
|
+
# Name of the pickup location.
|
2493
|
+
attr_accessor :pickup_location_name
|
2494
|
+
# Rental rate.
|
2495
|
+
attr_accessor :rate_amount
|
2496
|
+
# The frequency at which the rate amount is applied. One of `day`, `week` or `month`
|
2497
|
+
attr_accessor :rate_interval
|
2498
|
+
# The name of the person or entity renting the car.
|
2499
|
+
attr_accessor :renter_name
|
2500
|
+
# Car return address.
|
2501
|
+
attr_accessor :return_address
|
2502
|
+
# Car return time. Measured in seconds since the Unix epoch.
|
2503
|
+
attr_accessor :return_at
|
2504
|
+
# Name of the return location.
|
2505
|
+
attr_accessor :return_location_name
|
2506
|
+
# Indicates whether the goods or services are tax-exempt or tax is not collected.
|
2507
|
+
attr_accessor :tax_exempt
|
2508
|
+
# The vehicle identification number.
|
2509
|
+
attr_accessor :vehicle_identification_number
|
2510
|
+
|
2511
|
+
def initialize(
|
2512
|
+
affiliate: nil,
|
2513
|
+
booking_number: nil,
|
2514
|
+
car_class_code: nil,
|
2515
|
+
car_make: nil,
|
2516
|
+
car_model: nil,
|
2517
|
+
company: nil,
|
2518
|
+
customer_service_phone_number: nil,
|
2519
|
+
days_rented: nil,
|
2520
|
+
delivery: nil,
|
2521
|
+
distance: nil,
|
2522
|
+
drivers: nil,
|
2523
|
+
extra_charges: nil,
|
2524
|
+
no_show: nil,
|
2525
|
+
pickup_address: nil,
|
2526
|
+
pickup_at: nil,
|
2527
|
+
pickup_location_name: nil,
|
2528
|
+
rate_amount: nil,
|
2529
|
+
rate_interval: nil,
|
2530
|
+
renter_name: nil,
|
2531
|
+
return_address: nil,
|
2532
|
+
return_at: nil,
|
2533
|
+
return_location_name: nil,
|
2534
|
+
tax_exempt: nil,
|
2535
|
+
vehicle_identification_number: nil
|
2536
|
+
)
|
2537
|
+
@affiliate = affiliate
|
2538
|
+
@booking_number = booking_number
|
2539
|
+
@car_class_code = car_class_code
|
2540
|
+
@car_make = car_make
|
2541
|
+
@car_model = car_model
|
2542
|
+
@company = company
|
2543
|
+
@customer_service_phone_number = customer_service_phone_number
|
2544
|
+
@days_rented = days_rented
|
2545
|
+
@delivery = delivery
|
2546
|
+
@distance = distance
|
2547
|
+
@drivers = drivers
|
2548
|
+
@extra_charges = extra_charges
|
2549
|
+
@no_show = no_show
|
2550
|
+
@pickup_address = pickup_address
|
2551
|
+
@pickup_at = pickup_at
|
2552
|
+
@pickup_location_name = pickup_location_name
|
2553
|
+
@rate_amount = rate_amount
|
2554
|
+
@rate_interval = rate_interval
|
2555
|
+
@renter_name = renter_name
|
2556
|
+
@return_address = return_address
|
2557
|
+
@return_at = return_at
|
2558
|
+
@return_location_name = return_location_name
|
2559
|
+
@tax_exempt = tax_exempt
|
2560
|
+
@vehicle_identification_number = vehicle_identification_number
|
2561
|
+
end
|
2562
|
+
end
|
2563
|
+
|
2564
|
+
class EventDetails < Stripe::RequestParams
|
2565
|
+
class Address < Stripe::RequestParams
|
2566
|
+
# City, district, suburb, town, or village.
|
2567
|
+
attr_accessor :city
|
2568
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
2569
|
+
attr_accessor :country
|
2570
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
2571
|
+
attr_accessor :line1
|
2572
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
2573
|
+
attr_accessor :line2
|
2574
|
+
# ZIP or postal code.
|
2575
|
+
attr_accessor :postal_code
|
2576
|
+
# State, county, province, or region.
|
2577
|
+
attr_accessor :state
|
2578
|
+
|
2579
|
+
def initialize(
|
2580
|
+
city: nil,
|
2581
|
+
country: nil,
|
2582
|
+
line1: nil,
|
2583
|
+
line2: nil,
|
2584
|
+
postal_code: nil,
|
2585
|
+
state: nil
|
2586
|
+
)
|
2587
|
+
@city = city
|
2588
|
+
@country = country
|
2589
|
+
@line1 = line1
|
2590
|
+
@line2 = line2
|
2591
|
+
@postal_code = postal_code
|
2592
|
+
@state = state
|
2593
|
+
end
|
2594
|
+
end
|
2595
|
+
|
2596
|
+
class Affiliate < Stripe::RequestParams
|
2597
|
+
# The name of the affiliate that originated the purchase.
|
2598
|
+
attr_accessor :name
|
2599
|
+
|
2600
|
+
def initialize(name: nil)
|
2601
|
+
@name = name
|
2602
|
+
end
|
2603
|
+
end
|
2604
|
+
|
2605
|
+
class Delivery < Stripe::RequestParams
|
2606
|
+
class Recipient < Stripe::RequestParams
|
2607
|
+
# The email of the recipient the ticket is delivered to.
|
2608
|
+
attr_accessor :email
|
2609
|
+
# The name of the recipient the ticket is delivered to.
|
2610
|
+
attr_accessor :name
|
2611
|
+
# The phone number of the recipient the ticket is delivered to.
|
2612
|
+
attr_accessor :phone
|
2613
|
+
|
2614
|
+
def initialize(email: nil, name: nil, phone: nil)
|
2615
|
+
@email = email
|
2616
|
+
@name = name
|
2617
|
+
@phone = phone
|
2618
|
+
end
|
2619
|
+
end
|
2620
|
+
# The delivery method for the payment
|
2621
|
+
attr_accessor :mode
|
2622
|
+
# Details of the recipient.
|
2623
|
+
attr_accessor :recipient
|
2624
|
+
|
2625
|
+
def initialize(mode: nil, recipient: nil)
|
2626
|
+
@mode = mode
|
2627
|
+
@recipient = recipient
|
2628
|
+
end
|
2629
|
+
end
|
2630
|
+
# Indicates if the tickets are digitally checked when entering the venue.
|
2631
|
+
attr_accessor :access_controlled_venue
|
2632
|
+
# The event location's address.
|
2633
|
+
attr_accessor :address
|
2634
|
+
# Affiliate details for this purchase.
|
2635
|
+
attr_accessor :affiliate
|
2636
|
+
# The name of the company
|
2637
|
+
attr_accessor :company
|
2638
|
+
# Delivery details for this purchase.
|
2639
|
+
attr_accessor :delivery
|
2640
|
+
# Event end time. Measured in seconds since the Unix epoch.
|
2641
|
+
attr_accessor :ends_at
|
2642
|
+
# Type of the event entertainment (concert, sports event etc)
|
2643
|
+
attr_accessor :genre
|
2644
|
+
# The name of the event.
|
2645
|
+
attr_accessor :name
|
2646
|
+
# Event start time. Measured in seconds since the Unix epoch.
|
2647
|
+
attr_accessor :starts_at
|
2648
|
+
|
2649
|
+
def initialize(
|
2650
|
+
access_controlled_venue: nil,
|
2651
|
+
address: nil,
|
2652
|
+
affiliate: nil,
|
2653
|
+
company: nil,
|
2654
|
+
delivery: nil,
|
2655
|
+
ends_at: nil,
|
2656
|
+
genre: nil,
|
2657
|
+
name: nil,
|
2658
|
+
starts_at: nil
|
2659
|
+
)
|
2660
|
+
@access_controlled_venue = access_controlled_venue
|
2661
|
+
@address = address
|
2662
|
+
@affiliate = affiliate
|
2663
|
+
@company = company
|
2664
|
+
@delivery = delivery
|
2665
|
+
@ends_at = ends_at
|
2666
|
+
@genre = genre
|
2667
|
+
@name = name
|
2668
|
+
@starts_at = starts_at
|
2669
|
+
end
|
2670
|
+
end
|
2671
|
+
|
2672
|
+
class Flight < Stripe::RequestParams
|
2673
|
+
class Affiliate < Stripe::RequestParams
|
2674
|
+
# The name of the affiliate that originated the purchase.
|
2675
|
+
attr_accessor :name
|
2676
|
+
|
2677
|
+
def initialize(name: nil)
|
2678
|
+
@name = name
|
2679
|
+
end
|
2680
|
+
end
|
2681
|
+
|
2682
|
+
class Delivery < Stripe::RequestParams
|
2683
|
+
class Recipient < Stripe::RequestParams
|
2684
|
+
# The email of the recipient the ticket is delivered to.
|
2685
|
+
attr_accessor :email
|
2686
|
+
# The name of the recipient the ticket is delivered to.
|
2687
|
+
attr_accessor :name
|
2688
|
+
# The phone number of the recipient the ticket is delivered to.
|
2689
|
+
attr_accessor :phone
|
2690
|
+
|
2691
|
+
def initialize(email: nil, name: nil, phone: nil)
|
2692
|
+
@email = email
|
2693
|
+
@name = name
|
2694
|
+
@phone = phone
|
2695
|
+
end
|
2696
|
+
end
|
2697
|
+
# The delivery method for the payment
|
2698
|
+
attr_accessor :mode
|
2699
|
+
# Details of the recipient.
|
2700
|
+
attr_accessor :recipient
|
2701
|
+
|
2702
|
+
def initialize(mode: nil, recipient: nil)
|
2703
|
+
@mode = mode
|
2704
|
+
@recipient = recipient
|
2705
|
+
end
|
2706
|
+
end
|
2707
|
+
|
2708
|
+
class Passenger < Stripe::RequestParams
|
2709
|
+
# Full name of the person or entity on the flight reservation.
|
2710
|
+
attr_accessor :name
|
2711
|
+
|
2712
|
+
def initialize(name: nil)
|
2713
|
+
@name = name
|
2714
|
+
end
|
2715
|
+
end
|
2716
|
+
|
2717
|
+
class Segment < Stripe::RequestParams
|
2718
|
+
# The flight segment amount.
|
2719
|
+
attr_accessor :amount
|
2720
|
+
# The International Air Transport Association (IATA) airport code for the arrival airport.
|
2721
|
+
attr_accessor :arrival_airport
|
2722
|
+
# The arrival time for the flight segment. Measured in seconds since the Unix epoch.
|
2723
|
+
attr_accessor :arrives_at
|
2724
|
+
# The International Air Transport Association (IATA) carrier code of the carrier operating the flight segment.
|
2725
|
+
attr_accessor :carrier
|
2726
|
+
# The departure time for the flight segment. Measured in seconds since the Unix epoch.
|
2727
|
+
attr_accessor :departs_at
|
2728
|
+
# The International Air Transport Association (IATA) airport code for the departure airport.
|
2729
|
+
attr_accessor :departure_airport
|
2730
|
+
# The flight number associated with the segment
|
2731
|
+
attr_accessor :flight_number
|
2732
|
+
# The fare class for the segment.
|
2733
|
+
attr_accessor :service_class
|
2734
|
+
|
2735
|
+
def initialize(
|
2736
|
+
amount: nil,
|
2737
|
+
arrival_airport: nil,
|
2738
|
+
arrives_at: nil,
|
2739
|
+
carrier: nil,
|
2740
|
+
departs_at: nil,
|
2741
|
+
departure_airport: nil,
|
2742
|
+
flight_number: nil,
|
2743
|
+
service_class: nil
|
2744
|
+
)
|
2745
|
+
@amount = amount
|
2746
|
+
@arrival_airport = arrival_airport
|
2747
|
+
@arrives_at = arrives_at
|
2748
|
+
@carrier = carrier
|
2749
|
+
@departs_at = departs_at
|
2750
|
+
@departure_airport = departure_airport
|
2751
|
+
@flight_number = flight_number
|
2752
|
+
@service_class = service_class
|
2753
|
+
end
|
2754
|
+
end
|
2755
|
+
# Affiliate details for this purchase.
|
2756
|
+
attr_accessor :affiliate
|
2757
|
+
# The agency number (i.e. International Air Transport Association (IATA) agency number) of the travel agency that made the booking.
|
2758
|
+
attr_accessor :agency_number
|
2759
|
+
# The International Air Transport Association (IATA) carrier code of the carrier that issued the ticket.
|
2760
|
+
attr_accessor :carrier
|
2761
|
+
# Delivery details for this purchase.
|
2762
|
+
attr_accessor :delivery
|
2763
|
+
# The name of the person or entity on the reservation.
|
2764
|
+
attr_accessor :passenger_name
|
2765
|
+
# The details of the passengers in the travel reservation.
|
2766
|
+
attr_accessor :passengers
|
2767
|
+
# The individual flight segments associated with the trip.
|
2768
|
+
attr_accessor :segments
|
2769
|
+
# The ticket number associated with the travel reservation.
|
2770
|
+
attr_accessor :ticket_number
|
2771
|
+
|
2772
|
+
def initialize(
|
2773
|
+
affiliate: nil,
|
2774
|
+
agency_number: nil,
|
2775
|
+
carrier: nil,
|
2776
|
+
delivery: nil,
|
2777
|
+
passenger_name: nil,
|
2778
|
+
passengers: nil,
|
2779
|
+
segments: nil,
|
2780
|
+
ticket_number: nil
|
2781
|
+
)
|
2782
|
+
@affiliate = affiliate
|
2783
|
+
@agency_number = agency_number
|
2784
|
+
@carrier = carrier
|
2785
|
+
@delivery = delivery
|
2786
|
+
@passenger_name = passenger_name
|
2787
|
+
@passengers = passengers
|
2788
|
+
@segments = segments
|
2789
|
+
@ticket_number = ticket_number
|
2790
|
+
end
|
2791
|
+
end
|
2792
|
+
|
2793
|
+
class Lodging < Stripe::RequestParams
|
2794
|
+
class Address < Stripe::RequestParams
|
2795
|
+
# City, district, suburb, town, or village.
|
2796
|
+
attr_accessor :city
|
2797
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
2798
|
+
attr_accessor :country
|
2799
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
2800
|
+
attr_accessor :line1
|
2801
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
2802
|
+
attr_accessor :line2
|
2803
|
+
# ZIP or postal code.
|
2804
|
+
attr_accessor :postal_code
|
2805
|
+
# State, county, province, or region.
|
2806
|
+
attr_accessor :state
|
2807
|
+
|
2808
|
+
def initialize(
|
2809
|
+
city: nil,
|
2810
|
+
country: nil,
|
2811
|
+
line1: nil,
|
2812
|
+
line2: nil,
|
2813
|
+
postal_code: nil,
|
2814
|
+
state: nil
|
2815
|
+
)
|
2816
|
+
@city = city
|
2817
|
+
@country = country
|
2818
|
+
@line1 = line1
|
2819
|
+
@line2 = line2
|
2820
|
+
@postal_code = postal_code
|
2821
|
+
@state = state
|
2822
|
+
end
|
2823
|
+
end
|
2824
|
+
|
2825
|
+
class Affiliate < Stripe::RequestParams
|
2826
|
+
# The name of the affiliate that originated the purchase.
|
2827
|
+
attr_accessor :name
|
2828
|
+
|
2829
|
+
def initialize(name: nil)
|
2830
|
+
@name = name
|
2831
|
+
end
|
2832
|
+
end
|
2833
|
+
|
2834
|
+
class Delivery < Stripe::RequestParams
|
2835
|
+
class Recipient < Stripe::RequestParams
|
2836
|
+
# The email of the recipient the ticket is delivered to.
|
2837
|
+
attr_accessor :email
|
2838
|
+
# The name of the recipient the ticket is delivered to.
|
2839
|
+
attr_accessor :name
|
2840
|
+
# The phone number of the recipient the ticket is delivered to.
|
2841
|
+
attr_accessor :phone
|
2842
|
+
|
2843
|
+
def initialize(email: nil, name: nil, phone: nil)
|
2844
|
+
@email = email
|
2845
|
+
@name = name
|
2846
|
+
@phone = phone
|
2847
|
+
end
|
2848
|
+
end
|
2849
|
+
# The delivery method for the payment
|
2850
|
+
attr_accessor :mode
|
2851
|
+
# Details of the recipient.
|
2852
|
+
attr_accessor :recipient
|
2853
|
+
|
2854
|
+
def initialize(mode: nil, recipient: nil)
|
2855
|
+
@mode = mode
|
2856
|
+
@recipient = recipient
|
2857
|
+
end
|
2858
|
+
end
|
2859
|
+
|
2860
|
+
class Passenger < Stripe::RequestParams
|
2861
|
+
# Full name of the person or entity on the lodging reservation.
|
2862
|
+
attr_accessor :name
|
2863
|
+
|
2864
|
+
def initialize(name: nil)
|
2865
|
+
@name = name
|
2866
|
+
end
|
2867
|
+
end
|
2868
|
+
# The lodging location's address.
|
2869
|
+
attr_accessor :address
|
2870
|
+
# The number of adults on the booking
|
2871
|
+
attr_accessor :adults
|
2872
|
+
# Affiliate details for this purchase.
|
2873
|
+
attr_accessor :affiliate
|
2874
|
+
# The booking number associated with the lodging reservation.
|
2875
|
+
attr_accessor :booking_number
|
2876
|
+
# The lodging category
|
2877
|
+
attr_accessor :category
|
2878
|
+
# Lodging check-in time. Measured in seconds since the Unix epoch.
|
2879
|
+
attr_accessor :checkin_at
|
2880
|
+
# Lodging check-out time. Measured in seconds since the Unix epoch.
|
2881
|
+
attr_accessor :checkout_at
|
2882
|
+
# The customer service phone number of the lodging company.
|
2883
|
+
attr_accessor :customer_service_phone_number
|
2884
|
+
# The daily lodging room rate.
|
2885
|
+
attr_accessor :daily_room_rate_amount
|
2886
|
+
# Delivery details for this purchase.
|
2887
|
+
attr_accessor :delivery
|
2888
|
+
# List of additional charges being billed.
|
2889
|
+
attr_accessor :extra_charges
|
2890
|
+
# Indicates whether the lodging location is compliant with the Fire Safety Act.
|
2891
|
+
attr_accessor :fire_safety_act_compliance
|
2892
|
+
# The name of the lodging location.
|
2893
|
+
attr_accessor :name
|
2894
|
+
# Indicates if the customer did not keep their booking while failing to cancel the reservation.
|
2895
|
+
attr_accessor :no_show
|
2896
|
+
# The number of rooms on the booking
|
2897
|
+
attr_accessor :number_of_rooms
|
2898
|
+
# The details of the passengers in the travel reservation
|
2899
|
+
attr_accessor :passengers
|
2900
|
+
# The phone number of the lodging location.
|
2901
|
+
attr_accessor :property_phone_number
|
2902
|
+
# The room class for this purchase.
|
2903
|
+
attr_accessor :room_class
|
2904
|
+
# The number of room nights
|
2905
|
+
attr_accessor :room_nights
|
2906
|
+
# The total tax amount associating with the room reservation.
|
2907
|
+
attr_accessor :total_room_tax_amount
|
2908
|
+
# The total tax amount
|
2909
|
+
attr_accessor :total_tax_amount
|
2910
|
+
|
2911
|
+
def initialize(
|
2912
|
+
address: nil,
|
2913
|
+
adults: nil,
|
2914
|
+
affiliate: nil,
|
2915
|
+
booking_number: nil,
|
2916
|
+
category: nil,
|
2917
|
+
checkin_at: nil,
|
2918
|
+
checkout_at: nil,
|
2919
|
+
customer_service_phone_number: nil,
|
2920
|
+
daily_room_rate_amount: nil,
|
2921
|
+
delivery: nil,
|
2922
|
+
extra_charges: nil,
|
2923
|
+
fire_safety_act_compliance: nil,
|
2924
|
+
name: nil,
|
2925
|
+
no_show: nil,
|
2926
|
+
number_of_rooms: nil,
|
2927
|
+
passengers: nil,
|
2928
|
+
property_phone_number: nil,
|
2929
|
+
room_class: nil,
|
2930
|
+
room_nights: nil,
|
2931
|
+
total_room_tax_amount: nil,
|
2932
|
+
total_tax_amount: nil
|
2933
|
+
)
|
2934
|
+
@address = address
|
2935
|
+
@adults = adults
|
2936
|
+
@affiliate = affiliate
|
2937
|
+
@booking_number = booking_number
|
2938
|
+
@category = category
|
2939
|
+
@checkin_at = checkin_at
|
2940
|
+
@checkout_at = checkout_at
|
2941
|
+
@customer_service_phone_number = customer_service_phone_number
|
2942
|
+
@daily_room_rate_amount = daily_room_rate_amount
|
2943
|
+
@delivery = delivery
|
2944
|
+
@extra_charges = extra_charges
|
2945
|
+
@fire_safety_act_compliance = fire_safety_act_compliance
|
2946
|
+
@name = name
|
2947
|
+
@no_show = no_show
|
2948
|
+
@number_of_rooms = number_of_rooms
|
2949
|
+
@passengers = passengers
|
2950
|
+
@property_phone_number = property_phone_number
|
2951
|
+
@room_class = room_class
|
2952
|
+
@room_nights = room_nights
|
2953
|
+
@total_room_tax_amount = total_room_tax_amount
|
2954
|
+
@total_tax_amount = total_tax_amount
|
2955
|
+
end
|
2956
|
+
end
|
2957
|
+
|
2958
|
+
class Subscription < Stripe::RequestParams
|
2959
|
+
class Affiliate < Stripe::RequestParams
|
2960
|
+
# The name of the affiliate that originated the purchase.
|
2961
|
+
attr_accessor :name
|
2962
|
+
|
2963
|
+
def initialize(name: nil)
|
2964
|
+
@name = name
|
2965
|
+
end
|
2966
|
+
end
|
2967
|
+
|
2968
|
+
class BillingInterval < Stripe::RequestParams
|
2969
|
+
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
2970
|
+
attr_accessor :count
|
2971
|
+
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
2972
|
+
attr_accessor :interval
|
2973
|
+
|
2974
|
+
def initialize(count: nil, interval: nil)
|
2975
|
+
@count = count
|
2976
|
+
@interval = interval
|
2977
|
+
end
|
2978
|
+
end
|
2979
|
+
# Affiliate details for this purchase.
|
2980
|
+
attr_accessor :affiliate
|
2981
|
+
# Info whether the subscription will be auto renewed upon expiry.
|
2982
|
+
attr_accessor :auto_renewal
|
2983
|
+
# Subscription billing details for this purchase.
|
2984
|
+
attr_accessor :billing_interval
|
2985
|
+
# Subscription end time. Measured in seconds since the Unix epoch.
|
2986
|
+
attr_accessor :ends_at
|
2987
|
+
# Name of the product on subscription. e.g. Apple Music Subscription
|
2988
|
+
attr_accessor :name
|
2989
|
+
# Subscription start time. Measured in seconds since the Unix epoch.
|
2990
|
+
attr_accessor :starts_at
|
2991
|
+
|
2992
|
+
def initialize(
|
2993
|
+
affiliate: nil,
|
2994
|
+
auto_renewal: nil,
|
2995
|
+
billing_interval: nil,
|
2996
|
+
ends_at: nil,
|
2997
|
+
name: nil,
|
2998
|
+
starts_at: nil
|
2999
|
+
)
|
3000
|
+
@affiliate = affiliate
|
3001
|
+
@auto_renewal = auto_renewal
|
3002
|
+
@billing_interval = billing_interval
|
3003
|
+
@ends_at = ends_at
|
3004
|
+
@name = name
|
3005
|
+
@starts_at = starts_at
|
3006
|
+
end
|
3007
|
+
end
|
3008
|
+
# Car rental details for this PaymentIntent.
|
3009
|
+
attr_accessor :car_rental
|
3010
|
+
# 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.
|
3011
|
+
attr_accessor :customer_reference
|
3012
|
+
# Event details for this PaymentIntent
|
3013
|
+
attr_accessor :event_details
|
3014
|
+
# Flight reservation details for this PaymentIntent
|
3015
|
+
attr_accessor :flight
|
3016
|
+
# Lodging reservation details for this PaymentIntent
|
3017
|
+
attr_accessor :lodging
|
3018
|
+
# A unique value assigned by the business to identify the transaction.
|
3019
|
+
attr_accessor :order_reference
|
3020
|
+
# Subscription details for this PaymentIntent
|
3021
|
+
attr_accessor :subscription
|
3022
|
+
|
3023
|
+
def initialize(
|
3024
|
+
car_rental: nil,
|
3025
|
+
customer_reference: nil,
|
3026
|
+
event_details: nil,
|
3027
|
+
flight: nil,
|
3028
|
+
lodging: nil,
|
3029
|
+
order_reference: nil,
|
3030
|
+
subscription: nil
|
3031
|
+
)
|
3032
|
+
@car_rental = car_rental
|
3033
|
+
@customer_reference = customer_reference
|
3034
|
+
@event_details = event_details
|
3035
|
+
@flight = flight
|
3036
|
+
@lodging = lodging
|
3037
|
+
@order_reference = order_reference
|
3038
|
+
@subscription = subscription
|
3039
|
+
end
|
3040
|
+
end
|
3041
|
+
|
1508
3042
|
class TransferData < Stripe::RequestParams
|
1509
3043
|
# The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.
|
1510
3044
|
attr_accessor :amount
|
@@ -1521,6 +3055,8 @@ module Stripe
|
|
1521
3055
|
attr_accessor :application_fee_amount
|
1522
3056
|
# Specifies which fields in the response should be expanded.
|
1523
3057
|
attr_accessor :expand
|
3058
|
+
# Provides industry-specific information about the charge.
|
3059
|
+
attr_accessor :payment_details
|
1524
3060
|
# The email address to send this charge's receipt to. This will override the previously-specified email address for this charge, if one was set. Receipts will not be sent in test mode.
|
1525
3061
|
attr_accessor :receipt_email
|
1526
3062
|
# For a non-card charge, text that appears on the customer's statement as the statement descriptor. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).
|
@@ -1539,6 +3075,7 @@ module Stripe
|
|
1539
3075
|
application_fee: nil,
|
1540
3076
|
application_fee_amount: nil,
|
1541
3077
|
expand: nil,
|
3078
|
+
payment_details: nil,
|
1542
3079
|
receipt_email: nil,
|
1543
3080
|
statement_descriptor: nil,
|
1544
3081
|
statement_descriptor_suffix: nil,
|
@@ -1549,6 +3086,7 @@ module Stripe
|
|
1549
3086
|
@application_fee = application_fee
|
1550
3087
|
@application_fee_amount = application_fee_amount
|
1551
3088
|
@expand = expand
|
3089
|
+
@payment_details = payment_details
|
1552
3090
|
@receipt_email = receipt_email
|
1553
3091
|
@statement_descriptor = statement_descriptor
|
1554
3092
|
@statement_descriptor_suffix = statement_descriptor_suffix
|