FailedPgBillingKeyIssueResponse

@Serializable
@SerialName(value = "FAILED")
data class FailedPgBillingKeyIssueResponse(val channel: SelectedChannel, val failure: BillingKeyFailure) : PgBillingKeyIssueResponse

빌링키 발급 실패 채널 응답

Constructors

Link copied to clipboard
constructor(channel: SelectedChannel, failure: BillingKeyFailure)

Properties

Link copied to clipboard
open override val channel: SelectedChannel

채널

Link copied to clipboard

발급 실패 상세 정보