MissingRatesMail
extends Mailable
in package
Uses
Queueable, SerializesModels
Table of Contents
- $missing_rates : mixed
- $origin : mixed
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$missing_rates
private
mixed
$missing_rates
$origin
private
mixed
$origin
Methods
__construct()
Create a new message instance.
public
__construct(mixed $missing_rates[, mixed $origin = null ]) : void
Parameters
- $missing_rates : mixed
- $origin : mixed = null
Return values
void —build()
Build the message.
public
build() : $this