stripe 15.5.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +5 -2
- data/lib/stripe/api_resource.rb +3 -0
- data/lib/stripe/api_version.rb +2 -2
- data/lib/stripe/event_types.rb +20 -6
- data/lib/stripe/events/unknown_event_notification.rb +19 -0
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +115 -15
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +93 -6
- data/lib/stripe/events/v2_core_event_destination_ping_event.rb +35 -12
- data/lib/stripe/object_types.rb +3 -2
- data/lib/stripe/params/account_capability_list_params.rb +13 -0
- data/lib/stripe/params/account_capability_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_capability_update_params.rb +18 -0
- data/lib/stripe/params/account_create_params.rb +2083 -0
- data/lib/stripe/params/account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_create_params.rb +134 -0
- data/lib/stripe/params/account_external_account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_list_params.rb +25 -0
- data/lib/stripe/params/account_external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_external_account_update_params.rb +91 -0
- data/lib/stripe/params/account_link_create_params.rb +52 -0
- data/lib/stripe/params/account_list_params.rb +42 -0
- data/lib/stripe/params/account_login_link_create_params.rb +13 -0
- data/lib/stripe/params/account_person_create_params.rb +435 -0
- data/lib/stripe/params/account_person_delete_params.rb +6 -0
- data/lib/stripe/params/account_person_list_params.rb +61 -0
- data/lib/stripe/params/account_person_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_person_update_params.rb +435 -0
- data/lib/stripe/params/account_persons_params.rb +61 -0
- data/lib/stripe/params/account_reject_params.rb +16 -0
- data/lib/stripe/params/account_retrieve_current_params.rb +13 -0
- data/lib/stripe/params/account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_session_create_params.rb +598 -0
- data/lib/stripe/params/account_update_params.rb +2030 -0
- data/lib/stripe/params/apple_pay_domain_create_params.rb +16 -0
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +6 -0
- data/lib/stripe/params/apple_pay_domain_list_params.rb +31 -0
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_list_params.rb +52 -0
- data/lib/stripe/params/application_fee_refund_create_params.rb +19 -0
- data/lib/stripe/params/application_fee_refund_list_params.rb +22 -0
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_refund_update_params.rb +16 -0
- data/lib/stripe/params/application_fee_retrieve_params.rb +13 -0
- data/lib/stripe/params/apps/secret_create_params.rb +38 -0
- data/lib/stripe/params/apps/secret_delete_where_params.rb +32 -0
- data/lib/stripe/params/apps/secret_find_params.rb +32 -0
- data/lib/stripe/params/apps/secret_list_params.rb +38 -0
- data/lib/stripe/params/balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_update_params.rb +67 -0
- data/lib/stripe/params/balance_transaction_list_params.rb +64 -0
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/billing/alert_activate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_archive_params.rb +15 -0
- data/lib/stripe/params/billing/alert_create_params.rb +52 -0
- data/lib/stripe/params/billing/alert_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_list_params.rb +37 -0
- data/lib/stripe/params/billing/alert_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +54 -0
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +37 -0
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +103 -0
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +33 -0
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_update_params.rb +21 -0
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +15 -0
- data/lib/stripe/params/billing/meter_create_params.rb +70 -0
- data/lib/stripe/params/billing/meter_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +32 -0
- data/lib/stripe/params/billing/meter_event_create_params.rb +27 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +45 -0
- data/lib/stripe/params/billing/meter_list_params.rb +27 -0
- data/lib/stripe/params/billing/meter_reactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/meter_update_params.rb +18 -0
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +225 -0
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +37 -0
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +231 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +179 -0
- data/lib/stripe/params/charge_capture_params.rb +57 -0
- data/lib/stripe/params/charge_create_params.rb +172 -0
- data/lib/stripe/params/charge_list_params.rb +60 -0
- data/lib/stripe/params/charge_retrieve_params.rb +13 -0
- data/lib/stripe/params/charge_search_params.rb +22 -0
- data/lib/stripe/params/charge_update_params.rb +102 -0
- data/lib/stripe/params/checkout/session_create_params.rb +2445 -0
- data/lib/stripe/params/checkout/session_expire_params.rb +15 -0
- data/lib/stripe/params/checkout/session_line_item_list_params.rb +24 -0
- data/lib/stripe/params/checkout/session_list_line_items_params.rb +24 -0
- data/lib/stripe/params/checkout/session_list_params.rb +83 -0
- data/lib/stripe/params/checkout/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/checkout/session_update_params.rb +179 -0
- data/lib/stripe/params/climate/order_cancel_params.rb +15 -0
- data/lib/stripe/params/climate/order_create_params.rb +49 -0
- data/lib/stripe/params/climate/order_list_params.rb +24 -0
- data/lib/stripe/params/climate/order_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/order_update_params.rb +29 -0
- data/lib/stripe/params/climate/product_list_params.rb +24 -0
- data/lib/stripe/params/climate/product_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/supplier_list_params.rb +24 -0
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +15 -0
- data/lib/stripe/params/confirmation_token_create_params.rb +650 -0
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +13 -0
- data/lib/stripe/params/country_spec_list_params.rb +22 -0
- data/lib/stripe/params/country_spec_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_create_params.rb +80 -0
- data/lib/stripe/params/coupon_delete_params.rb +6 -0
- data/lib/stripe/params/coupon_list_params.rb +42 -0
- data/lib/stripe/params/coupon_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_update_params.rb +30 -0
- data/lib/stripe/params/credit_note_create_params.rb +144 -0
- data/lib/stripe/params/credit_note_line_item_list_params.rb +22 -0
- data/lib/stripe/params/credit_note_list_params.rb +56 -0
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_params.rb +144 -0
- data/lib/stripe/params/credit_note_retrieve_params.rb +13 -0
- data/lib/stripe/params/credit_note_update_params.rb +19 -0
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +25 -0
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +19 -0
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_update_params.rb +24 -0
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +46 -0
- data/lib/stripe/params/customer_create_params.rb +259 -0
- data/lib/stripe/params/customer_delete_discount_params.rb +6 -0
- data/lib/stripe/params/customer_delete_params.rb +6 -0
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +22 -0
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +46 -0
- data/lib/stripe/params/customer_list_params.rb +56 -0
- data/lib/stripe/params/customer_list_payment_methods_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_list_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_create_params.rb +22 -0
- data/lib/stripe/params/customer_payment_source_delete_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_list_params.rb +25 -0
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_update_params.rb +114 -0
- data/lib/stripe/params/customer_payment_source_verify_params.rb +16 -0
- data/lib/stripe/params/customer_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +13 -0
- data/lib/stripe/params/customer_search_params.rb +22 -0
- data/lib/stripe/params/customer_session_create_params.rb +100 -0
- data/lib/stripe/params/customer_tax_id_create_params.rb +19 -0
- data/lib/stripe/params/customer_tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/customer_tax_id_list_params.rb +22 -0
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_update_params.rb +243 -0
- data/lib/stripe/params/dispute_close_params.rb +13 -0
- data/lib/stripe/params/dispute_list_params.rb +56 -0
- data/lib/stripe/params/dispute_retrieve_params.rb +13 -0
- data/lib/stripe/params/dispute_update_params.rb +308 -0
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +33 -0
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_create_params.rb +24 -0
- data/lib/stripe/params/entitlements/feature_list_params.rb +37 -0
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_update_params.rb +24 -0
- data/lib/stripe/params/ephemeral_key_create_params.rb +31 -0
- data/lib/stripe/params/ephemeral_key_delete_params.rb +13 -0
- data/lib/stripe/params/event_list_params.rb +60 -0
- data/lib/stripe/params/event_retrieve_params.rb +13 -0
- data/lib/stripe/params/exchange_rate_list_params.rb +22 -0
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_create_params.rb +36 -0
- data/lib/stripe/params/file_link_create_params.rb +22 -0
- data/lib/stripe/params/file_link_list_params.rb +56 -0
- data/lib/stripe/params/file_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_link_update_params.rb +19 -0
- data/lib/stripe/params/file_list_params.rb +52 -0
- data/lib/stripe/params/file_retrieve_params.rb +13 -0
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +48 -0
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +65 -0
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +67 -0
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/forwarding/request_create_params.rb +59 -0
- data/lib/stripe/params/forwarding/request_list_params.rb +44 -0
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +107 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_session_redact_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_update_params.rb +69 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_attach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_create_params.rb +589 -0
- data/lib/stripe/params/invoice_create_preview_params.rb +993 -0
- data/lib/stripe/params/invoice_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +145 -0
- data/lib/stripe/params/invoice_item_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_item_list_params.rb +60 -0
- data/lib/stripe/params/invoice_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_item_update_params.rb +129 -0
- data/lib/stripe/params/invoice_line_item_list_params.rb +22 -0
- data/lib/stripe/params/invoice_line_item_update_params.rb +217 -0
- data/lib/stripe/params/invoice_list_params.rb +86 -0
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +13 -0
- data/lib/stripe/params/invoice_pay_params.rb +41 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +50 -0
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_remove_lines_params.rb +30 -0
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +13 -0
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +25 -0
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +16 -0
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +13 -0
- data/lib/stripe/params/invoice_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_search_params.rb +22 -0
- data/lib/stripe/params/invoice_send_invoice_params.rb +13 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_update_params.rb +557 -0
- data/lib/stripe/params/invoice_void_invoice_params.rb +13 -0
- data/lib/stripe/params/issuing/authorization_approve_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_capture_params.rb +265 -0
- data/lib/stripe/params/issuing/authorization_create_params.rb +357 -0
- data/lib/stripe/params/issuing/authorization_decline_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_expire_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +143 -0
- data/lib/stripe/params/issuing/authorization_increment_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_list_params.rb +62 -0
- data/lib/stripe/params/issuing/authorization_respond_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_update_params.rb +18 -0
- data/lib/stripe/params/issuing/card_create_params.rb +213 -0
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_fail_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_list_params.rb +78 -0
- data/lib/stripe/params/issuing/card_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/card_return_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_ship_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_submit_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_update_params.rb +181 -0
- data/lib/stripe/params/issuing/cardholder_create_params.rb +238 -0
- data/lib/stripe/params/issuing/cardholder_list_params.rb +66 -0
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/cardholder_update_params.rb +230 -0
- data/lib/stripe/params/issuing/dispute_create_params.rb +297 -0
- data/lib/stripe/params/issuing/dispute_list_params.rb +58 -0
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_submit_params.rb +18 -0
- data/lib/stripe/params/issuing/dispute_update_params.rb +275 -0
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +75 -0
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +52 -0
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +29 -0
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +75 -0
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +37 -0
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_list_params.rb +58 -0
- data/lib/stripe/params/issuing/token_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_update_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +62 -0
- data/lib/stripe/params/issuing/transaction_refund_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_update_params.rb +18 -0
- data/lib/stripe/params/mandate_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +23 -0
- data/lib/stripe/params/payment_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +54 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +2379 -0
- data/lib/stripe/params/payment_intent_create_params.rb +2480 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +48 -0
- data/lib/stripe/params/payment_intent_list_params.rb +52 -0
- data/lib/stripe/params/payment_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/payment_intent_search_params.rb +22 -0
- data/lib/stripe/params/payment_intent_update_params.rb +2353 -0
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/payment_link_create_params.rb +776 -0
- data/lib/stripe/params/payment_link_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_line_items_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_params.rb +25 -0
- data/lib/stripe/params/payment_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_link_update_params.rb +564 -0
- data/lib/stripe/params/payment_method_attach_params.rb +16 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +1135 -0
- data/lib/stripe/params/payment_method_configuration_list_params.rb +31 -0
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +1135 -0
- data/lib/stripe/params/payment_method_create_params.rb +583 -0
- data/lib/stripe/params/payment_method_detach_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_create_params.rb +19 -0
- data/lib/stripe/params/payment_method_domain_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_update_params.rb +16 -0
- data/lib/stripe/params/payment_method_domain_validate_params.rb +13 -0
- data/lib/stripe/params/payment_method_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_update_params.rb +120 -0
- data/lib/stripe/params/payout_cancel_params.rb +13 -0
- data/lib/stripe/params/payout_create_params.rb +51 -0
- data/lib/stripe/params/payout_list_params.rb +78 -0
- data/lib/stripe/params/payout_retrieve_params.rb +13 -0
- data/lib/stripe/params/payout_reverse_params.rb +16 -0
- data/lib/stripe/params/payout_update_params.rb +16 -0
- data/lib/stripe/params/plan_create_params.rb +158 -0
- data/lib/stripe/params/plan_delete_params.rb +6 -0
- data/lib/stripe/params/plan_list_params.rb +56 -0
- data/lib/stripe/params/plan_retrieve_params.rb +13 -0
- data/lib/stripe/params/plan_update_params.rb +35 -0
- data/lib/stripe/params/price_create_params.rb +278 -0
- data/lib/stripe/params/price_list_params.rb +87 -0
- data/lib/stripe/params/price_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_search_params.rb +22 -0
- data/lib/stripe/params/price_update_params.rb +113 -0
- data/lib/stripe/params/product_create_params.rb +243 -0
- data/lib/stripe/params/product_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_create_params.rb +16 -0
- data/lib/stripe/params/product_feature_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_list_params.rb +22 -0
- data/lib/stripe/params/product_feature_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_list_params.rb +68 -0
- data/lib/stripe/params/product_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_search_params.rb +22 -0
- data/lib/stripe/params/product_update_params.rb +96 -0
- data/lib/stripe/params/promotion_code_create_params.rb +91 -0
- data/lib/stripe/params/promotion_code_list_params.rb +64 -0
- data/lib/stripe/params/promotion_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/promotion_code_update_params.rb +38 -0
- data/lib/stripe/params/quote_accept_params.rb +13 -0
- data/lib/stripe/params/quote_cancel_params.rb +13 -0
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +22 -0
- data/lib/stripe/params/quote_create_params.rb +301 -0
- data/lib/stripe/params/quote_finalize_quote_params.rb +16 -0
- data/lib/stripe/params/quote_line_item_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +39 -0
- data/lib/stripe/params/quote_pdf_params.rb +13 -0
- data/lib/stripe/params/quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +263 -0
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +58 -0
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_create_params.rb +27 -0
- data/lib/stripe/params/radar/value_list_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_create_params.rb +21 -0
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_update_params.rb +24 -0
- data/lib/stripe/params/refund_cancel_params.rb +13 -0
- data/lib/stripe/params/refund_create_params.rb +59 -0
- data/lib/stripe/params/refund_expire_params.rb +13 -0
- data/lib/stripe/params/refund_list_params.rb +56 -0
- data/lib/stripe/params/refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/refund_update_params.rb +16 -0
- data/lib/stripe/params/reporting/report_run_create_params.rb +59 -0
- data/lib/stripe/params/reporting/report_run_list_params.rb +44 -0
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_list_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +15 -0
- data/lib/stripe/params/review_approve_params.rb +13 -0
- data/lib/stripe/params/review_list_params.rb +42 -0
- data/lib/stripe/params/review_retrieve_params.rb +13 -0
- data/lib/stripe/params/setup_attempt_list_params.rb +55 -0
- data/lib/stripe/params/setup_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +1050 -0
- data/lib/stripe/params/setup_intent_create_params.rb +1130 -0
- data/lib/stripe/params/setup_intent_list_params.rb +62 -0
- data/lib/stripe/params/setup_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/setup_intent_update_params.rb +1025 -0
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +103 -0
- data/lib/stripe/params/shipping_rate_list_params.rb +56 -0
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/shipping_rate_update_params.rb +44 -0
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +24 -0
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/source_create_params.rb +317 -0
- data/lib/stripe/params/source_detach_params.rb +13 -0
- data/lib/stripe/params/source_retrieve_params.rb +16 -0
- data/lib/stripe/params/source_transaction_list_params.rb +22 -0
- data/lib/stripe/params/source_update_params.rb +259 -0
- data/lib/stripe/params/source_verify_params.rb +16 -0
- data/lib/stripe/params/subscription_cancel_params.rb +33 -0
- data/lib/stripe/params/subscription_create_params.rb +704 -0
- data/lib/stripe/params/subscription_delete_discount_params.rb +6 -0
- data/lib/stripe/params/subscription_item_create_params.rb +134 -0
- data/lib/stripe/params/subscription_item_delete_params.rb +19 -0
- data/lib/stripe/params/subscription_item_list_params.rb +31 -0
- data/lib/stripe/params/subscription_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_item_update_params.rb +134 -0
- data/lib/stripe/params/subscription_list_params.rb +129 -0
- data/lib/stripe/params/subscription_migrate_params.rb +35 -0
- data/lib/stripe/params/subscription_resume_params.rb +27 -0
- data/lib/stripe/params/subscription_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +19 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +590 -0
- data/lib/stripe/params/subscription_schedule_list_params.rb +122 -0
- data/lib/stripe/params/subscription_schedule_release_params.rb +16 -0
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +562 -0
- data/lib/stripe/params/subscription_search_params.rb +22 -0
- data/lib/stripe/params/subscription_update_params.rb +683 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +206 -0
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +24 -0
- data/lib/stripe/params/tax/calculation_list_line_items_params.rb +24 -0
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +2018 -0
- data/lib/stripe/params/tax/registration_list_params.rb +27 -0
- data/lib/stripe/params/tax/registration_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_update_params.rb +21 -0
- data/lib/stripe/params/tax/settings_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/settings_update_params.rb +71 -0
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +27 -0
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +87 -0
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +24 -0
- data/lib/stripe/params/tax/transaction_list_line_items_params.rb +24 -0
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_code_list_params.rb +22 -0
- data/lib/stripe/params/tax_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_id_create_params.rb +36 -0
- data/lib/stripe/params/tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/tax_id_list_params.rb +39 -0
- data/lib/stripe/params/tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_create_params.rb +55 -0
- data/lib/stripe/params/tax_rate_list_params.rb +56 -0
- data/lib/stripe/params/tax_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_update_params.rb +47 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +593 -0
- data/lib/stripe/params/terminal/configuration_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/configuration_list_params.rb +33 -0
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +593 -0
- data/lib/stripe/params/terminal/connection_token_create_params.rb +18 -0
- data/lib/stripe/params/terminal/location_create_params.rb +153 -0
- data/lib/stripe/params/terminal/location_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/location_list_params.rb +24 -0
- data/lib/stripe/params/terminal/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/location_update_params.rb +153 -0
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +96 -0
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +51 -0
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +29 -0
- data/lib/stripe/params/terminal/reader_create_params.rb +27 -0
- data/lib/stripe/params/terminal/reader_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/reader_list_params.rb +45 -0
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +72 -0
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +55 -0
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +32 -0
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +53 -0
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +52 -0
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +18 -0
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_update_params.rb +21 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +652 -0
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +24 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +267 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +359 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +145 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +23 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +31 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +20 -0
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +15 -0
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +74 -0
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +20 -0
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +17 -0
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +18 -0
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +21 -0
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +8 -0
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +24 -0
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +68 -0
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +68 -0
- data/lib/stripe/params/token_create_params.rb +1191 -0
- data/lib/stripe/params/token_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_cancel_params.rb +13 -0
- data/lib/stripe/params/topup_create_params.rb +43 -0
- data/lib/stripe/params/topup_list_params.rb +74 -0
- data/lib/stripe/params/topup_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_update_params.rb +19 -0
- data/lib/stripe/params/transfer_create_params.rb +47 -0
- data/lib/stripe/params/transfer_list_params.rb +56 -0
- data/lib/stripe/params/transfer_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_create_params.rb +31 -0
- data/lib/stripe/params/transfer_reversal_list_params.rb +22 -0
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_update_params.rb +16 -0
- data/lib/stripe/params/transfer_update_params.rb +19 -0
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +41 -0
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +45 -0
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_close_params.rb +32 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +201 -0
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_list_params.rb +54 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_update_params.rb +216 -0
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +45 -0
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +26 -0
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +190 -0
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +62 -0
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +55 -0
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +81 -0
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +55 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_credit_list_params.rb +49 -0
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/received_debit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_debit_list_params.rb +37 -0
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +84 -0
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_list_params.rb +92 -0
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +31 -0
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +33 -0
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +10 -0
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +41 -0
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +79 -0
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +47 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +10 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +39 -0
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +6 -0
- data/lib/stripe/params/webhook_endpoint_list_params.rb +22 -0
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +13 -0
- data/lib/stripe/params/webhook_endpoint_update_params.rb +35 -0
- data/lib/stripe/params.rb +588 -0
- data/lib/stripe/request_options.rb +14 -5
- data/lib/stripe/resources/account.rb +448 -4265
- data/lib/stripe/resources/account_link.rb +8 -47
- data/lib/stripe/resources/account_session.rb +340 -657
- data/lib/stripe/resources/apple_pay_domain.rb +8 -40
- data/lib/stripe/resources/application.rb +8 -0
- data/lib/stripe/resources/application_fee.rb +12 -44
- data/lib/stripe/resources/application_fee_refund.rb +8 -0
- data/lib/stripe/resources/apps/secret.rb +12 -112
- data/lib/stripe/resources/balance.rb +159 -0
- data/lib/stripe/resources/balance_settings.rb +92 -0
- data/lib/stripe/resources/balance_transaction.rb +12 -56
- data/lib/stripe/resources/bank_account.rb +40 -0
- data/lib/stripe/resources/billing/alert.rb +20 -100
- data/lib/stripe/resources/billing/alert_triggered.rb +8 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +48 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +73 -29
- data/lib/stripe/resources/billing/credit_grant.rb +42 -151
- data/lib/stripe/resources/billing/meter.rb +40 -116
- data/lib/stripe/resources/billing/meter_event.rb +8 -20
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +12 -22
- data/lib/stripe/resources/billing/meter_event_summary.rb +8 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +120 -473
- data/lib/stripe/resources/billing_portal/session.rb +98 -170
- data/lib/stripe/resources/capability.rb +56 -0
- data/lib/stripe/resources/card.rb +17 -1
- data/lib/stripe/resources/cash_balance.rb +16 -0
- data/lib/stripe/resources/charge.rb +958 -414
- data/lib/stripe/resources/checkout/session.rb +1039 -2501
- data/lib/stripe/resources/climate/order.rb +28 -89
- data/lib/stripe/resources/climate/product.rb +13 -15
- data/lib/stripe/resources/climate/supplier.rb +13 -15
- data/lib/stripe/resources/confirmation_token.rb +895 -683
- data/lib/stripe/resources/connect_collection_transfer.rb +8 -0
- data/lib/stripe/resources/country_spec.rb +29 -15
- data/lib/stripe/resources/coupon.rb +19 -137
- data/lib/stripe/resources/credit_note.rb +66 -504
- data/lib/stripe/resources/credit_note_line_item.rb +44 -0
- data/lib/stripe/resources/customer.rb +81 -675
- data/lib/stripe/resources/customer_balance_transaction.rb +8 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +108 -0
- data/lib/stripe/resources/customer_session.rb +49 -93
- data/lib/stripe/resources/discount.rb +24 -4
- data/lib/stripe/resources/dispute.rb +159 -365
- data/lib/stripe/resources/entitlements/active_entitlement.rb +8 -26
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +8 -0
- data/lib/stripe/resources/entitlements/feature.rb +8 -66
- data/lib/stripe/resources/ephemeral_key.rb +8 -8
- data/lib/stripe/resources/event.rb +20 -52
- data/lib/stripe/resources/exchange_rate.rb +18 -17
- data/lib/stripe/resources/file.rb +8 -79
- data/lib/stripe/resources/file_link.rb +8 -84
- data/lib/stripe/resources/financial_connections/account.rb +66 -110
- data/lib/stripe/resources/financial_connections/account_owner.rb +8 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +8 -0
- data/lib/stripe/resources/financial_connections/session.rb +20 -55
- data/lib/stripe/resources/financial_connections/transaction.rb +12 -57
- data/lib/stripe/resources/forwarding/request.rb +48 -93
- data/lib/stripe/resources/funding_instructions.rb +217 -24
- data/lib/stripe/resources/identity/verification_report.rb +165 -56
- data/lib/stripe/resources/identity/verification_session.rb +124 -237
- data/lib/stripe/resources/invoice.rb +489 -2882
- data/lib/stripe/resources/invoice_item.rb +69 -309
- data/lib/stripe/resources/invoice_line_item.rb +126 -199
- data/lib/stripe/resources/invoice_payment.rb +20 -42
- data/lib/stripe/resources/invoice_rendering_template.rb +8 -38
- data/lib/stripe/resources/issuing/authorization.rb +173 -836
- data/lib/stripe/resources/issuing/card.rb +98 -499
- data/lib/stripe/resources/issuing/cardholder.rb +108 -514
- data/lib/stripe/resources/issuing/dispute.rb +93 -620
- data/lib/stripe/resources/issuing/personalization_design.rb +32 -221
- data/lib/stripe/resources/issuing/physical_bundle.rb +13 -28
- data/lib/stripe/resources/issuing/token.rb +57 -60
- data/lib/stripe/resources/issuing/transaction.rb +147 -696
- data/lib/stripe/resources/line_item.rb +24 -0
- data/lib/stripe/resources/login_link.rb +8 -0
- data/lib/stripe/resources/mandate.rb +225 -12
- data/lib/stripe/resources/payment_intent.rb +1129 -7346
- data/lib/stripe/resources/payment_link.rb +333 -1357
- data/lib/stripe/resources/payment_method.rb +807 -784
- data/lib/stripe/resources/payment_method_configuration.rb +940 -2311
- data/lib/stripe/resources/payment_method_domain.rb +107 -63
- data/lib/stripe/resources/payout.rb +12 -150
- data/lib/stripe/resources/person.rb +184 -4
- data/lib/stripe/resources/plan.rb +20 -235
- data/lib/stripe/resources/price.rb +66 -480
- data/lib/stripe/resources/product.rb +23 -411
- data/lib/stripe/resources/product_feature.rb +8 -0
- data/lib/stripe/resources/promotion_code.rb +40 -172
- data/lib/stripe/resources/quote.rb +219 -651
- data/lib/stripe/resources/radar/early_fraud_warning.rb +8 -51
- data/lib/stripe/resources/radar/value_list.rb +8 -92
- data/lib/stripe/resources/radar/value_list_item.rb +8 -68
- data/lib/stripe/resources/refund.rb +367 -152
- data/lib/stripe/resources/reporting/report_run.rb +12 -93
- data/lib/stripe/resources/reporting/report_type.rb +8 -8
- data/lib/stripe/resources/reserve_transaction.rb +8 -0
- data/lib/stripe/resources/reversal.rb +8 -0
- data/lib/stripe/resources/review.rb +20 -43
- data/lib/stripe/resources/setup_attempt.rb +286 -65
- data/lib/stripe/resources/setup_intent.rb +336 -3359
- data/lib/stripe/resources/shipping_rate.rb +44 -187
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +13 -15
- data/lib/stripe/resources/source.rb +268 -583
- data/lib/stripe/resources/source_mandate_notification.rb +32 -0
- data/lib/stripe/resources/source_transaction.rb +54 -0
- data/lib/stripe/resources/subscription.rb +272 -1581
- data/lib/stripe/resources/subscription_item.rb +12 -298
- data/lib/stripe/resources/subscription_schedule.rb +236 -1282
- data/lib/stripe/resources/tax/calculation.rb +111 -220
- data/lib/stripe/resources/tax/calculation_line_item.rb +32 -0
- data/lib/stripe/resources/tax/registration.rb +1274 -2096
- data/lib/stripe/resources/tax/settings.rb +61 -64
- data/lib/stripe/resources/tax/transaction.rb +95 -122
- data/lib/stripe/resources/tax/transaction_line_item.rb +16 -0
- data/lib/stripe/resources/tax_code.rb +8 -17
- data/lib/stripe/resources/tax_deducted_at_source.rb +8 -0
- data/lib/stripe/resources/tax_id.rb +20 -65
- data/lib/stripe/resources/tax_rate.rb +12 -142
- data/lib/stripe/resources/terminal/configuration.rb +302 -1173
- data/lib/stripe/resources/terminal/connection_token.rb +8 -11
- data/lib/stripe/resources/terminal/location.rb +72 -126
- data/lib/stripe/resources/terminal/reader.rb +237 -501
- data/lib/stripe/resources/test_helpers/test_clock.rb +20 -43
- data/lib/stripe/resources/token.rb +8 -1191
- data/lib/stripe/resources/topup.rb +8 -132
- data/lib/stripe/resources/transfer.rb +8 -109
- data/lib/stripe/resources/treasury/credit_reversal.rb +12 -46
- data/lib/stripe/resources/treasury/debit_reversal.rb +20 -50
- data/lib/stripe/resources/treasury/financial_account.rb +55 -639
- data/lib/stripe/resources/treasury/financial_account_features.rb +192 -0
- data/lib/stripe/resources/treasury/inbound_transfer.rb +67 -115
- data/lib/stripe/resources/treasury/outbound_payment.rb +104 -334
- data/lib/stripe/resources/treasury/outbound_transfer.rb +95 -200
- data/lib/stripe/resources/treasury/received_credit.rb +78 -101
- data/lib/stripe/resources/treasury/received_debit.rb +70 -89
- data/lib/stripe/resources/treasury/transaction.rb +32 -82
- data/lib/stripe/resources/treasury/transaction_entry.rb +20 -74
- data/lib/stripe/resources/v2/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +8 -0
- data/lib/stripe/resources/v2/core/event.rb +67 -0
- data/lib/stripe/resources/v2/core/event_destination.rb +119 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +62 -0
- data/lib/stripe/resources/v2/deleted_object.rb +21 -0
- data/lib/stripe/resources/webhook_endpoint.rb +8 -85
- data/lib/stripe/resources.rb +4 -2
- data/lib/stripe/services/account_capability_service.rb +0 -32
- data/lib/stripe/services/account_external_account_service.rb +0 -249
- data/lib/stripe/services/account_link_service.rb +0 -48
- data/lib/stripe/services/account_login_link_service.rb +0 -9
- data/lib/stripe/services/account_person_service.rb +0 -958
- data/lib/stripe/services/account_service.rb +0 -4149
- data/lib/stripe/services/account_session_service.rb +0 -637
- data/lib/stripe/services/apple_pay_domain_service.rb +0 -50
- data/lib/stripe/services/application_fee_refund_service.rb +0 -54
- data/lib/stripe/services/application_fee_service.rb +0 -57
- data/lib/stripe/services/apps/secret_service.rb +0 -116
- data/lib/stripe/services/balance_service.rb +0 -9
- data/lib/stripe/services/balance_settings_service.rb +30 -0
- data/lib/stripe/services/balance_transaction_service.rb +0 -69
- data/lib/stripe/services/billing/alert_service.rb +0 -113
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +0 -48
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -40
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -166
- data/lib/stripe/services/billing/meter_event_adjustment_service.rb +0 -26
- data/lib/stripe/services/billing/meter_event_service.rb +0 -21
- data/lib/stripe/services/billing/meter_event_summary_service.rb +0 -39
- data/lib/stripe/services/billing/meter_service.rb +0 -130
- data/lib/stripe/services/billing_portal/configuration_service.rb +0 -486
- data/lib/stripe/services/billing_portal/session_service.rb +0 -173
- data/lib/stripe/services/charge_service.rb +0 -402
- data/lib/stripe/services/checkout/session_line_item_service.rb +0 -18
- data/lib/stripe/services/checkout/session_service.rb +0 -2494
- data/lib/stripe/services/climate/order_service.rb +0 -102
- data/lib/stripe/services/climate/product_service.rb +0 -27
- data/lib/stripe/services/climate/supplier_service.rb +0 -27
- data/lib/stripe/services/confirmation_token_service.rb +0 -9
- data/lib/stripe/services/country_spec_service.rb +0 -27
- data/lib/stripe/services/coupon_service.rb +0 -151
- data/lib/stripe/services/credit_note_line_item_service.rb +0 -18
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -152
- data/lib/stripe/services/credit_note_service.rb +0 -365
- data/lib/stripe/services/customer_balance_transaction_service.rb +0 -63
- data/lib/stripe/services/customer_cash_balance_service.rb +0 -29
- data/lib/stripe/services/customer_cash_balance_transaction_service.rb +0 -27
- data/lib/stripe/services/customer_funding_instructions_service.rb +0 -42
- data/lib/stripe/services/customer_payment_method_service.rb +0 -40
- data/lib/stripe/services/customer_payment_source_service.rb +0 -179
- data/lib/stripe/services/customer_service.rb +0 -575
- data/lib/stripe/services/customer_session_service.rb +0 -96
- data/lib/stripe/services/customer_tax_id_service.rb +0 -44
- data/lib/stripe/services/dispute_service.rb +0 -374
- data/lib/stripe/services/entitlements/active_entitlement_service.rb +0 -36
- data/lib/stripe/services/entitlements/feature_service.rb +0 -76
- data/lib/stripe/services/ephemeral_key_service.rb +0 -36
- data/lib/stripe/services/event_service.rb +0 -65
- data/lib/stripe/services/exchange_rate_service.rb +4 -27
- data/lib/stripe/services/file_link_service.rb +0 -94
- data/lib/stripe/services/file_service.rb +0 -89
- data/lib/stripe/services/financial_connections/account_owner_service.rb +0 -27
- data/lib/stripe/services/financial_connections/account_service.rb +0 -96
- data/lib/stripe/services/financial_connections/session_service.rb +0 -68
- data/lib/stripe/services/financial_connections/transaction_service.rb +0 -70
- data/lib/stripe/services/forwarding/request_service.rb +0 -106
- data/lib/stripe/services/identity/verification_report_service.rb +0 -65
- data/lib/stripe/services/identity/verification_session_service.rb +0 -247
- data/lib/stripe/services/invoice_item_service.rb +0 -333
- data/lib/stripe/services/invoice_line_item_service.rb +0 -221
- data/lib/stripe/services/invoice_payment_service.rb +0 -55
- data/lib/stripe/services/invoice_rendering_template_service.rb +0 -51
- data/lib/stripe/services/invoice_service.rb +0 -2778
- data/lib/stripe/services/issuing/authorization_service.rb +0 -104
- data/lib/stripe/services/issuing/card_service.rb +0 -463
- data/lib/stripe/services/issuing/cardholder_service.rb +0 -525
- data/lib/stripe/services/issuing/dispute_service.rb +0 -633
- data/lib/stripe/services/issuing/personalization_design_service.rb +0 -193
- data/lib/stripe/services/issuing/physical_bundle_service.rb +0 -40
- data/lib/stripe/services/issuing/token_service.rb +0 -73
- data/lib/stripe/services/issuing/transaction_service.rb +0 -77
- data/lib/stripe/services/mandate_service.rb +0 -9
- data/lib/stripe/services/payment_intent_service.rb +0 -7332
- data/lib/stripe/services/payment_link_line_item_service.rb +0 -18
- data/lib/stripe/services/payment_link_service.rb +0 -1352
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -2256
- data/lib/stripe/services/payment_method_domain_service.rb +0 -76
- data/lib/stripe/services/payment_method_service.rb +0 -762
- data/lib/stripe/services/payout_service.rb +0 -163
- data/lib/stripe/services/plan_service.rb +0 -248
- data/lib/stripe/services/price_service.rb +0 -493
- data/lib/stripe/services/product_feature_service.rb +0 -41
- data/lib/stripe/services/product_service.rb +0 -424
- data/lib/stripe/services/promotion_code_service.rb +1 -179
- data/lib/stripe/services/quote_computed_upfront_line_items_service.rb +0 -18
- data/lib/stripe/services/quote_line_item_service.rb +0 -18
- data/lib/stripe/services/quote_service.rb +0 -628
- data/lib/stripe/services/radar/early_fraud_warning_service.rb +0 -61
- data/lib/stripe/services/radar/value_list_item_service.rb +0 -78
- data/lib/stripe/services/radar/value_list_service.rb +0 -102
- data/lib/stripe/services/refund_service.rb +0 -137
- data/lib/stripe/services/reporting/report_run_service.rb +0 -106
- data/lib/stripe/services/reporting/report_type_service.rb +0 -18
- data/lib/stripe/services/review_service.rb +0 -56
- data/lib/stripe/services/setup_attempt_service.rb +0 -51
- data/lib/stripe/services/setup_intent_service.rb +0 -3275
- data/lib/stripe/services/shipping_rate_service.rb +0 -200
- data/lib/stripe/services/sigma/scheduled_query_run_service.rb +0 -27
- data/lib/stripe/services/source_service.rb +0 -601
- data/lib/stripe/services/source_transaction_service.rb +0 -18
- data/lib/stripe/services/subscription_item_service.rb +0 -311
- data/lib/stripe/services/subscription_schedule_service.rb +0 -1295
- data/lib/stripe/services/subscription_service.rb +0 -1594
- data/lib/stripe/services/tax/calculation_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/calculation_service.rb +0 -209
- data/lib/stripe/services/tax/registration_service.rb +0 -2063
- data/lib/stripe/services/tax/settings_service.rb +0 -74
- data/lib/stripe/services/tax/transaction_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/transaction_service.rb +0 -111
- data/lib/stripe/services/tax_code_service.rb +0 -27
- data/lib/stripe/services/tax_id_service.rb +0 -78
- data/lib/stripe/services/tax_rate_service.rb +0 -155
- data/lib/stripe/services/terminal/configuration_service.rb +0 -1186
- data/lib/stripe/services/terminal/connection_token_service.rb +0 -12
- data/lib/stripe/services/terminal/location_service.rb +0 -143
- data/lib/stripe/services/terminal/reader_service.rb +0 -427
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -641
- data/lib/stripe/services/test_helpers/customer_service.rb +0 -18
- data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +0 -745
- data/lib/stripe/services/test_helpers/issuing/card_service.rb +0 -45
- data/lib/stripe/services/test_helpers/issuing/personalization_design_service.rb +0 -41
- data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +0 -632
- data/lib/stripe/services/test_helpers/refund_service.rb +0 -9
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -87
- data/lib/stripe/services/test_helpers/test_clock_service.rb +0 -56
- data/lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb +0 -38
- data/lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +0 -60
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +0 -60
- data/lib/stripe/services/token_service.rb +0 -1201
- data/lib/stripe/services/topup_service.rb +0 -142
- data/lib/stripe/services/transfer_reversal_service.rb +0 -66
- data/lib/stripe/services/transfer_service.rb +0 -119
- data/lib/stripe/services/treasury/credit_reversal_service.rb +0 -59
- data/lib/stripe/services/treasury/debit_reversal_service.rb +0 -63
- data/lib/stripe/services/treasury/financial_account_features_service.rb +0 -166
- data/lib/stripe/services/treasury/financial_account_service.rb +0 -488
- data/lib/stripe/services/treasury/inbound_transfer_service.rb +0 -88
- data/lib/stripe/services/treasury/outbound_payment_service.rb +0 -258
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -124
- data/lib/stripe/services/treasury/received_credit_service.rb +0 -52
- data/lib/stripe/services/treasury/received_debit_service.rb +0 -40
- data/lib/stripe/services/treasury/transaction_entry_service.rb +0 -87
- data/lib/stripe/services/treasury/transaction_service.rb +0 -95
- data/lib/stripe/services/v1_services.rb +2 -1
- data/lib/stripe/services/v2/billing/meter_event_adjustment_service.rb +0 -23
- data/lib/stripe/services/v2/billing/meter_event_service.rb +0 -25
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +0 -2
- data/lib/stripe/services/v2/billing/meter_event_stream_service.rb +0 -33
- data/lib/stripe/services/v2/core/event_destination_service.rb +0 -137
- data/lib/stripe/services/v2/core/event_service.rb +0 -16
- data/lib/stripe/services/webhook_endpoint_service.rb +0 -95
- data/lib/stripe/services.rb +1 -0
- data/lib/stripe/stripe_client.rb +8 -5
- data/lib/stripe/stripe_configuration.rb +1 -6
- data/lib/stripe/stripe_context.rb +68 -0
- data/lib/stripe/stripe_object.rb +33 -9
- data/lib/stripe/util.rb +24 -13
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +3 -1
- data/rbi/stripe/resources/v2/core/event_notification.rbi +43 -0
- data/rbi/stripe/stripe_client.rbi +17 -0
- data/rbi/stripe.rbi +132984 -0
- metadata +600 -345
- data/API_VERSION +0 -1
- data/CHANGELOG.md +0 -1769
- data/CODE_OF_CONDUCT.md +0 -77
- data/CONTRIBUTING.md +0 -25
- data/CONTRIBUTORS +0 -3
- data/Gemfile +0 -41
- data/History.txt +0 -1
- data/LICENSE +0 -21
- data/Makefile +0 -22
- data/OPENAPI_VERSION +0 -1
- data/README.md +0 -426
- data/Rakefile +0 -34
- data/VERSION +0 -1
- data/examples/README.md +0 -16
- data/examples/example_template.rb +0 -36
- data/examples/meter_event_stream.rb +0 -57
- data/examples/thinevent_webhook_handler.rb +0 -39
- data/justfile +0 -43
- data/lib/stripe/resources/v2/event.rb +0 -41
- data/lib/stripe/resources/v2/event_destination.rb +0 -73
- data/lib/stripe/thin_event.rb +0 -37
- data/rbi/stripe/resources/account.rbi +0 -4991
- data/rbi/stripe/resources/account_link.rbi +0 -76
- data/rbi/stripe/resources/account_session.rbi +0 -1173
- 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 -230
- 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 -712
- 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 -2136
- data/rbi/stripe/resources/checkout/session.rbi +0 -4105
- 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 -993
- 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 -137
- 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 -3894
- 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 -749
- 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 -10011
- data/rbi/stripe/resources/payment_link.rbi +0 -1891
- 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 -307
- 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 -553
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -264
- data/rbi/stripe/resources/quote.rbi +0 -1137
- 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 -3974
- 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 -2154
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1795
- 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 -3216
- 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 -1647
- 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 -1016
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1281
- 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_external_account_service.rbi +0 -304
- data/rbi/stripe/services/account_link_service.rbi +0 -60
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1007
- data/rbi/stripe/services/account_service.rbi +0 -4281
- data/rbi/stripe/services/account_session_service.rbi +0 -748
- 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 -561
- 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 -2697
- 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/supplier_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_line_item_service.rbi +0 -31
- 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 -635
- 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 -3073
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -503
- 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 -8010
- data/rbi/stripe/services/payment_link_line_item_service.rbi +0 -31
- data/rbi/stripe/services/payment_link_service.rbi +0 -1441
- 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 -209
- 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_line_item_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -695
- 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/source_transaction_service.rbi +0 -31
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1425
- data/rbi/stripe/services/subscription_service.rbi +0 -1768
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +0 -33
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -2278
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_line_item_service.rbi +0 -33
- 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 -1328
- 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 -117
- 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 -1255
- 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
- data/stripe.gemspec +0 -44
@@ -16,14 +16,43 @@ module Stripe
|
|
16
16
|
"terminal.configuration"
|
17
17
|
end
|
18
18
|
|
19
|
+
class BbposWisepad3 < Stripe::StripeObject
|
20
|
+
# A File ID representing an image to display on the reader
|
21
|
+
attr_reader :splashscreen
|
22
|
+
|
23
|
+
def self.inner_class_types
|
24
|
+
@inner_class_types = {}
|
25
|
+
end
|
26
|
+
|
27
|
+
def self.field_remappings
|
28
|
+
@field_remappings = {}
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
19
32
|
class BbposWiseposE < Stripe::StripeObject
|
20
33
|
# A File ID representing an image to display on the reader
|
21
34
|
attr_reader :splashscreen
|
35
|
+
|
36
|
+
def self.inner_class_types
|
37
|
+
@inner_class_types = {}
|
38
|
+
end
|
39
|
+
|
40
|
+
def self.field_remappings
|
41
|
+
@field_remappings = {}
|
42
|
+
end
|
22
43
|
end
|
23
44
|
|
24
45
|
class Offline < Stripe::StripeObject
|
25
46
|
# Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
|
26
47
|
attr_reader :enabled
|
48
|
+
|
49
|
+
def self.inner_class_types
|
50
|
+
@inner_class_types = {}
|
51
|
+
end
|
52
|
+
|
53
|
+
def self.field_remappings
|
54
|
+
@field_remappings = {}
|
55
|
+
end
|
27
56
|
end
|
28
57
|
|
29
58
|
class RebootWindow < Stripe::StripeObject
|
@@ -31,11 +60,27 @@ module Stripe
|
|
31
60
|
attr_reader :end_hour
|
32
61
|
# Integer between 0 to 23 that represents the start hour of the reboot time window.
|
33
62
|
attr_reader :start_hour
|
63
|
+
|
64
|
+
def self.inner_class_types
|
65
|
+
@inner_class_types = {}
|
66
|
+
end
|
67
|
+
|
68
|
+
def self.field_remappings
|
69
|
+
@field_remappings = {}
|
70
|
+
end
|
34
71
|
end
|
35
72
|
|
36
73
|
class StripeS700 < Stripe::StripeObject
|
37
74
|
# A File ID representing an image to display on the reader
|
38
75
|
attr_reader :splashscreen
|
76
|
+
|
77
|
+
def self.inner_class_types
|
78
|
+
@inner_class_types = {}
|
79
|
+
end
|
80
|
+
|
81
|
+
def self.field_remappings
|
82
|
+
@field_remappings = {}
|
83
|
+
end
|
39
84
|
end
|
40
85
|
|
41
86
|
class Tipping < Stripe::StripeObject
|
@@ -46,6 +91,14 @@ module Stripe
|
|
46
91
|
attr_reader :percentages
|
47
92
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
48
93
|
attr_reader :smart_tip_threshold
|
94
|
+
|
95
|
+
def self.inner_class_types
|
96
|
+
@inner_class_types = {}
|
97
|
+
end
|
98
|
+
|
99
|
+
def self.field_remappings
|
100
|
+
@field_remappings = {}
|
101
|
+
end
|
49
102
|
end
|
50
103
|
|
51
104
|
class Aud < Stripe::StripeObject
|
@@ -55,6 +108,14 @@ module Stripe
|
|
55
108
|
attr_reader :percentages
|
56
109
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
57
110
|
attr_reader :smart_tip_threshold
|
111
|
+
|
112
|
+
def self.inner_class_types
|
113
|
+
@inner_class_types = {}
|
114
|
+
end
|
115
|
+
|
116
|
+
def self.field_remappings
|
117
|
+
@field_remappings = {}
|
118
|
+
end
|
58
119
|
end
|
59
120
|
|
60
121
|
class Bgn < Stripe::StripeObject
|
@@ -64,6 +125,14 @@ module Stripe
|
|
64
125
|
attr_reader :percentages
|
65
126
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
66
127
|
attr_reader :smart_tip_threshold
|
128
|
+
|
129
|
+
def self.inner_class_types
|
130
|
+
@inner_class_types = {}
|
131
|
+
end
|
132
|
+
|
133
|
+
def self.field_remappings
|
134
|
+
@field_remappings = {}
|
135
|
+
end
|
67
136
|
end
|
68
137
|
|
69
138
|
class Cad < Stripe::StripeObject
|
@@ -73,6 +142,14 @@ module Stripe
|
|
73
142
|
attr_reader :percentages
|
74
143
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
75
144
|
attr_reader :smart_tip_threshold
|
145
|
+
|
146
|
+
def self.inner_class_types
|
147
|
+
@inner_class_types = {}
|
148
|
+
end
|
149
|
+
|
150
|
+
def self.field_remappings
|
151
|
+
@field_remappings = {}
|
152
|
+
end
|
76
153
|
end
|
77
154
|
|
78
155
|
class Chf < Stripe::StripeObject
|
@@ -82,6 +159,14 @@ module Stripe
|
|
82
159
|
attr_reader :percentages
|
83
160
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
84
161
|
attr_reader :smart_tip_threshold
|
162
|
+
|
163
|
+
def self.inner_class_types
|
164
|
+
@inner_class_types = {}
|
165
|
+
end
|
166
|
+
|
167
|
+
def self.field_remappings
|
168
|
+
@field_remappings = {}
|
169
|
+
end
|
85
170
|
end
|
86
171
|
|
87
172
|
class Czk < Stripe::StripeObject
|
@@ -91,6 +176,14 @@ module Stripe
|
|
91
176
|
attr_reader :percentages
|
92
177
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
93
178
|
attr_reader :smart_tip_threshold
|
179
|
+
|
180
|
+
def self.inner_class_types
|
181
|
+
@inner_class_types = {}
|
182
|
+
end
|
183
|
+
|
184
|
+
def self.field_remappings
|
185
|
+
@field_remappings = {}
|
186
|
+
end
|
94
187
|
end
|
95
188
|
|
96
189
|
class Dkk < Stripe::StripeObject
|
@@ -100,6 +193,14 @@ module Stripe
|
|
100
193
|
attr_reader :percentages
|
101
194
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
102
195
|
attr_reader :smart_tip_threshold
|
196
|
+
|
197
|
+
def self.inner_class_types
|
198
|
+
@inner_class_types = {}
|
199
|
+
end
|
200
|
+
|
201
|
+
def self.field_remappings
|
202
|
+
@field_remappings = {}
|
203
|
+
end
|
103
204
|
end
|
104
205
|
|
105
206
|
class Eur < Stripe::StripeObject
|
@@ -109,6 +210,14 @@ module Stripe
|
|
109
210
|
attr_reader :percentages
|
110
211
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
111
212
|
attr_reader :smart_tip_threshold
|
213
|
+
|
214
|
+
def self.inner_class_types
|
215
|
+
@inner_class_types = {}
|
216
|
+
end
|
217
|
+
|
218
|
+
def self.field_remappings
|
219
|
+
@field_remappings = {}
|
220
|
+
end
|
112
221
|
end
|
113
222
|
|
114
223
|
class Gbp < Stripe::StripeObject
|
@@ -118,6 +227,14 @@ module Stripe
|
|
118
227
|
attr_reader :percentages
|
119
228
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
120
229
|
attr_reader :smart_tip_threshold
|
230
|
+
|
231
|
+
def self.inner_class_types
|
232
|
+
@inner_class_types = {}
|
233
|
+
end
|
234
|
+
|
235
|
+
def self.field_remappings
|
236
|
+
@field_remappings = {}
|
237
|
+
end
|
121
238
|
end
|
122
239
|
|
123
240
|
class Hkd < Stripe::StripeObject
|
@@ -127,6 +244,14 @@ module Stripe
|
|
127
244
|
attr_reader :percentages
|
128
245
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
129
246
|
attr_reader :smart_tip_threshold
|
247
|
+
|
248
|
+
def self.inner_class_types
|
249
|
+
@inner_class_types = {}
|
250
|
+
end
|
251
|
+
|
252
|
+
def self.field_remappings
|
253
|
+
@field_remappings = {}
|
254
|
+
end
|
130
255
|
end
|
131
256
|
|
132
257
|
class Huf < Stripe::StripeObject
|
@@ -136,6 +261,14 @@ module Stripe
|
|
136
261
|
attr_reader :percentages
|
137
262
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
138
263
|
attr_reader :smart_tip_threshold
|
264
|
+
|
265
|
+
def self.inner_class_types
|
266
|
+
@inner_class_types = {}
|
267
|
+
end
|
268
|
+
|
269
|
+
def self.field_remappings
|
270
|
+
@field_remappings = {}
|
271
|
+
end
|
139
272
|
end
|
140
273
|
|
141
274
|
class Jpy < Stripe::StripeObject
|
@@ -145,6 +278,14 @@ module Stripe
|
|
145
278
|
attr_reader :percentages
|
146
279
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
147
280
|
attr_reader :smart_tip_threshold
|
281
|
+
|
282
|
+
def self.inner_class_types
|
283
|
+
@inner_class_types = {}
|
284
|
+
end
|
285
|
+
|
286
|
+
def self.field_remappings
|
287
|
+
@field_remappings = {}
|
288
|
+
end
|
148
289
|
end
|
149
290
|
|
150
291
|
class Mxn < Stripe::StripeObject
|
@@ -154,6 +295,14 @@ module Stripe
|
|
154
295
|
attr_reader :percentages
|
155
296
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
156
297
|
attr_reader :smart_tip_threshold
|
298
|
+
|
299
|
+
def self.inner_class_types
|
300
|
+
@inner_class_types = {}
|
301
|
+
end
|
302
|
+
|
303
|
+
def self.field_remappings
|
304
|
+
@field_remappings = {}
|
305
|
+
end
|
157
306
|
end
|
158
307
|
|
159
308
|
class Myr < Stripe::StripeObject
|
@@ -163,6 +312,14 @@ module Stripe
|
|
163
312
|
attr_reader :percentages
|
164
313
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
165
314
|
attr_reader :smart_tip_threshold
|
315
|
+
|
316
|
+
def self.inner_class_types
|
317
|
+
@inner_class_types = {}
|
318
|
+
end
|
319
|
+
|
320
|
+
def self.field_remappings
|
321
|
+
@field_remappings = {}
|
322
|
+
end
|
166
323
|
end
|
167
324
|
|
168
325
|
class Nok < Stripe::StripeObject
|
@@ -172,6 +329,14 @@ module Stripe
|
|
172
329
|
attr_reader :percentages
|
173
330
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
174
331
|
attr_reader :smart_tip_threshold
|
332
|
+
|
333
|
+
def self.inner_class_types
|
334
|
+
@inner_class_types = {}
|
335
|
+
end
|
336
|
+
|
337
|
+
def self.field_remappings
|
338
|
+
@field_remappings = {}
|
339
|
+
end
|
175
340
|
end
|
176
341
|
|
177
342
|
class Nzd < Stripe::StripeObject
|
@@ -181,6 +346,14 @@ module Stripe
|
|
181
346
|
attr_reader :percentages
|
182
347
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
183
348
|
attr_reader :smart_tip_threshold
|
349
|
+
|
350
|
+
def self.inner_class_types
|
351
|
+
@inner_class_types = {}
|
352
|
+
end
|
353
|
+
|
354
|
+
def self.field_remappings
|
355
|
+
@field_remappings = {}
|
356
|
+
end
|
184
357
|
end
|
185
358
|
|
186
359
|
class Pln < Stripe::StripeObject
|
@@ -190,6 +363,14 @@ module Stripe
|
|
190
363
|
attr_reader :percentages
|
191
364
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
192
365
|
attr_reader :smart_tip_threshold
|
366
|
+
|
367
|
+
def self.inner_class_types
|
368
|
+
@inner_class_types = {}
|
369
|
+
end
|
370
|
+
|
371
|
+
def self.field_remappings
|
372
|
+
@field_remappings = {}
|
373
|
+
end
|
193
374
|
end
|
194
375
|
|
195
376
|
class Ron < Stripe::StripeObject
|
@@ -199,6 +380,14 @@ module Stripe
|
|
199
380
|
attr_reader :percentages
|
200
381
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
201
382
|
attr_reader :smart_tip_threshold
|
383
|
+
|
384
|
+
def self.inner_class_types
|
385
|
+
@inner_class_types = {}
|
386
|
+
end
|
387
|
+
|
388
|
+
def self.field_remappings
|
389
|
+
@field_remappings = {}
|
390
|
+
end
|
202
391
|
end
|
203
392
|
|
204
393
|
class Sek < Stripe::StripeObject
|
@@ -208,6 +397,14 @@ module Stripe
|
|
208
397
|
attr_reader :percentages
|
209
398
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
210
399
|
attr_reader :smart_tip_threshold
|
400
|
+
|
401
|
+
def self.inner_class_types
|
402
|
+
@inner_class_types = {}
|
403
|
+
end
|
404
|
+
|
405
|
+
def self.field_remappings
|
406
|
+
@field_remappings = {}
|
407
|
+
end
|
211
408
|
end
|
212
409
|
|
213
410
|
class Sgd < Stripe::StripeObject
|
@@ -217,6 +414,14 @@ module Stripe
|
|
217
414
|
attr_reader :percentages
|
218
415
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
219
416
|
attr_reader :smart_tip_threshold
|
417
|
+
|
418
|
+
def self.inner_class_types
|
419
|
+
@inner_class_types = {}
|
420
|
+
end
|
421
|
+
|
422
|
+
def self.field_remappings
|
423
|
+
@field_remappings = {}
|
424
|
+
end
|
220
425
|
end
|
221
426
|
|
222
427
|
class Usd < Stripe::StripeObject
|
@@ -226,6 +431,14 @@ module Stripe
|
|
226
431
|
attr_reader :percentages
|
227
432
|
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
228
433
|
attr_reader :smart_tip_threshold
|
434
|
+
|
435
|
+
def self.inner_class_types
|
436
|
+
@inner_class_types = {}
|
437
|
+
end
|
438
|
+
|
439
|
+
def self.field_remappings
|
440
|
+
@field_remappings = {}
|
441
|
+
end
|
229
442
|
end
|
230
443
|
# Attribute for field aed
|
231
444
|
attr_reader :aed
|
@@ -269,11 +482,49 @@ module Stripe
|
|
269
482
|
attr_reader :sgd
|
270
483
|
# Attribute for field usd
|
271
484
|
attr_reader :usd
|
485
|
+
|
486
|
+
def self.inner_class_types
|
487
|
+
@inner_class_types = {
|
488
|
+
aed: Aed,
|
489
|
+
aud: Aud,
|
490
|
+
bgn: Bgn,
|
491
|
+
cad: Cad,
|
492
|
+
chf: Chf,
|
493
|
+
czk: Czk,
|
494
|
+
dkk: Dkk,
|
495
|
+
eur: Eur,
|
496
|
+
gbp: Gbp,
|
497
|
+
hkd: Hkd,
|
498
|
+
huf: Huf,
|
499
|
+
jpy: Jpy,
|
500
|
+
mxn: Mxn,
|
501
|
+
myr: Myr,
|
502
|
+
nok: Nok,
|
503
|
+
nzd: Nzd,
|
504
|
+
pln: Pln,
|
505
|
+
ron: Ron,
|
506
|
+
sek: Sek,
|
507
|
+
sgd: Sgd,
|
508
|
+
usd: Usd,
|
509
|
+
}
|
510
|
+
end
|
511
|
+
|
512
|
+
def self.field_remappings
|
513
|
+
@field_remappings = {}
|
514
|
+
end
|
272
515
|
end
|
273
516
|
|
274
517
|
class VerifoneP400 < Stripe::StripeObject
|
275
518
|
# A File ID representing an image to display on the reader
|
276
519
|
attr_reader :splashscreen
|
520
|
+
|
521
|
+
def self.inner_class_types
|
522
|
+
@inner_class_types = {}
|
523
|
+
end
|
524
|
+
|
525
|
+
def self.field_remappings
|
526
|
+
@field_remappings = {}
|
527
|
+
end
|
277
528
|
end
|
278
529
|
|
279
530
|
class Wifi < Stripe::StripeObject
|
@@ -286,6 +537,14 @@ module Stripe
|
|
286
537
|
attr_reader :ssid
|
287
538
|
# Username for connecting to the WiFi network
|
288
539
|
attr_reader :username
|
540
|
+
|
541
|
+
def self.inner_class_types
|
542
|
+
@inner_class_types = {}
|
543
|
+
end
|
544
|
+
|
545
|
+
def self.field_remappings
|
546
|
+
@field_remappings = {}
|
547
|
+
end
|
289
548
|
end
|
290
549
|
|
291
550
|
class EnterpriseEapTls < Stripe::StripeObject
|
@@ -299,6 +558,14 @@ module Stripe
|
|
299
558
|
attr_reader :private_key_file_password
|
300
559
|
# Name of the WiFi network
|
301
560
|
attr_reader :ssid
|
561
|
+
|
562
|
+
def self.inner_class_types
|
563
|
+
@inner_class_types = {}
|
564
|
+
end
|
565
|
+
|
566
|
+
def self.field_remappings
|
567
|
+
@field_remappings = {}
|
568
|
+
end
|
302
569
|
end
|
303
570
|
|
304
571
|
class PersonalPsk < Stripe::StripeObject
|
@@ -306,6 +573,14 @@ module Stripe
|
|
306
573
|
attr_reader :password
|
307
574
|
# Name of the WiFi network
|
308
575
|
attr_reader :ssid
|
576
|
+
|
577
|
+
def self.inner_class_types
|
578
|
+
@inner_class_types = {}
|
579
|
+
end
|
580
|
+
|
581
|
+
def self.field_remappings
|
582
|
+
@field_remappings = {}
|
583
|
+
end
|
309
584
|
end
|
310
585
|
# Attribute for field enterprise_eap_peap
|
311
586
|
attr_reader :enterprise_eap_peap
|
@@ -315,1184 +590,21 @@ module Stripe
|
|
315
590
|
attr_reader :personal_psk
|
316
591
|
# Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.
|
317
592
|
attr_reader :type
|
318
|
-
end
|
319
|
-
|
320
|
-
class DeleteParams < Stripe::RequestParams; end
|
321
593
|
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
@splashscreen = splashscreen
|
329
|
-
end
|
594
|
+
def self.inner_class_types
|
595
|
+
@inner_class_types = {
|
596
|
+
enterprise_eap_peap: EnterpriseEapPeap,
|
597
|
+
enterprise_eap_tls: EnterpriseEapTls,
|
598
|
+
personal_psk: PersonalPsk,
|
599
|
+
}
|
330
600
|
end
|
331
601
|
|
332
|
-
|
333
|
-
|
334
|
-
attr_accessor :enabled
|
335
|
-
|
336
|
-
def initialize(enabled: nil)
|
337
|
-
@enabled = enabled
|
338
|
-
end
|
339
|
-
end
|
340
|
-
|
341
|
-
class RebootWindow < Stripe::RequestParams
|
342
|
-
# Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
|
343
|
-
attr_accessor :end_hour
|
344
|
-
# Integer between 0 to 23 that represents the start hour of the reboot time window.
|
345
|
-
attr_accessor :start_hour
|
346
|
-
|
347
|
-
def initialize(end_hour: nil, start_hour: nil)
|
348
|
-
@end_hour = end_hour
|
349
|
-
@start_hour = start_hour
|
350
|
-
end
|
351
|
-
end
|
352
|
-
|
353
|
-
class StripeS700 < Stripe::RequestParams
|
354
|
-
# A File ID representing an image you would like displayed on the reader.
|
355
|
-
attr_accessor :splashscreen
|
356
|
-
|
357
|
-
def initialize(splashscreen: nil)
|
358
|
-
@splashscreen = splashscreen
|
359
|
-
end
|
360
|
-
end
|
361
|
-
|
362
|
-
class Tipping < Stripe::RequestParams
|
363
|
-
class Aed < Stripe::RequestParams
|
364
|
-
# Fixed amounts displayed when collecting a tip
|
365
|
-
attr_accessor :fixed_amounts
|
366
|
-
# Percentages displayed when collecting a tip
|
367
|
-
attr_accessor :percentages
|
368
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
369
|
-
attr_accessor :smart_tip_threshold
|
370
|
-
|
371
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
372
|
-
@fixed_amounts = fixed_amounts
|
373
|
-
@percentages = percentages
|
374
|
-
@smart_tip_threshold = smart_tip_threshold
|
375
|
-
end
|
376
|
-
end
|
377
|
-
|
378
|
-
class Aud < Stripe::RequestParams
|
379
|
-
# Fixed amounts displayed when collecting a tip
|
380
|
-
attr_accessor :fixed_amounts
|
381
|
-
# Percentages displayed when collecting a tip
|
382
|
-
attr_accessor :percentages
|
383
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
384
|
-
attr_accessor :smart_tip_threshold
|
385
|
-
|
386
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
387
|
-
@fixed_amounts = fixed_amounts
|
388
|
-
@percentages = percentages
|
389
|
-
@smart_tip_threshold = smart_tip_threshold
|
390
|
-
end
|
391
|
-
end
|
392
|
-
|
393
|
-
class Bgn < Stripe::RequestParams
|
394
|
-
# Fixed amounts displayed when collecting a tip
|
395
|
-
attr_accessor :fixed_amounts
|
396
|
-
# Percentages displayed when collecting a tip
|
397
|
-
attr_accessor :percentages
|
398
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
399
|
-
attr_accessor :smart_tip_threshold
|
400
|
-
|
401
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
402
|
-
@fixed_amounts = fixed_amounts
|
403
|
-
@percentages = percentages
|
404
|
-
@smart_tip_threshold = smart_tip_threshold
|
405
|
-
end
|
406
|
-
end
|
407
|
-
|
408
|
-
class Cad < Stripe::RequestParams
|
409
|
-
# Fixed amounts displayed when collecting a tip
|
410
|
-
attr_accessor :fixed_amounts
|
411
|
-
# Percentages displayed when collecting a tip
|
412
|
-
attr_accessor :percentages
|
413
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
414
|
-
attr_accessor :smart_tip_threshold
|
415
|
-
|
416
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
417
|
-
@fixed_amounts = fixed_amounts
|
418
|
-
@percentages = percentages
|
419
|
-
@smart_tip_threshold = smart_tip_threshold
|
420
|
-
end
|
421
|
-
end
|
422
|
-
|
423
|
-
class Chf < Stripe::RequestParams
|
424
|
-
# Fixed amounts displayed when collecting a tip
|
425
|
-
attr_accessor :fixed_amounts
|
426
|
-
# Percentages displayed when collecting a tip
|
427
|
-
attr_accessor :percentages
|
428
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
429
|
-
attr_accessor :smart_tip_threshold
|
430
|
-
|
431
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
432
|
-
@fixed_amounts = fixed_amounts
|
433
|
-
@percentages = percentages
|
434
|
-
@smart_tip_threshold = smart_tip_threshold
|
435
|
-
end
|
436
|
-
end
|
437
|
-
|
438
|
-
class Czk < Stripe::RequestParams
|
439
|
-
# Fixed amounts displayed when collecting a tip
|
440
|
-
attr_accessor :fixed_amounts
|
441
|
-
# Percentages displayed when collecting a tip
|
442
|
-
attr_accessor :percentages
|
443
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
444
|
-
attr_accessor :smart_tip_threshold
|
445
|
-
|
446
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
447
|
-
@fixed_amounts = fixed_amounts
|
448
|
-
@percentages = percentages
|
449
|
-
@smart_tip_threshold = smart_tip_threshold
|
450
|
-
end
|
451
|
-
end
|
452
|
-
|
453
|
-
class Dkk < Stripe::RequestParams
|
454
|
-
# Fixed amounts displayed when collecting a tip
|
455
|
-
attr_accessor :fixed_amounts
|
456
|
-
# Percentages displayed when collecting a tip
|
457
|
-
attr_accessor :percentages
|
458
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
459
|
-
attr_accessor :smart_tip_threshold
|
460
|
-
|
461
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
462
|
-
@fixed_amounts = fixed_amounts
|
463
|
-
@percentages = percentages
|
464
|
-
@smart_tip_threshold = smart_tip_threshold
|
465
|
-
end
|
466
|
-
end
|
467
|
-
|
468
|
-
class Eur < Stripe::RequestParams
|
469
|
-
# Fixed amounts displayed when collecting a tip
|
470
|
-
attr_accessor :fixed_amounts
|
471
|
-
# Percentages displayed when collecting a tip
|
472
|
-
attr_accessor :percentages
|
473
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
474
|
-
attr_accessor :smart_tip_threshold
|
475
|
-
|
476
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
477
|
-
@fixed_amounts = fixed_amounts
|
478
|
-
@percentages = percentages
|
479
|
-
@smart_tip_threshold = smart_tip_threshold
|
480
|
-
end
|
481
|
-
end
|
482
|
-
|
483
|
-
class Gbp < Stripe::RequestParams
|
484
|
-
# Fixed amounts displayed when collecting a tip
|
485
|
-
attr_accessor :fixed_amounts
|
486
|
-
# Percentages displayed when collecting a tip
|
487
|
-
attr_accessor :percentages
|
488
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
489
|
-
attr_accessor :smart_tip_threshold
|
490
|
-
|
491
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
492
|
-
@fixed_amounts = fixed_amounts
|
493
|
-
@percentages = percentages
|
494
|
-
@smart_tip_threshold = smart_tip_threshold
|
495
|
-
end
|
496
|
-
end
|
497
|
-
|
498
|
-
class Hkd < Stripe::RequestParams
|
499
|
-
# Fixed amounts displayed when collecting a tip
|
500
|
-
attr_accessor :fixed_amounts
|
501
|
-
# Percentages displayed when collecting a tip
|
502
|
-
attr_accessor :percentages
|
503
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
504
|
-
attr_accessor :smart_tip_threshold
|
505
|
-
|
506
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
507
|
-
@fixed_amounts = fixed_amounts
|
508
|
-
@percentages = percentages
|
509
|
-
@smart_tip_threshold = smart_tip_threshold
|
510
|
-
end
|
511
|
-
end
|
512
|
-
|
513
|
-
class Huf < Stripe::RequestParams
|
514
|
-
# Fixed amounts displayed when collecting a tip
|
515
|
-
attr_accessor :fixed_amounts
|
516
|
-
# Percentages displayed when collecting a tip
|
517
|
-
attr_accessor :percentages
|
518
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
519
|
-
attr_accessor :smart_tip_threshold
|
520
|
-
|
521
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
522
|
-
@fixed_amounts = fixed_amounts
|
523
|
-
@percentages = percentages
|
524
|
-
@smart_tip_threshold = smart_tip_threshold
|
525
|
-
end
|
526
|
-
end
|
527
|
-
|
528
|
-
class Jpy < Stripe::RequestParams
|
529
|
-
# Fixed amounts displayed when collecting a tip
|
530
|
-
attr_accessor :fixed_amounts
|
531
|
-
# Percentages displayed when collecting a tip
|
532
|
-
attr_accessor :percentages
|
533
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
534
|
-
attr_accessor :smart_tip_threshold
|
535
|
-
|
536
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
537
|
-
@fixed_amounts = fixed_amounts
|
538
|
-
@percentages = percentages
|
539
|
-
@smart_tip_threshold = smart_tip_threshold
|
540
|
-
end
|
541
|
-
end
|
542
|
-
|
543
|
-
class Mxn < Stripe::RequestParams
|
544
|
-
# Fixed amounts displayed when collecting a tip
|
545
|
-
attr_accessor :fixed_amounts
|
546
|
-
# Percentages displayed when collecting a tip
|
547
|
-
attr_accessor :percentages
|
548
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
549
|
-
attr_accessor :smart_tip_threshold
|
550
|
-
|
551
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
552
|
-
@fixed_amounts = fixed_amounts
|
553
|
-
@percentages = percentages
|
554
|
-
@smart_tip_threshold = smart_tip_threshold
|
555
|
-
end
|
556
|
-
end
|
557
|
-
|
558
|
-
class Myr < Stripe::RequestParams
|
559
|
-
# Fixed amounts displayed when collecting a tip
|
560
|
-
attr_accessor :fixed_amounts
|
561
|
-
# Percentages displayed when collecting a tip
|
562
|
-
attr_accessor :percentages
|
563
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
564
|
-
attr_accessor :smart_tip_threshold
|
565
|
-
|
566
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
567
|
-
@fixed_amounts = fixed_amounts
|
568
|
-
@percentages = percentages
|
569
|
-
@smart_tip_threshold = smart_tip_threshold
|
570
|
-
end
|
571
|
-
end
|
572
|
-
|
573
|
-
class Nok < Stripe::RequestParams
|
574
|
-
# Fixed amounts displayed when collecting a tip
|
575
|
-
attr_accessor :fixed_amounts
|
576
|
-
# Percentages displayed when collecting a tip
|
577
|
-
attr_accessor :percentages
|
578
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
579
|
-
attr_accessor :smart_tip_threshold
|
580
|
-
|
581
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
582
|
-
@fixed_amounts = fixed_amounts
|
583
|
-
@percentages = percentages
|
584
|
-
@smart_tip_threshold = smart_tip_threshold
|
585
|
-
end
|
586
|
-
end
|
587
|
-
|
588
|
-
class Nzd < Stripe::RequestParams
|
589
|
-
# Fixed amounts displayed when collecting a tip
|
590
|
-
attr_accessor :fixed_amounts
|
591
|
-
# Percentages displayed when collecting a tip
|
592
|
-
attr_accessor :percentages
|
593
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
594
|
-
attr_accessor :smart_tip_threshold
|
595
|
-
|
596
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
597
|
-
@fixed_amounts = fixed_amounts
|
598
|
-
@percentages = percentages
|
599
|
-
@smart_tip_threshold = smart_tip_threshold
|
600
|
-
end
|
601
|
-
end
|
602
|
-
|
603
|
-
class Pln < Stripe::RequestParams
|
604
|
-
# Fixed amounts displayed when collecting a tip
|
605
|
-
attr_accessor :fixed_amounts
|
606
|
-
# Percentages displayed when collecting a tip
|
607
|
-
attr_accessor :percentages
|
608
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
609
|
-
attr_accessor :smart_tip_threshold
|
610
|
-
|
611
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
612
|
-
@fixed_amounts = fixed_amounts
|
613
|
-
@percentages = percentages
|
614
|
-
@smart_tip_threshold = smart_tip_threshold
|
615
|
-
end
|
616
|
-
end
|
617
|
-
|
618
|
-
class Ron < Stripe::RequestParams
|
619
|
-
# Fixed amounts displayed when collecting a tip
|
620
|
-
attr_accessor :fixed_amounts
|
621
|
-
# Percentages displayed when collecting a tip
|
622
|
-
attr_accessor :percentages
|
623
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
624
|
-
attr_accessor :smart_tip_threshold
|
625
|
-
|
626
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
627
|
-
@fixed_amounts = fixed_amounts
|
628
|
-
@percentages = percentages
|
629
|
-
@smart_tip_threshold = smart_tip_threshold
|
630
|
-
end
|
631
|
-
end
|
632
|
-
|
633
|
-
class Sek < Stripe::RequestParams
|
634
|
-
# Fixed amounts displayed when collecting a tip
|
635
|
-
attr_accessor :fixed_amounts
|
636
|
-
# Percentages displayed when collecting a tip
|
637
|
-
attr_accessor :percentages
|
638
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
639
|
-
attr_accessor :smart_tip_threshold
|
640
|
-
|
641
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
642
|
-
@fixed_amounts = fixed_amounts
|
643
|
-
@percentages = percentages
|
644
|
-
@smart_tip_threshold = smart_tip_threshold
|
645
|
-
end
|
646
|
-
end
|
647
|
-
|
648
|
-
class Sgd < Stripe::RequestParams
|
649
|
-
# Fixed amounts displayed when collecting a tip
|
650
|
-
attr_accessor :fixed_amounts
|
651
|
-
# Percentages displayed when collecting a tip
|
652
|
-
attr_accessor :percentages
|
653
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
654
|
-
attr_accessor :smart_tip_threshold
|
655
|
-
|
656
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
657
|
-
@fixed_amounts = fixed_amounts
|
658
|
-
@percentages = percentages
|
659
|
-
@smart_tip_threshold = smart_tip_threshold
|
660
|
-
end
|
661
|
-
end
|
662
|
-
|
663
|
-
class Usd < Stripe::RequestParams
|
664
|
-
# Fixed amounts displayed when collecting a tip
|
665
|
-
attr_accessor :fixed_amounts
|
666
|
-
# Percentages displayed when collecting a tip
|
667
|
-
attr_accessor :percentages
|
668
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
669
|
-
attr_accessor :smart_tip_threshold
|
670
|
-
|
671
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
672
|
-
@fixed_amounts = fixed_amounts
|
673
|
-
@percentages = percentages
|
674
|
-
@smart_tip_threshold = smart_tip_threshold
|
675
|
-
end
|
676
|
-
end
|
677
|
-
# Tipping configuration for AED
|
678
|
-
attr_accessor :aed
|
679
|
-
# Tipping configuration for AUD
|
680
|
-
attr_accessor :aud
|
681
|
-
# Tipping configuration for BGN
|
682
|
-
attr_accessor :bgn
|
683
|
-
# Tipping configuration for CAD
|
684
|
-
attr_accessor :cad
|
685
|
-
# Tipping configuration for CHF
|
686
|
-
attr_accessor :chf
|
687
|
-
# Tipping configuration for CZK
|
688
|
-
attr_accessor :czk
|
689
|
-
# Tipping configuration for DKK
|
690
|
-
attr_accessor :dkk
|
691
|
-
# Tipping configuration for EUR
|
692
|
-
attr_accessor :eur
|
693
|
-
# Tipping configuration for GBP
|
694
|
-
attr_accessor :gbp
|
695
|
-
# Tipping configuration for HKD
|
696
|
-
attr_accessor :hkd
|
697
|
-
# Tipping configuration for HUF
|
698
|
-
attr_accessor :huf
|
699
|
-
# Tipping configuration for JPY
|
700
|
-
attr_accessor :jpy
|
701
|
-
# Tipping configuration for MXN
|
702
|
-
attr_accessor :mxn
|
703
|
-
# Tipping configuration for MYR
|
704
|
-
attr_accessor :myr
|
705
|
-
# Tipping configuration for NOK
|
706
|
-
attr_accessor :nok
|
707
|
-
# Tipping configuration for NZD
|
708
|
-
attr_accessor :nzd
|
709
|
-
# Tipping configuration for PLN
|
710
|
-
attr_accessor :pln
|
711
|
-
# Tipping configuration for RON
|
712
|
-
attr_accessor :ron
|
713
|
-
# Tipping configuration for SEK
|
714
|
-
attr_accessor :sek
|
715
|
-
# Tipping configuration for SGD
|
716
|
-
attr_accessor :sgd
|
717
|
-
# Tipping configuration for USD
|
718
|
-
attr_accessor :usd
|
719
|
-
|
720
|
-
def initialize(
|
721
|
-
aed: nil,
|
722
|
-
aud: nil,
|
723
|
-
bgn: nil,
|
724
|
-
cad: nil,
|
725
|
-
chf: nil,
|
726
|
-
czk: nil,
|
727
|
-
dkk: nil,
|
728
|
-
eur: nil,
|
729
|
-
gbp: nil,
|
730
|
-
hkd: nil,
|
731
|
-
huf: nil,
|
732
|
-
jpy: nil,
|
733
|
-
mxn: nil,
|
734
|
-
myr: nil,
|
735
|
-
nok: nil,
|
736
|
-
nzd: nil,
|
737
|
-
pln: nil,
|
738
|
-
ron: nil,
|
739
|
-
sek: nil,
|
740
|
-
sgd: nil,
|
741
|
-
usd: nil
|
742
|
-
)
|
743
|
-
@aed = aed
|
744
|
-
@aud = aud
|
745
|
-
@bgn = bgn
|
746
|
-
@cad = cad
|
747
|
-
@chf = chf
|
748
|
-
@czk = czk
|
749
|
-
@dkk = dkk
|
750
|
-
@eur = eur
|
751
|
-
@gbp = gbp
|
752
|
-
@hkd = hkd
|
753
|
-
@huf = huf
|
754
|
-
@jpy = jpy
|
755
|
-
@mxn = mxn
|
756
|
-
@myr = myr
|
757
|
-
@nok = nok
|
758
|
-
@nzd = nzd
|
759
|
-
@pln = pln
|
760
|
-
@ron = ron
|
761
|
-
@sek = sek
|
762
|
-
@sgd = sgd
|
763
|
-
@usd = usd
|
764
|
-
end
|
765
|
-
end
|
766
|
-
|
767
|
-
class VerifoneP400 < Stripe::RequestParams
|
768
|
-
# A File ID representing an image you would like displayed on the reader.
|
769
|
-
attr_accessor :splashscreen
|
770
|
-
|
771
|
-
def initialize(splashscreen: nil)
|
772
|
-
@splashscreen = splashscreen
|
773
|
-
end
|
774
|
-
end
|
775
|
-
|
776
|
-
class Wifi < Stripe::RequestParams
|
777
|
-
class EnterpriseEapPeap < Stripe::RequestParams
|
778
|
-
# A File ID representing a PEM file containing the server certificate
|
779
|
-
attr_accessor :ca_certificate_file
|
780
|
-
# Password for connecting to the WiFi network
|
781
|
-
attr_accessor :password
|
782
|
-
# Name of the WiFi network
|
783
|
-
attr_accessor :ssid
|
784
|
-
# Username for connecting to the WiFi network
|
785
|
-
attr_accessor :username
|
786
|
-
|
787
|
-
def initialize(ca_certificate_file: nil, password: nil, ssid: nil, username: nil)
|
788
|
-
@ca_certificate_file = ca_certificate_file
|
789
|
-
@password = password
|
790
|
-
@ssid = ssid
|
791
|
-
@username = username
|
792
|
-
end
|
793
|
-
end
|
794
|
-
|
795
|
-
class EnterpriseEapTls < Stripe::RequestParams
|
796
|
-
# A File ID representing a PEM file containing the server certificate
|
797
|
-
attr_accessor :ca_certificate_file
|
798
|
-
# A File ID representing a PEM file containing the client certificate
|
799
|
-
attr_accessor :client_certificate_file
|
800
|
-
# A File ID representing a PEM file containing the client RSA private key
|
801
|
-
attr_accessor :private_key_file
|
802
|
-
# Password for the private key file
|
803
|
-
attr_accessor :private_key_file_password
|
804
|
-
# Name of the WiFi network
|
805
|
-
attr_accessor :ssid
|
806
|
-
|
807
|
-
def initialize(
|
808
|
-
ca_certificate_file: nil,
|
809
|
-
client_certificate_file: nil,
|
810
|
-
private_key_file: nil,
|
811
|
-
private_key_file_password: nil,
|
812
|
-
ssid: nil
|
813
|
-
)
|
814
|
-
@ca_certificate_file = ca_certificate_file
|
815
|
-
@client_certificate_file = client_certificate_file
|
816
|
-
@private_key_file = private_key_file
|
817
|
-
@private_key_file_password = private_key_file_password
|
818
|
-
@ssid = ssid
|
819
|
-
end
|
820
|
-
end
|
821
|
-
|
822
|
-
class PersonalPsk < Stripe::RequestParams
|
823
|
-
# Password for connecting to the WiFi network
|
824
|
-
attr_accessor :password
|
825
|
-
# Name of the WiFi network
|
826
|
-
attr_accessor :ssid
|
827
|
-
|
828
|
-
def initialize(password: nil, ssid: nil)
|
829
|
-
@password = password
|
830
|
-
@ssid = ssid
|
831
|
-
end
|
832
|
-
end
|
833
|
-
# Credentials for a WPA-Enterprise WiFi network using the EAP-PEAP authentication method.
|
834
|
-
attr_accessor :enterprise_eap_peap
|
835
|
-
# Credentials for a WPA-Enterprise WiFi network using the EAP-TLS authentication method.
|
836
|
-
attr_accessor :enterprise_eap_tls
|
837
|
-
# Credentials for a WPA-Personal WiFi network.
|
838
|
-
attr_accessor :personal_psk
|
839
|
-
# Security type of the WiFi network. Fill out the hash with the corresponding name to provide the set of credentials for this security type.
|
840
|
-
attr_accessor :type
|
841
|
-
|
842
|
-
def initialize(
|
843
|
-
enterprise_eap_peap: nil,
|
844
|
-
enterprise_eap_tls: nil,
|
845
|
-
personal_psk: nil,
|
846
|
-
type: nil
|
847
|
-
)
|
848
|
-
@enterprise_eap_peap = enterprise_eap_peap
|
849
|
-
@enterprise_eap_tls = enterprise_eap_tls
|
850
|
-
@personal_psk = personal_psk
|
851
|
-
@type = type
|
852
|
-
end
|
853
|
-
end
|
854
|
-
# An object containing device type specific settings for BBPOS WisePOS E readers
|
855
|
-
attr_accessor :bbpos_wisepos_e
|
856
|
-
# Specifies which fields in the response should be expanded.
|
857
|
-
attr_accessor :expand
|
858
|
-
# Name of the configuration
|
859
|
-
attr_accessor :name
|
860
|
-
# Configurations for collecting transactions offline.
|
861
|
-
attr_accessor :offline
|
862
|
-
# Reboot time settings for readers that support customized reboot time configuration.
|
863
|
-
attr_accessor :reboot_window
|
864
|
-
# An object containing device type specific settings for Stripe S700 readers
|
865
|
-
attr_accessor :stripe_s700
|
866
|
-
# Tipping configurations for readers supporting on-reader tips
|
867
|
-
attr_accessor :tipping
|
868
|
-
# An object containing device type specific settings for Verifone P400 readers
|
869
|
-
attr_accessor :verifone_p400
|
870
|
-
# Configurations for connecting to a WiFi network.
|
871
|
-
attr_accessor :wifi
|
872
|
-
|
873
|
-
def initialize(
|
874
|
-
bbpos_wisepos_e: nil,
|
875
|
-
expand: nil,
|
876
|
-
name: nil,
|
877
|
-
offline: nil,
|
878
|
-
reboot_window: nil,
|
879
|
-
stripe_s700: nil,
|
880
|
-
tipping: nil,
|
881
|
-
verifone_p400: nil,
|
882
|
-
wifi: nil
|
883
|
-
)
|
884
|
-
@bbpos_wisepos_e = bbpos_wisepos_e
|
885
|
-
@expand = expand
|
886
|
-
@name = name
|
887
|
-
@offline = offline
|
888
|
-
@reboot_window = reboot_window
|
889
|
-
@stripe_s700 = stripe_s700
|
890
|
-
@tipping = tipping
|
891
|
-
@verifone_p400 = verifone_p400
|
892
|
-
@wifi = wifi
|
893
|
-
end
|
894
|
-
end
|
895
|
-
|
896
|
-
class ListParams < Stripe::RequestParams
|
897
|
-
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
898
|
-
attr_accessor :ending_before
|
899
|
-
# Specifies which fields in the response should be expanded.
|
900
|
-
attr_accessor :expand
|
901
|
-
# if present, only return the account default or non-default configurations.
|
902
|
-
attr_accessor :is_account_default
|
903
|
-
# A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
|
904
|
-
attr_accessor :limit
|
905
|
-
# A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.
|
906
|
-
attr_accessor :starting_after
|
907
|
-
|
908
|
-
def initialize(
|
909
|
-
ending_before: nil,
|
910
|
-
expand: nil,
|
911
|
-
is_account_default: nil,
|
912
|
-
limit: nil,
|
913
|
-
starting_after: nil
|
914
|
-
)
|
915
|
-
@ending_before = ending_before
|
916
|
-
@expand = expand
|
917
|
-
@is_account_default = is_account_default
|
918
|
-
@limit = limit
|
919
|
-
@starting_after = starting_after
|
920
|
-
end
|
921
|
-
end
|
922
|
-
|
923
|
-
class CreateParams < Stripe::RequestParams
|
924
|
-
class BbposWiseposE < Stripe::RequestParams
|
925
|
-
# A File ID representing an image to display on the reader
|
926
|
-
attr_accessor :splashscreen
|
927
|
-
|
928
|
-
def initialize(splashscreen: nil)
|
929
|
-
@splashscreen = splashscreen
|
930
|
-
end
|
931
|
-
end
|
932
|
-
|
933
|
-
class Offline < Stripe::RequestParams
|
934
|
-
# Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
|
935
|
-
attr_accessor :enabled
|
936
|
-
|
937
|
-
def initialize(enabled: nil)
|
938
|
-
@enabled = enabled
|
939
|
-
end
|
940
|
-
end
|
941
|
-
|
942
|
-
class RebootWindow < Stripe::RequestParams
|
943
|
-
# Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
|
944
|
-
attr_accessor :end_hour
|
945
|
-
# Integer between 0 to 23 that represents the start hour of the reboot time window.
|
946
|
-
attr_accessor :start_hour
|
947
|
-
|
948
|
-
def initialize(end_hour: nil, start_hour: nil)
|
949
|
-
@end_hour = end_hour
|
950
|
-
@start_hour = start_hour
|
951
|
-
end
|
952
|
-
end
|
953
|
-
|
954
|
-
class StripeS700 < Stripe::RequestParams
|
955
|
-
# A File ID representing an image you would like displayed on the reader.
|
956
|
-
attr_accessor :splashscreen
|
957
|
-
|
958
|
-
def initialize(splashscreen: nil)
|
959
|
-
@splashscreen = splashscreen
|
960
|
-
end
|
961
|
-
end
|
962
|
-
|
963
|
-
class Tipping < Stripe::RequestParams
|
964
|
-
class Aed < Stripe::RequestParams
|
965
|
-
# Fixed amounts displayed when collecting a tip
|
966
|
-
attr_accessor :fixed_amounts
|
967
|
-
# Percentages displayed when collecting a tip
|
968
|
-
attr_accessor :percentages
|
969
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
970
|
-
attr_accessor :smart_tip_threshold
|
971
|
-
|
972
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
973
|
-
@fixed_amounts = fixed_amounts
|
974
|
-
@percentages = percentages
|
975
|
-
@smart_tip_threshold = smart_tip_threshold
|
976
|
-
end
|
977
|
-
end
|
978
|
-
|
979
|
-
class Aud < Stripe::RequestParams
|
980
|
-
# Fixed amounts displayed when collecting a tip
|
981
|
-
attr_accessor :fixed_amounts
|
982
|
-
# Percentages displayed when collecting a tip
|
983
|
-
attr_accessor :percentages
|
984
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
985
|
-
attr_accessor :smart_tip_threshold
|
986
|
-
|
987
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
988
|
-
@fixed_amounts = fixed_amounts
|
989
|
-
@percentages = percentages
|
990
|
-
@smart_tip_threshold = smart_tip_threshold
|
991
|
-
end
|
992
|
-
end
|
993
|
-
|
994
|
-
class Bgn < Stripe::RequestParams
|
995
|
-
# Fixed amounts displayed when collecting a tip
|
996
|
-
attr_accessor :fixed_amounts
|
997
|
-
# Percentages displayed when collecting a tip
|
998
|
-
attr_accessor :percentages
|
999
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1000
|
-
attr_accessor :smart_tip_threshold
|
1001
|
-
|
1002
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1003
|
-
@fixed_amounts = fixed_amounts
|
1004
|
-
@percentages = percentages
|
1005
|
-
@smart_tip_threshold = smart_tip_threshold
|
1006
|
-
end
|
1007
|
-
end
|
1008
|
-
|
1009
|
-
class Cad < Stripe::RequestParams
|
1010
|
-
# Fixed amounts displayed when collecting a tip
|
1011
|
-
attr_accessor :fixed_amounts
|
1012
|
-
# Percentages displayed when collecting a tip
|
1013
|
-
attr_accessor :percentages
|
1014
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1015
|
-
attr_accessor :smart_tip_threshold
|
1016
|
-
|
1017
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1018
|
-
@fixed_amounts = fixed_amounts
|
1019
|
-
@percentages = percentages
|
1020
|
-
@smart_tip_threshold = smart_tip_threshold
|
1021
|
-
end
|
1022
|
-
end
|
1023
|
-
|
1024
|
-
class Chf < Stripe::RequestParams
|
1025
|
-
# Fixed amounts displayed when collecting a tip
|
1026
|
-
attr_accessor :fixed_amounts
|
1027
|
-
# Percentages displayed when collecting a tip
|
1028
|
-
attr_accessor :percentages
|
1029
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1030
|
-
attr_accessor :smart_tip_threshold
|
1031
|
-
|
1032
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1033
|
-
@fixed_amounts = fixed_amounts
|
1034
|
-
@percentages = percentages
|
1035
|
-
@smart_tip_threshold = smart_tip_threshold
|
1036
|
-
end
|
1037
|
-
end
|
1038
|
-
|
1039
|
-
class Czk < Stripe::RequestParams
|
1040
|
-
# Fixed amounts displayed when collecting a tip
|
1041
|
-
attr_accessor :fixed_amounts
|
1042
|
-
# Percentages displayed when collecting a tip
|
1043
|
-
attr_accessor :percentages
|
1044
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1045
|
-
attr_accessor :smart_tip_threshold
|
1046
|
-
|
1047
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1048
|
-
@fixed_amounts = fixed_amounts
|
1049
|
-
@percentages = percentages
|
1050
|
-
@smart_tip_threshold = smart_tip_threshold
|
1051
|
-
end
|
1052
|
-
end
|
1053
|
-
|
1054
|
-
class Dkk < Stripe::RequestParams
|
1055
|
-
# Fixed amounts displayed when collecting a tip
|
1056
|
-
attr_accessor :fixed_amounts
|
1057
|
-
# Percentages displayed when collecting a tip
|
1058
|
-
attr_accessor :percentages
|
1059
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1060
|
-
attr_accessor :smart_tip_threshold
|
1061
|
-
|
1062
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1063
|
-
@fixed_amounts = fixed_amounts
|
1064
|
-
@percentages = percentages
|
1065
|
-
@smart_tip_threshold = smart_tip_threshold
|
1066
|
-
end
|
1067
|
-
end
|
1068
|
-
|
1069
|
-
class Eur < Stripe::RequestParams
|
1070
|
-
# Fixed amounts displayed when collecting a tip
|
1071
|
-
attr_accessor :fixed_amounts
|
1072
|
-
# Percentages displayed when collecting a tip
|
1073
|
-
attr_accessor :percentages
|
1074
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1075
|
-
attr_accessor :smart_tip_threshold
|
1076
|
-
|
1077
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1078
|
-
@fixed_amounts = fixed_amounts
|
1079
|
-
@percentages = percentages
|
1080
|
-
@smart_tip_threshold = smart_tip_threshold
|
1081
|
-
end
|
1082
|
-
end
|
1083
|
-
|
1084
|
-
class Gbp < Stripe::RequestParams
|
1085
|
-
# Fixed amounts displayed when collecting a tip
|
1086
|
-
attr_accessor :fixed_amounts
|
1087
|
-
# Percentages displayed when collecting a tip
|
1088
|
-
attr_accessor :percentages
|
1089
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1090
|
-
attr_accessor :smart_tip_threshold
|
1091
|
-
|
1092
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1093
|
-
@fixed_amounts = fixed_amounts
|
1094
|
-
@percentages = percentages
|
1095
|
-
@smart_tip_threshold = smart_tip_threshold
|
1096
|
-
end
|
1097
|
-
end
|
1098
|
-
|
1099
|
-
class Hkd < Stripe::RequestParams
|
1100
|
-
# Fixed amounts displayed when collecting a tip
|
1101
|
-
attr_accessor :fixed_amounts
|
1102
|
-
# Percentages displayed when collecting a tip
|
1103
|
-
attr_accessor :percentages
|
1104
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1105
|
-
attr_accessor :smart_tip_threshold
|
1106
|
-
|
1107
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1108
|
-
@fixed_amounts = fixed_amounts
|
1109
|
-
@percentages = percentages
|
1110
|
-
@smart_tip_threshold = smart_tip_threshold
|
1111
|
-
end
|
1112
|
-
end
|
1113
|
-
|
1114
|
-
class Huf < Stripe::RequestParams
|
1115
|
-
# Fixed amounts displayed when collecting a tip
|
1116
|
-
attr_accessor :fixed_amounts
|
1117
|
-
# Percentages displayed when collecting a tip
|
1118
|
-
attr_accessor :percentages
|
1119
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1120
|
-
attr_accessor :smart_tip_threshold
|
1121
|
-
|
1122
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1123
|
-
@fixed_amounts = fixed_amounts
|
1124
|
-
@percentages = percentages
|
1125
|
-
@smart_tip_threshold = smart_tip_threshold
|
1126
|
-
end
|
1127
|
-
end
|
1128
|
-
|
1129
|
-
class Jpy < Stripe::RequestParams
|
1130
|
-
# Fixed amounts displayed when collecting a tip
|
1131
|
-
attr_accessor :fixed_amounts
|
1132
|
-
# Percentages displayed when collecting a tip
|
1133
|
-
attr_accessor :percentages
|
1134
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1135
|
-
attr_accessor :smart_tip_threshold
|
1136
|
-
|
1137
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1138
|
-
@fixed_amounts = fixed_amounts
|
1139
|
-
@percentages = percentages
|
1140
|
-
@smart_tip_threshold = smart_tip_threshold
|
1141
|
-
end
|
1142
|
-
end
|
1143
|
-
|
1144
|
-
class Mxn < Stripe::RequestParams
|
1145
|
-
# Fixed amounts displayed when collecting a tip
|
1146
|
-
attr_accessor :fixed_amounts
|
1147
|
-
# Percentages displayed when collecting a tip
|
1148
|
-
attr_accessor :percentages
|
1149
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1150
|
-
attr_accessor :smart_tip_threshold
|
1151
|
-
|
1152
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1153
|
-
@fixed_amounts = fixed_amounts
|
1154
|
-
@percentages = percentages
|
1155
|
-
@smart_tip_threshold = smart_tip_threshold
|
1156
|
-
end
|
1157
|
-
end
|
1158
|
-
|
1159
|
-
class Myr < Stripe::RequestParams
|
1160
|
-
# Fixed amounts displayed when collecting a tip
|
1161
|
-
attr_accessor :fixed_amounts
|
1162
|
-
# Percentages displayed when collecting a tip
|
1163
|
-
attr_accessor :percentages
|
1164
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1165
|
-
attr_accessor :smart_tip_threshold
|
1166
|
-
|
1167
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1168
|
-
@fixed_amounts = fixed_amounts
|
1169
|
-
@percentages = percentages
|
1170
|
-
@smart_tip_threshold = smart_tip_threshold
|
1171
|
-
end
|
1172
|
-
end
|
1173
|
-
|
1174
|
-
class Nok < Stripe::RequestParams
|
1175
|
-
# Fixed amounts displayed when collecting a tip
|
1176
|
-
attr_accessor :fixed_amounts
|
1177
|
-
# Percentages displayed when collecting a tip
|
1178
|
-
attr_accessor :percentages
|
1179
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1180
|
-
attr_accessor :smart_tip_threshold
|
1181
|
-
|
1182
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1183
|
-
@fixed_amounts = fixed_amounts
|
1184
|
-
@percentages = percentages
|
1185
|
-
@smart_tip_threshold = smart_tip_threshold
|
1186
|
-
end
|
1187
|
-
end
|
1188
|
-
|
1189
|
-
class Nzd < Stripe::RequestParams
|
1190
|
-
# Fixed amounts displayed when collecting a tip
|
1191
|
-
attr_accessor :fixed_amounts
|
1192
|
-
# Percentages displayed when collecting a tip
|
1193
|
-
attr_accessor :percentages
|
1194
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1195
|
-
attr_accessor :smart_tip_threshold
|
1196
|
-
|
1197
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1198
|
-
@fixed_amounts = fixed_amounts
|
1199
|
-
@percentages = percentages
|
1200
|
-
@smart_tip_threshold = smart_tip_threshold
|
1201
|
-
end
|
1202
|
-
end
|
1203
|
-
|
1204
|
-
class Pln < Stripe::RequestParams
|
1205
|
-
# Fixed amounts displayed when collecting a tip
|
1206
|
-
attr_accessor :fixed_amounts
|
1207
|
-
# Percentages displayed when collecting a tip
|
1208
|
-
attr_accessor :percentages
|
1209
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1210
|
-
attr_accessor :smart_tip_threshold
|
1211
|
-
|
1212
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1213
|
-
@fixed_amounts = fixed_amounts
|
1214
|
-
@percentages = percentages
|
1215
|
-
@smart_tip_threshold = smart_tip_threshold
|
1216
|
-
end
|
1217
|
-
end
|
1218
|
-
|
1219
|
-
class Ron < Stripe::RequestParams
|
1220
|
-
# Fixed amounts displayed when collecting a tip
|
1221
|
-
attr_accessor :fixed_amounts
|
1222
|
-
# Percentages displayed when collecting a tip
|
1223
|
-
attr_accessor :percentages
|
1224
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1225
|
-
attr_accessor :smart_tip_threshold
|
1226
|
-
|
1227
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1228
|
-
@fixed_amounts = fixed_amounts
|
1229
|
-
@percentages = percentages
|
1230
|
-
@smart_tip_threshold = smart_tip_threshold
|
1231
|
-
end
|
1232
|
-
end
|
1233
|
-
|
1234
|
-
class Sek < Stripe::RequestParams
|
1235
|
-
# Fixed amounts displayed when collecting a tip
|
1236
|
-
attr_accessor :fixed_amounts
|
1237
|
-
# Percentages displayed when collecting a tip
|
1238
|
-
attr_accessor :percentages
|
1239
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1240
|
-
attr_accessor :smart_tip_threshold
|
1241
|
-
|
1242
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1243
|
-
@fixed_amounts = fixed_amounts
|
1244
|
-
@percentages = percentages
|
1245
|
-
@smart_tip_threshold = smart_tip_threshold
|
1246
|
-
end
|
1247
|
-
end
|
1248
|
-
|
1249
|
-
class Sgd < Stripe::RequestParams
|
1250
|
-
# Fixed amounts displayed when collecting a tip
|
1251
|
-
attr_accessor :fixed_amounts
|
1252
|
-
# Percentages displayed when collecting a tip
|
1253
|
-
attr_accessor :percentages
|
1254
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1255
|
-
attr_accessor :smart_tip_threshold
|
1256
|
-
|
1257
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1258
|
-
@fixed_amounts = fixed_amounts
|
1259
|
-
@percentages = percentages
|
1260
|
-
@smart_tip_threshold = smart_tip_threshold
|
1261
|
-
end
|
1262
|
-
end
|
1263
|
-
|
1264
|
-
class Usd < Stripe::RequestParams
|
1265
|
-
# Fixed amounts displayed when collecting a tip
|
1266
|
-
attr_accessor :fixed_amounts
|
1267
|
-
# Percentages displayed when collecting a tip
|
1268
|
-
attr_accessor :percentages
|
1269
|
-
# Below this amount, fixed amounts will be displayed; above it, percentages will be displayed
|
1270
|
-
attr_accessor :smart_tip_threshold
|
1271
|
-
|
1272
|
-
def initialize(fixed_amounts: nil, percentages: nil, smart_tip_threshold: nil)
|
1273
|
-
@fixed_amounts = fixed_amounts
|
1274
|
-
@percentages = percentages
|
1275
|
-
@smart_tip_threshold = smart_tip_threshold
|
1276
|
-
end
|
1277
|
-
end
|
1278
|
-
# Tipping configuration for AED
|
1279
|
-
attr_accessor :aed
|
1280
|
-
# Tipping configuration for AUD
|
1281
|
-
attr_accessor :aud
|
1282
|
-
# Tipping configuration for BGN
|
1283
|
-
attr_accessor :bgn
|
1284
|
-
# Tipping configuration for CAD
|
1285
|
-
attr_accessor :cad
|
1286
|
-
# Tipping configuration for CHF
|
1287
|
-
attr_accessor :chf
|
1288
|
-
# Tipping configuration for CZK
|
1289
|
-
attr_accessor :czk
|
1290
|
-
# Tipping configuration for DKK
|
1291
|
-
attr_accessor :dkk
|
1292
|
-
# Tipping configuration for EUR
|
1293
|
-
attr_accessor :eur
|
1294
|
-
# Tipping configuration for GBP
|
1295
|
-
attr_accessor :gbp
|
1296
|
-
# Tipping configuration for HKD
|
1297
|
-
attr_accessor :hkd
|
1298
|
-
# Tipping configuration for HUF
|
1299
|
-
attr_accessor :huf
|
1300
|
-
# Tipping configuration for JPY
|
1301
|
-
attr_accessor :jpy
|
1302
|
-
# Tipping configuration for MXN
|
1303
|
-
attr_accessor :mxn
|
1304
|
-
# Tipping configuration for MYR
|
1305
|
-
attr_accessor :myr
|
1306
|
-
# Tipping configuration for NOK
|
1307
|
-
attr_accessor :nok
|
1308
|
-
# Tipping configuration for NZD
|
1309
|
-
attr_accessor :nzd
|
1310
|
-
# Tipping configuration for PLN
|
1311
|
-
attr_accessor :pln
|
1312
|
-
# Tipping configuration for RON
|
1313
|
-
attr_accessor :ron
|
1314
|
-
# Tipping configuration for SEK
|
1315
|
-
attr_accessor :sek
|
1316
|
-
# Tipping configuration for SGD
|
1317
|
-
attr_accessor :sgd
|
1318
|
-
# Tipping configuration for USD
|
1319
|
-
attr_accessor :usd
|
1320
|
-
|
1321
|
-
def initialize(
|
1322
|
-
aed: nil,
|
1323
|
-
aud: nil,
|
1324
|
-
bgn: nil,
|
1325
|
-
cad: nil,
|
1326
|
-
chf: nil,
|
1327
|
-
czk: nil,
|
1328
|
-
dkk: nil,
|
1329
|
-
eur: nil,
|
1330
|
-
gbp: nil,
|
1331
|
-
hkd: nil,
|
1332
|
-
huf: nil,
|
1333
|
-
jpy: nil,
|
1334
|
-
mxn: nil,
|
1335
|
-
myr: nil,
|
1336
|
-
nok: nil,
|
1337
|
-
nzd: nil,
|
1338
|
-
pln: nil,
|
1339
|
-
ron: nil,
|
1340
|
-
sek: nil,
|
1341
|
-
sgd: nil,
|
1342
|
-
usd: nil
|
1343
|
-
)
|
1344
|
-
@aed = aed
|
1345
|
-
@aud = aud
|
1346
|
-
@bgn = bgn
|
1347
|
-
@cad = cad
|
1348
|
-
@chf = chf
|
1349
|
-
@czk = czk
|
1350
|
-
@dkk = dkk
|
1351
|
-
@eur = eur
|
1352
|
-
@gbp = gbp
|
1353
|
-
@hkd = hkd
|
1354
|
-
@huf = huf
|
1355
|
-
@jpy = jpy
|
1356
|
-
@mxn = mxn
|
1357
|
-
@myr = myr
|
1358
|
-
@nok = nok
|
1359
|
-
@nzd = nzd
|
1360
|
-
@pln = pln
|
1361
|
-
@ron = ron
|
1362
|
-
@sek = sek
|
1363
|
-
@sgd = sgd
|
1364
|
-
@usd = usd
|
1365
|
-
end
|
1366
|
-
end
|
1367
|
-
|
1368
|
-
class VerifoneP400 < Stripe::RequestParams
|
1369
|
-
# A File ID representing an image you would like displayed on the reader.
|
1370
|
-
attr_accessor :splashscreen
|
1371
|
-
|
1372
|
-
def initialize(splashscreen: nil)
|
1373
|
-
@splashscreen = splashscreen
|
1374
|
-
end
|
1375
|
-
end
|
1376
|
-
|
1377
|
-
class Wifi < Stripe::RequestParams
|
1378
|
-
class EnterpriseEapPeap < Stripe::RequestParams
|
1379
|
-
# A File ID representing a PEM file containing the server certificate
|
1380
|
-
attr_accessor :ca_certificate_file
|
1381
|
-
# Password for connecting to the WiFi network
|
1382
|
-
attr_accessor :password
|
1383
|
-
# Name of the WiFi network
|
1384
|
-
attr_accessor :ssid
|
1385
|
-
# Username for connecting to the WiFi network
|
1386
|
-
attr_accessor :username
|
1387
|
-
|
1388
|
-
def initialize(ca_certificate_file: nil, password: nil, ssid: nil, username: nil)
|
1389
|
-
@ca_certificate_file = ca_certificate_file
|
1390
|
-
@password = password
|
1391
|
-
@ssid = ssid
|
1392
|
-
@username = username
|
1393
|
-
end
|
1394
|
-
end
|
1395
|
-
|
1396
|
-
class EnterpriseEapTls < Stripe::RequestParams
|
1397
|
-
# A File ID representing a PEM file containing the server certificate
|
1398
|
-
attr_accessor :ca_certificate_file
|
1399
|
-
# A File ID representing a PEM file containing the client certificate
|
1400
|
-
attr_accessor :client_certificate_file
|
1401
|
-
# A File ID representing a PEM file containing the client RSA private key
|
1402
|
-
attr_accessor :private_key_file
|
1403
|
-
# Password for the private key file
|
1404
|
-
attr_accessor :private_key_file_password
|
1405
|
-
# Name of the WiFi network
|
1406
|
-
attr_accessor :ssid
|
1407
|
-
|
1408
|
-
def initialize(
|
1409
|
-
ca_certificate_file: nil,
|
1410
|
-
client_certificate_file: nil,
|
1411
|
-
private_key_file: nil,
|
1412
|
-
private_key_file_password: nil,
|
1413
|
-
ssid: nil
|
1414
|
-
)
|
1415
|
-
@ca_certificate_file = ca_certificate_file
|
1416
|
-
@client_certificate_file = client_certificate_file
|
1417
|
-
@private_key_file = private_key_file
|
1418
|
-
@private_key_file_password = private_key_file_password
|
1419
|
-
@ssid = ssid
|
1420
|
-
end
|
1421
|
-
end
|
1422
|
-
|
1423
|
-
class PersonalPsk < Stripe::RequestParams
|
1424
|
-
# Password for connecting to the WiFi network
|
1425
|
-
attr_accessor :password
|
1426
|
-
# Name of the WiFi network
|
1427
|
-
attr_accessor :ssid
|
1428
|
-
|
1429
|
-
def initialize(password: nil, ssid: nil)
|
1430
|
-
@password = password
|
1431
|
-
@ssid = ssid
|
1432
|
-
end
|
1433
|
-
end
|
1434
|
-
# Credentials for a WPA-Enterprise WiFi network using the EAP-PEAP authentication method.
|
1435
|
-
attr_accessor :enterprise_eap_peap
|
1436
|
-
# Credentials for a WPA-Enterprise WiFi network using the EAP-TLS authentication method.
|
1437
|
-
attr_accessor :enterprise_eap_tls
|
1438
|
-
# Credentials for a WPA-Personal WiFi network.
|
1439
|
-
attr_accessor :personal_psk
|
1440
|
-
# Security type of the WiFi network. Fill out the hash with the corresponding name to provide the set of credentials for this security type.
|
1441
|
-
attr_accessor :type
|
1442
|
-
|
1443
|
-
def initialize(
|
1444
|
-
enterprise_eap_peap: nil,
|
1445
|
-
enterprise_eap_tls: nil,
|
1446
|
-
personal_psk: nil,
|
1447
|
-
type: nil
|
1448
|
-
)
|
1449
|
-
@enterprise_eap_peap = enterprise_eap_peap
|
1450
|
-
@enterprise_eap_tls = enterprise_eap_tls
|
1451
|
-
@personal_psk = personal_psk
|
1452
|
-
@type = type
|
1453
|
-
end
|
1454
|
-
end
|
1455
|
-
# An object containing device type specific settings for BBPOS WisePOS E readers
|
1456
|
-
attr_accessor :bbpos_wisepos_e
|
1457
|
-
# Specifies which fields in the response should be expanded.
|
1458
|
-
attr_accessor :expand
|
1459
|
-
# Name of the configuration
|
1460
|
-
attr_accessor :name
|
1461
|
-
# Configurations for collecting transactions offline.
|
1462
|
-
attr_accessor :offline
|
1463
|
-
# Reboot time settings for readers that support customized reboot time configuration.
|
1464
|
-
attr_accessor :reboot_window
|
1465
|
-
# An object containing device type specific settings for Stripe S700 readers
|
1466
|
-
attr_accessor :stripe_s700
|
1467
|
-
# Tipping configurations for readers supporting on-reader tips
|
1468
|
-
attr_accessor :tipping
|
1469
|
-
# An object containing device type specific settings for Verifone P400 readers
|
1470
|
-
attr_accessor :verifone_p400
|
1471
|
-
# Configurations for connecting to a WiFi network.
|
1472
|
-
attr_accessor :wifi
|
1473
|
-
|
1474
|
-
def initialize(
|
1475
|
-
bbpos_wisepos_e: nil,
|
1476
|
-
expand: nil,
|
1477
|
-
name: nil,
|
1478
|
-
offline: nil,
|
1479
|
-
reboot_window: nil,
|
1480
|
-
stripe_s700: nil,
|
1481
|
-
tipping: nil,
|
1482
|
-
verifone_p400: nil,
|
1483
|
-
wifi: nil
|
1484
|
-
)
|
1485
|
-
@bbpos_wisepos_e = bbpos_wisepos_e
|
1486
|
-
@expand = expand
|
1487
|
-
@name = name
|
1488
|
-
@offline = offline
|
1489
|
-
@reboot_window = reboot_window
|
1490
|
-
@stripe_s700 = stripe_s700
|
1491
|
-
@tipping = tipping
|
1492
|
-
@verifone_p400 = verifone_p400
|
1493
|
-
@wifi = wifi
|
602
|
+
def self.field_remappings
|
603
|
+
@field_remappings = {}
|
1494
604
|
end
|
1495
605
|
end
|
606
|
+
# Attribute for field bbpos_wisepad3
|
607
|
+
attr_reader :bbpos_wisepad3
|
1496
608
|
# Attribute for field bbpos_wisepos_e
|
1497
609
|
attr_reader :bbpos_wisepos_e
|
1498
610
|
# Unique identifier for the object.
|
@@ -1569,6 +681,23 @@ module Stripe
|
|
1569
681
|
opts: opts
|
1570
682
|
)
|
1571
683
|
end
|
684
|
+
|
685
|
+
def self.inner_class_types
|
686
|
+
@inner_class_types = {
|
687
|
+
bbpos_wisepad3: BbposWisepad3,
|
688
|
+
bbpos_wisepos_e: BbposWiseposE,
|
689
|
+
offline: Offline,
|
690
|
+
reboot_window: RebootWindow,
|
691
|
+
stripe_s700: StripeS700,
|
692
|
+
tipping: Tipping,
|
693
|
+
verifone_p400: VerifoneP400,
|
694
|
+
wifi: Wifi,
|
695
|
+
}
|
696
|
+
end
|
697
|
+
|
698
|
+
def self.field_remappings
|
699
|
+
@field_remappings = {}
|
700
|
+
end
|
1572
701
|
end
|
1573
702
|
end
|
1574
703
|
end
|