requestShipping property

bool requestShipping
inherited

Collect shipping address by setting this option to true. The address appears in the PaymentResponse.

You must also supply a valid ShippingOptions to the shippingOptions property. This can be up front at the time stripe.paymentRequest is called, or in response to a shippingaddresschange event using the updateWith callback.

Implementation

bool get requestShipping => throw _privateConstructorUsedError;