sendReceiptToCustomer property
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;
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.
final bool? sendReceiptToCustomer;