returnUrl property

  1. @BuiltValueField.new(wireName: r'returnUrl')
String? get returnUrl

Website URL used for redirection after payment is completed. If provided, a Continue button will be shown on the payment page. If shoppers select the button, they are redirected to the specified URL.

Implementation

@BuiltValueField(wireName: r'returnUrl')
String? get returnUrl;