returnUrl property

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

If you are handling next actions yourself, pass in a return_url. If the subsequent action is redirect_to_url, this URL will be used on the return path for the redirect.

Implementation

ShippingDetails? get shipping;/// If you are handling next actions yourself, pass in a return_url.
/// If the subsequent action is redirect_to_url,
/// this URL will be used on the return path for the redirect.
@JsonKey(name: "return_url") String? get returnUrl;