interface Advices {
    AuthenticateToServiceConditionAdvice?: string[];
    TransactionConditionAdvice?: string[];
}

Properties

AuthenticateToServiceConditionAdvice?: string[]
TransactionConditionAdvice?: string[]