Uses of Class
com.sinch.sdk.domains.voice.models.Price
Package
Description
Voice API related models
Voice API specific responses related models
Voice API webhooks related models
-
Uses of Price in com.sinch.sdk.domains.voice.models
Modifier and TypeMethodDescriptionPrice.Builder.build()
NumberInformation.getRate()
The cost per minute to call the destination numberModifier and TypeMethodDescriptionModifierConstructorDescriptionNumberInformation
(String countryId, NumberType numberType, E164PhoneNumber normalizedNumber, Boolean restricted, Price rate) -
Uses of Price in com.sinch.sdk.domains.voice.models.response
Modifier and TypeMethodDescriptionCallInformation.getDebit()
The total amount charged for the callCallInformation.getUserRate()
The rate per minute that was charged for the call. -
Uses of Price in com.sinch.sdk.domains.voice.models.webhooks
Modifier and TypeMethodDescriptionDisconnectCallEvent.getDebit()
Amount charged for the callDisconnectCallEvent.getUserRate()
Rate per minute for the callIncomingCallEvent.getUserRate()
Charged for the call established to the original destination.Modifier and TypeMethodDescriptionDisconnectCallEvent.Builder.setUserRate
(Price userRate) IncomingCallEvent.Builder.setUserRate
(Price userRate)