Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface LineEnterpriseCredentialsJapan

    interface LineEnterpriseCredentialsJapan {
        is_default?: boolean;
        line_japan: LineEnterpriseCredentialsPair;
        line_thailand?: never;
    }
    Index

    Properties

    is_default?: boolean

    When an app contains multiple LINE or LINE Enterprise credentials, one of the credentials needs to be defined as the default. Setting this property to true marks the corresponding credentials as the default credentials.

    line_japan: LineEnterpriseCredentialsPair

    LINE Credentials Japan

    line_thailand?: never