AgentsFunctionResultcreatePaymentParameterCopy page|View as Markdown|Open in Claude|More actionsStatic helper that builds a parameter entry for the parameters list of pay(). Parameters namestringRequiredParameter name. valuestringRequiredParameter value. Returns PaymentParameter — An object with name and value fields, for use in the parameters list of pay(). Example 1import { FunctionResult } from '@signalwire/sdk';23const param = FunctionResult.createPaymentParameter(4 'merchant_id',5 'MERCH_12345',6);