receiptEmail property

  1. @JsonKey(name: "receipt_email")
String? receiptEmail
inherited

Email address that the receipt for the resulting payment will be sent to. If receipt_email is specified for a payment in live mode, a receipt will be sent regardless of your email settings.

Implementation

@JsonKey(name: "receipt_email")
String? get receiptEmail =>
    throw _privateConstructorUsedError;