Interface ISiteSettingsGuestAccess

interface ISiteSettingsGuestAccess {
    _id: string;
    auth: string;
    authorize_use_sandbox: boolean;
    custom_ip: string;
    ec_enabled: boolean;
    expire: number;
    expire_number: number;
    expire_unit: number;
    facebook_enabled: boolean;
    gateway: string;
    ippay_use_sandbox: boolean;
    key: "guest_access";
    merchantwarrior_use_sandbox: boolean;
    password_enabled: boolean;
    payment_enabled: boolean;
    paypal_use_sandbox: boolean;
    portal_customized: boolean;
    portal_customized_bg_color: string;
    portal_customized_bg_image_enabled: boolean;
    portal_customized_bg_image_tile: boolean;
    portal_customized_box_color: string;
    portal_customized_box_link_color: string;
    portal_customized_box_opacity: number;
    portal_customized_box_text_color: string;
    portal_customized_button_color: string;
    portal_customized_button_text_color: string;
    portal_customized_languages: string[];
    portal_customized_link_color: string;
    portal_customized_logo_enabled: boolean;
    portal_customized_text_color: string;
    portal_customized_tos: string;
    portal_customized_tos_enabled: boolean;
    portal_customized_welcome_text: string;
    portal_customized_welcome_text_enabled: boolean;
    portal_customized_welcome_text_position: string;
    portal_enabled: boolean;
    portal_hostname: string;
    portal_use_hostname: boolean;
    quickpay_testmode: boolean;
    radius_auth_type: string;
    radius_disconnect_enabled: boolean;
    radius_disconnect_port: number;
    radius_enabled: boolean;
    radiusprofile_id: string;
    redirect_enabled: boolean;
    redirect_https: boolean;
    redirect_url: string;
    restricted_subnet_1: string;
    restricted_subnet_2: string;
    restricted_subnet_3: string;
    site_id: string;
    template_engine: string;
    voucher_enabled: boolean;
    wechat_enabled: boolean;
    x_authorize_loginid: string;
    x_authorize_transactionkey: string;
    x_ippay_terminalid: string;
    x_merchantwarrior_apikey: string;
    x_merchantwarrior_apipassphrase: string;
    x_merchantwarrior_merchantuuid: string;
    x_password: string;
    x_paypal_password: string;
    x_paypal_signature: string;
    x_paypal_username: string;
    x_quickpay_agreementid: string;
    x_quickpay_apikey: string;
    x_quickpay_merchantid: string;
    x_stripe_api_key: string;
}

Hierarchy (view full)

Properties

_id: string
auth: string
authorize_use_sandbox: boolean
custom_ip: string
ec_enabled: boolean
expire: number
expire_number: number
expire_unit: number
facebook_enabled: boolean
gateway: string
ippay_use_sandbox: boolean
key: "guest_access"
merchantwarrior_use_sandbox: boolean
password_enabled: boolean
payment_enabled: boolean
paypal_use_sandbox: boolean
portal_customized: boolean
portal_customized_bg_color: string
portal_customized_bg_image_enabled: boolean
portal_customized_bg_image_tile: boolean
portal_customized_box_color: string
portal_customized_box_link_color: string
portal_customized_box_opacity: number
portal_customized_box_text_color: string
portal_customized_button_color: string
portal_customized_button_text_color: string
portal_customized_languages: string[]
portal_customized_link_color: string
portal_customized_logo_enabled: boolean
portal_customized_text_color: string
portal_customized_tos: string
portal_customized_tos_enabled: boolean
portal_customized_welcome_text: string
portal_customized_welcome_text_enabled: boolean
portal_customized_welcome_text_position: string
portal_enabled: boolean
portal_hostname: string
portal_use_hostname: boolean
quickpay_testmode: boolean
radius_auth_type: string
radius_disconnect_enabled: boolean
radius_disconnect_port: number
radius_enabled: boolean
radiusprofile_id: string
redirect_enabled: boolean
redirect_https: boolean
redirect_url: string
restricted_subnet_1: string
restricted_subnet_2: string
restricted_subnet_3: string
site_id: string
template_engine: string
voucher_enabled: boolean
wechat_enabled: boolean
x_authorize_loginid: string
x_authorize_transactionkey: string
x_ippay_terminalid: string
x_merchantwarrior_apikey: string
x_merchantwarrior_apipassphrase: string
x_merchantwarrior_merchantuuid: string
x_password: string
x_paypal_password: string
x_paypal_signature: string
x_paypal_username: string
x_quickpay_agreementid: string
x_quickpay_apikey: string
x_quickpay_merchantid: string
x_stripe_api_key: string

Generated using TypeDoc