PlatformPortOnePayment

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

포트원 결제 정보

Constructors

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

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

주문 명

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

결제 일시

Link copied to clipboard

상점 아이디