receiptEmail property
Email address that the receipt for the resulting payment will be sent to.
Implementation
@JsonKey(name: "return_url") String? get returnUrl;/// Email address that the receipt for the resulting payment will be sent to.
@JsonKey(name: "receipt_email") String? get receiptEmail;