Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema InvoiceSettingCustomerSetting
Documentation
data InvoiceSettingCustomerSetting Source #
Defines the object schema located at components.schemas.invoice_setting_customer_setting
in the specification.
InvoiceSettingCustomerSetting | |
|
Instances
mkInvoiceSettingCustomerSetting :: InvoiceSettingCustomerSetting Source #
Create a new InvoiceSettingCustomerSetting
with all required fields.
data InvoiceSettingCustomerSettingDefaultPaymentMethod'Variants Source #
Defines the oneOf schema located at components.schemas.invoice_setting_customer_setting.properties.default_payment_method.anyOf
in the specification.
ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices.
InvoiceSettingCustomerSettingDefaultPaymentMethod'Text Text | |
InvoiceSettingCustomerSettingDefaultPaymentMethod'PaymentMethod PaymentMethod |