Platform External Payment
@Serializable
@SerialName(value = "EXTERNAL" )
외부 결제 정보
Constructors
Link copied to clipboard
constructor(id: String, currency: Currency, orderName: String? = null, method: PlatformPaymentMethod? = null, paidAt: @Serializable(with = InstantSerializer::class ) Instant? = null)