Documentation

ShareStripePaymentLink extends Mailable Uses Queueable, SerializesModels

Table of Contents

$agency  : mixed
$amount  : mixed
$booking  : mixed
$bookingItems  : mixed
$customer  : mixed
$discount  : mixed
$emailsFooter  : mixed
$language  : mixed
$link  : mixed
$logo4Header  : mixed
$participants  : mixed
$title4Header  : mixed
__construct()  : void
Create a new message instance.
build()  : $this
Build the message.
get()  : $this
Set the subject of the message.
setUp()  : void
Create a new message instance.
subject()  : $this
Set the subject of the message.

Properties

Methods

__construct()

Create a new message instance.

public __construct(mixed $link, mixed $amount, mixed $booking) : void
Parameters
$link : mixed
$amount : mixed
$booking : mixed
Return values
void

get()

Set the subject of the message.

public get(string $subject) : $this
Parameters
$subject : string
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
Return values
$this

Search results