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