storeFiltrationMode property

  1. @BuiltValueField.new(wireName: r'storeFiltrationMode')
CreateCheckoutSessionRequestStoreFiltrationModeEnum? get storeFiltrationMode

Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned. - 'inclusive': Payment methods from the 'store' and those not associated with any other store are returned.

Implementation

@BuiltValueField(wireName: r'storeFiltrationMode')
CreateCheckoutSessionRequestStoreFiltrationModeEnum? get storeFiltrationMode;