PlatformExternalPayment

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

외부 결제 정보

Constructors

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

Properties

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
val orderName: String? = null

주문 명

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

결제 일시