UnderThresholdInvoiceMail
extends AbstractClientMail
in package
UnderThresholdInvoiceMail
Mail sent to user when an invoice cannot be issued because the threshold is not reached
Tags
Table of Contents
- $companyName : string
- $email : string
- $firstName : string
- $lastName : string
- $customer : CustomerResource|stdClass|Customer
- $total : string
- __construct() : mixed
- UnderThresholdInvoiceMail
- 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
$total read-only
private
string
$total
Methods
__construct()
UnderThresholdInvoiceMail
public
__construct(CustomerResource|stdClass|Customer $customer, string $total) : mixed
Parameters
- $customer : CustomerResource|stdClass|Customer
-
the customer
- $total : string
Tags
Return values
mixed —content()
public
content() : Content
Return values
Content —the rendered content of the email