CreatePlatformOrderTransferBodyExternalPaymentDetail

@Serializable
data class CreatePlatformOrderTransferBodyExternalPaymentDetail(val currency: Currency, val orderName: String? = null, val paidAt: @Serializable(with = InstantSerializer::class) Instant? = null, val method: PlatformPaymentMethodInput? = null)

외부 결제 상세 정보

Constructors

constructor(currency: Currency, orderName: String? = null, paidAt: @Serializable(with = InstantSerializer::class) Instant? = null, method: PlatformPaymentMethodInput? = null)

Properties

Link copied to clipboard

통화

Link copied to clipboard

결제 수단

Link copied to clipboard
val orderName: String? = null

주문 명

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

결제 일시