@cfxlabsinc/b2b-services
    Preparing search index...

    Entity-aware product fee service

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • __namedParameters: DistributedOmit<
            ({ customerId: string; } & ProductFeeMatcherCriteria),
            "entityType" | "sourceAmount" | "targetAmount" | "countryCode",
        > & { entityId: string; sourceAmount?: BigNumber; targetAmount?: BigNumber }

      Returns Promise<
          | { ok: true; value: ResolvedFeeConfig }
          | { error: ServiceError; ok: false },
      >

      product fees for the given entity and provided criteria