Method: Twilio::REST::Preview::HostedNumbers::HostedNumberOrderInstance#cc_emails

Defined in:
lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb

#cc_emailsArray<String>

Returns A list of emails that LOA document for this HostedNumberOrder will be carbon copied to.

Returns:

  • (Array<String>)

    A list of emails that LOA document for this HostedNumberOrder will be carbon copied to.



524
525
526
# File 'lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb', line 524

def cc_emails
    @properties['cc_emails']
end