LokotroPaymentMethodFlagExtension extension

on

Properties

isCardProvider bool

Available on LokotroPaymentMethodFlag, provided by the LokotroPaymentMethodFlagExtension extension

Convenience: is this a card-channel provider?
no setter
requiresEmbeddedCardForm bool

Available on LokotroPaymentMethodFlag, provided by the LokotroPaymentMethodFlagExtension extension

Convenience: does this provider require the SDK to host its own card form (DIRECT_CAPTURE-style)? Currently always false — both card providers use a hosted-page redirect. Kept as a forward-compat hook.
no setter
wireValue String

Available on LokotroPaymentMethodFlag, provided by the LokotroPaymentMethodFlagExtension extension

Wire format — must match the snake_case values in app/modules/enums/lokotro_enum.py:ELokotroPaymentMethodFlag.
no setter

Static Methods

fromWire(String? value) LokotroPaymentMethodFlag

Available on LokotroPaymentMethodFlag, provided by the LokotroPaymentMethodFlagExtension extension

Parse a wire value (snake_case) into the typed enum. Unknown values fall back to LokotroPaymentMethodFlag.none.