Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getRecipientEmail(): string
Email address to send card details to.
Email address to send card details to.
|
#
|
public
|
setRecipientEmail(string $recipientEmail): self
Email address to send card details to.
Email address to send card details to.
|
#
|
public
|
getSenderName(): string
Sender name. Shows up in the subject of the email.
Sender name. Shows up in the subject of the email.
|
#
|
public
|
setSenderName(string $senderName): self
Sender name. Shows up in the subject of the email.
Sender name. Shows up in the subject of the email.
|
#
|
public
|
getMessage(): ?string
Message to send with the card details.
Message to send with the card details.
|
#
|
public
|
setMessage(?string $message): self
Message to send with the card details.
Message to send with the card details.
|
#
|
public
|
getExpiryDays(): ?int
Link expiry in number of days. Defaults to 30.
Link expiry in number of days. Defaults to 30.
|
#
|
public
|
setExpiryDays(?int $expiryDays): self
Link expiry in number of days. Defaults to 30.
Link expiry in number of days. Defaults to 30.
|
#
|