Type alias MetaUcrx

MetaUcrx: ((cx, rx, attr) => Ucrx | undefined)

Type declaration

    • (cx, rx, attr): Ucrx | undefined
    • Charge metadata receiver.

      Parameters

      • cx: UcrxContext

        Charge processing context.

      • rx: Ucrx

        Charge receiver.

      • attr: string

        Metadata attribute name.

      Returns Ucrx | undefined

      Either metadata argument receiver, or undefined if metadata attribute can not be recognized.

Generated using TypeDoc