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

    Interface VerificationPriceCall

    Prices associated with this verification

    interface VerificationPriceCall {
        billableDuration?: number;
        terminationPrice?: Price;
        verificationPrice?: Price;
    }
    Index

    Properties

    billableDuration?: number

    The time of the call for which the fee was charged. Present only when termination debiting is enabled (disabled by default). Depending on the type of rounding used, the value is the actual call time rounded to the nearest second, minute or other value.

    terminationPrice?: Price

    The maximum cost of the call made during this verification process. Present only when termination debiting is enabled (disabled by default). This property will appear in the body of the response with a delay. It will become visible only after the call is completed, when its cost is known to Sinch.

    verificationPrice?: Price

    The maximum price charged for this verification process. This property will appear in the body of the response with a delay. It will become visible only when the verification status is other than PENDING.