url property

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

The URL for the Hosted Checkout page. Redirect the shopper to this URL so they can make the payment.

Implementation

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