FutureRateChange
extends Mailable
in package
Uses
Queueable, SerializesModels
Table of Contents
- $timeline : Timeline
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$timeline
private
Timeline
$timeline
Methods
__construct()
Create a new message instance.
public
__construct(Timeline $timeline) : void
Parameters
- $timeline : Timeline
Return values
void —build()
Build the message.
public
build() : $this