returnUrl property
The url your customer will be directed to after they complete authentication.
Implementation
@JsonKey(name: "payment_method") String? get paymentMethod;/// The url your customer will be directed to after they complete authentication.
@JsonKey(name: "return_url") String? get returnUrl;