UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

10 lines (9 loc) 385 B
import type { Currency } from "./../../common/Currency.js"; export type PlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedError = { type: "PLATFORM_CONTRACT_PLATFORM_FIXED_AMOUNT_FEE_CURRENCY_AND_SETTLEMENT_CURRENCY_MISMATCHED"; id: string; graphqlId: string; feeCurrency: Currency; settlementCurrency: Currency; message?: string; };