Instance Method

customerEmailAddress(_:)

Specify the email address for the customer. When the email address is provided and the transaction is uploaded to Quantum Pay Cloud, the customer will be sent the transaction receipt via email.

Declaration

@discardableResult func customerEmailAddress(_ email: String) -> TransactionBuilder

Return Value

The current TransactionBuilder instance for fluent access.

Parameters

s email

The customer’s email address.