setShippingInfoRequired
fun setShippingInfoRequired(shippingInfoRequired: Boolean): PaymentSessionConfig.Builder
Content copied to clipboard
Parameters
shippingInfoRequired
whether a ShippingInformation should be required. If it is required, a screen with a ShippingInfoWidget is shown to collect it.
Default is true
.