ok
Direktori : /home2/selectio/public_html/billingsoftwarenew/core/vendor/sendgrid/sendgrid/lib/mail/ |
Current File : /home2/selectio/public_html/billingsoftwarenew/core/vendor/sendgrid/sendgrid/lib/mail/Bcc.php |
<?php /** * This helper builds the Bcc object for a /mail/send API call */ namespace SendGrid\Mail; /** * This class is used to construct a Bcc object for the /mail/send API call * * @package SendGrid\Mail */ class Bcc extends EmailAddress implements \JsonSerializable { }