PortOne Server SDK for JVM
Toggle table of contents
0.24.0-2-g45541d7d56
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.payment
/
PaymentOrigin
Payment
Origin
@
Serializable
data
class
PaymentOrigin
(
val
platformType
:
PaymentOriginPlatformType
,
val
userAgent
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
ipAddress
:
String
)
결제 출처 정보
Members
Constructors
Payment
Origin
Link copied to clipboard
constructor
(
platformType
:
PaymentOriginPlatformType
,
userAgent
:
String
?
=
null
,
url
:
String
?
=
null
,
ipAddress
:
String
)
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
결제를 요청한 IP 주소
platform
Type
Link copied to clipboard
val
platformType
:
PaymentOriginPlatformType
결제를 요청한 플랫폼 타입
url
Link copied to clipboard
val
url
:
String
?
결제를 요청한 페이지 URL
user
Agent
Link copied to clipboard
val
userAgent
:
String
?
결제를 요청한 user agent 문자열