PlatformPortOnePayment

@Serializable
@SerialName(value = "PORT_ONE")
data class PlatformPortOnePayment(val id: String, val storeId: String, val channelKey: String, val orderName: String, val method: PlatformPaymentMethod? = null, val currency: Currency, val paidAt: @Serializable(with = InstantSerializer::class) Instant) : PlatformPayment.Recognized

포트원 결제 정보

Constructors

Link copied to clipboard
constructor(id: String, storeId: String, channelKey: String, orderName: String, method: PlatformPaymentMethod? = null, currency: Currency, paidAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

Link copied to clipboard

채널 키

Link copied to clipboard
open override val currency: Currency

통화

Link copied to clipboard
open override val id: String

결제 아이디

Link copied to clipboard
open override val method: PlatformPaymentMethod? = null

결제 수단

Link copied to clipboard
open override val orderName: String

주문 명

Link copied to clipboard
open override val paidAt: @Serializable(with = InstantSerializer::class) Instant

결제 일시

Link copied to clipboard

상점 아이디