recurly-8.x-1.x-dev/config/schema/recurly.schema.yml
config/schema/recurly.schema.yml
recurly.settings:
type: config_object
label: Settings
mapping:
recurly_subscription_max:
type: string
recurly_default_currency:
type: string
recurly_public_key:
type: string
recurly_subscription_display:
type: string
recurly_subscription_upgrade_timeframe:
type: string
recurly_subscription_downgrade_timeframe:
type: string
recurly_subscription_cancel_behavior:
type: string
recurly_subscription_multiple:
type: string
recurly_subscription_plans:
type: sequence
sequence:
type: mapping
mapping:
status:
type: string
weight:
type: string
recurly_entity_type:
type: string
recurly_pages:
type: string
recurly_coupon_page:
type: string
recurly_subdomain:
type: string
recurly_listener_key:
type: string
recurly_push_logging:
type: boolean
recurly_private_api_key:
type: string
recurly_date_format:
type: string
recurly_token_mapping:
type: mapping
mapping:
email:
type: string
username:
type: string
first_name:
type: string
last_name:
type: string
company_name:
type: string
address1:
type: string
address2:
type: string
city:
type: string
state:
type: string
zip:
type: string
country:
type: string
phone:
type: string
