InvoicePayMail extends Mailable Uses Queueable, SerializesModels
Table of Contents
- $amountInvoices : mixed
- $appImage : mixed
- $date : mixed
- $invoiceNumber : mixed
- $store : mixed
- $title4Header : mixed
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
- setUp() : void
- Create a new message instance.
- subject() : $this
- Set the subject of the message.
Properties
$amountInvoices
public
mixed
$amountInvoices
$appImage
public
mixed
$appImage
= ''
$date
public
mixed
$date
$invoiceNumber
public
mixed
$invoiceNumber
$store
public
mixed
$store
$title4Header
public
mixed
$title4Header
= ''
Methods
__construct()
Create a new message instance.
public
__construct(mixed $invoice, mixed $store) : void
Parameters
- $invoice : mixed
- $store : mixed
Return values
void —build()
Build the message.
public
build() : $this
Return values
$this —setUp()
Create a new message instance.
public
setUp() : void
Return values
void —subject()
Set the subject of the message.
public
subject(string $subject) : $this
Parameters
- $subject : string