setShippingMethodsRequired
fun setShippingMethodsRequired(shippingMethodsRequired: Boolean): PaymentSessionConfig.Builder
Content copied to clipboard
Parameters
shippingMethodsRequired
whether a ShippingMethod should be required. If it is required, a screen with a SelectShippingMethodWidget is shown to collect it.
Default is true
.