PaymentOrigin

@Serializable
data class PaymentOrigin(val platformType: PaymentOriginPlatformType, val userAgent: String? = null, val url: String? = null, val ipAddress: String)

결제 출처 정보

Constructors

Link copied to clipboard
constructor(platformType: PaymentOriginPlatformType, userAgent: String? = null, url: String? = null, ipAddress: String)

Properties

Link copied to clipboard

결제를 요청한 IP 주소

Link copied to clipboard

결제를 요청한 플랫폼 타입

Link copied to clipboard
val url: String?

결제를 요청한 페이지 URL

Link copied to clipboard

결제를 요청한 user agent 문자열