8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
namespace Nexmo\Account;
|
|
|
|
class SmsPrice extends Price {
|
|
protected $priceMethod = 'getOutboundSmsPrice';
|
|
}
|