ZeroInvoiceMail
extends AbstractClientMail
in package
ZeroInvoiceMail
Mail sent to user when an invoice cannot be issued because is zero euro
Tags
Table of Contents
- $companyName : string
- $email : string
- $firstName : string
- $lastName : string
- $customer : CustomerResource|stdClass|Customer
- __construct() : mixed
- ZeroInvoiceMail
- content() : Content
Properties
$companyName
protected
string
$companyName
of the user
protected
string
$email
email of the user
$firstName
protected
string
$firstName
firstname of the user
$lastName
protected
string
$lastName
of the user
$customer read-only
private
CustomerResource|stdClass|Customer
$customer
Methods
__construct()
ZeroInvoiceMail
public
__construct(CustomerResource|stdClass|Customer $customer) : mixed
Parameters
- $customer : CustomerResource|stdClass|Customer
-
the customer
Tags
Return values
mixed —content()
public
content() : Content
Return values
Content —the rendered content of the email