setShippingInfoRequired

fun setShippingInfoRequired(shippingInfoRequired: Boolean): PaymentSessionConfig.Builder

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.