receiptEmail property

  1. @JsonKey.new(name: "receipt_email")
String? get 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

dynamic get processing;/// 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.
@JsonKey(name: "receipt_email") String? get receiptEmail;