returnUrl property

  1. @JsonKey.new(name: "return_url")
String? get returnUrl
inherited

The url your customer will be directed to after they complete authentication.

Implementation

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