PlatformPortOnePayment: {
    type: "PORT_ONE";
    id: string;
    storeId: string;
    channelKey: string;
    orderName: string;
    method?: PlatformPaymentMethod;
    currency: Currency;
    paidAt: string;
}

포트원 결제 정보

Type declaration

  • type: "PORT_ONE"
  • id: string

    결제 아이디

  • storeId: string

    상점 아이디

  • channelKey: string

    채널 키

  • orderName: string

    주문 명

  • Optionalmethod?: PlatformPaymentMethod

    결제 수단

  • currency: Currency

    통화

  • paidAt: string

    결제 일시 (RFC 3339 date-time)