sendReceiptToCustomer property

bool? sendReceiptToCustomer
final

Whether to send a payment receipt to the customer.

If true and notifyCustomer is also true, the customer will receive a receipt via email after successful payment.

Implementation

final bool? sendReceiptToCustomer;