include/lightspeed@platform@turnkey_presets_BillingDefaults.hrl

-record(billing_defaults, {
    provider_module :: binary(),
    webhook_verification :: boolean(),
    dunning_enabled :: boolean(),
    idempotency_required :: boolean()
}).