receiptEmail property

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

Email address that the receipt for the resulting payment will be sent to.

Implementation

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