UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

8 lines (7 loc) 224 B
export type PlatformCancellableProductQuantityExceededError = { type: "PLATFORM_CANCELLABLE_PRODUCT_QUANTITY_EXCEEDED"; productId: string; /** (int64) */ cancellableQuantity: number; message?: string; };