public class VoiceNumber.OutboundCallPrice extends Object
| Constructor and Description |
|---|
OutboundCallPrice(BigDecimal basePrice,
BigDecimal currentPrice) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getBasePrice()
Price per minute for outbound calls to a specific phone number, before any discounts have been applied.
|
BigDecimal |
getCurrentPrice()
Price per minute for outbound calls to a specific phone number, after the requesting account's discounts, if
any, have been applied.
|
int |
hashCode() |
public OutboundCallPrice(BigDecimal basePrice, BigDecimal currentPrice)
public BigDecimal getBasePrice()
public BigDecimal getCurrentPrice()
Copyright © 2011 Twilio, Inc. All Rights Reserved.