trigger
Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error.
Note: this function uses an input class, and constructing this class manually may lead to incompatibilities if the class's constructor arguments change in the future. For maximum compatibility, it is advised to use the overload of this function that directly takes the mandatory parameters as arguments, and the optional ones from a configuration lambda.
inline suspend fun trigger(fieldId: BackendNodeId, card: CreditCard, optionalArgs: TriggerRequest.Builder.() -> Unit = {}): TriggerResponse(source)
Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error.
Parameters
field Id
Identifies a field that serves as an anchor for autofill.
card
Credit card information to fill out the form. Credit card data is not saved.