You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see {Orb::Models::Customer}
299
306
# for more details.
300
307
#
@@ -363,6 +370,8 @@ class Customer < Orb::Internal::Type::BaseModel
363
370
#
364
371
# @param automatic_tax_enabled [Boolean, nil] Whether automatic tax calculation is enabled for this customer. This field is nu
365
372
#
373
+
# @param payment_configuration [Orb::Models::Customer::PaymentConfiguration, nil] Payment configuration for the customer, applicable when using Orb Invoicing with
# Some parameter documentations has been truncated, see
282
289
# {Orb::Models::CustomerCreateParams} for more details.
283
290
#
@@ -305,6 +312,8 @@ class CustomerCreateParams < Orb::Internal::Type::BaseModel
305
312
#
306
313
# @param metadata [Hash{Symbol=>String, nil}, nil] User-specified key/value pairs for the resource. Individual keys can be removed
307
314
#
315
+
# @param payment_configuration [Orb::Models::CustomerCreateParams::PaymentConfiguration, nil] Payment configuration for the customer, applicable when using Orb Invoicing with
316
+
#
308
317
# @param payment_provider [Symbol, Orb::Models::CustomerCreateParams::PaymentProvider, nil] This is used for creating charges or invoices in an external system via Orb. Whe
309
318
#
310
319
# @param payment_provider_id [String, nil] The ID of this customer in an external payments solution, such as Stripe. This i
@@ -321,6 +330,61 @@ class CustomerCreateParams < Orb::Internal::Type::BaseModel
# Some parameter documentations has been truncated, see
367
+
# {Orb::Models::CustomerCreateParams::PaymentConfiguration::PaymentProvider} for
368
+
# more details.
369
+
#
370
+
# @param provider_type [Symbol, Orb::Models::CustomerCreateParams::PaymentConfiguration::PaymentProvider::ProviderType] The payment provider to configure.
371
+
#
372
+
# @param excluded_payment_method_types [Array<String>] List of Stripe payment method types to exclude for this customer. Excluded payme
# Some parameter documentations has been truncated, see
282
291
# {Orb::Models::CustomerUpdateByExternalIDParams} for more details.
283
292
#
@@ -305,6 +314,8 @@ class CustomerUpdateByExternalIDParams < Orb::Internal::Type::BaseModel
305
314
#
306
315
# @param name [String, nil] The full name of the customer
307
316
#
317
+
# @param payment_configuration [Orb::Models::CustomerUpdateByExternalIDParams::PaymentConfiguration, nil] Payment configuration for the customer, applicable when using Orb Invoicing with
318
+
#
308
319
# @param payment_provider [Symbol, Orb::Models::CustomerUpdateByExternalIDParams::PaymentProvider, nil] This is used for creating charges or invoices in an external system via Orb. Whe
309
320
#
310
321
# @param payment_provider_id [String, nil] The ID of this customer in an external payments solution, such as Stripe. This i
@@ -319,6 +330,61 @@ class CustomerUpdateByExternalIDParams < Orb::Internal::Type::BaseModel
# @param provider_type [Symbol, Orb::Models::CustomerUpdateByExternalIDParams::PaymentConfiguration::PaymentProvider::ProviderType] The payment provider to configure.
371
+
#
372
+
# @param excluded_payment_method_types [Array<String>] List of Stripe payment method types to exclude for this customer. Excluded payme
0 commit comments