Deleted Billing Key Info
@Serializable
@SerialName(value = "DELETED" )
빌링키 삭제 완료 상태 건
Constructors
Link copied to clipboard
constructor(billingKey: String, merchantId: String, storeId: String, channels: List<SelectedChannel>, customer: Customer, issuedAt: @Serializable(with = InstantSerializer::class ) Instant, deletedAt: @Serializable(with = InstantSerializer::class ) Instant, methods: List<BillingKeyPaymentMethod>? = null, customData: String? = null, issueId: String? = null, issueName: String? = null, requestedAt: @Serializable(with = InstantSerializer::class ) Instant? = null, channelGroup: ChannelGroupSummary? = null, pgBillingKeyIssueResponses: List<PgBillingKeyIssueResponse>? = null)
Properties
Link copied to clipboard
빌링키
Link copied to clipboard
채널 그룹
Link copied to clipboard
빌링키 발급 시 사용된 채널
Link copied to clipboard
사용자 지정 데이터
Link copied to clipboard
발급 삭제 시점
Link copied to clipboard
발급 시점
Link copied to clipboard
고객사 아이디
Link copied to clipboard
빌링키 결제수단 상세 정보
Link copied to clipboard
채널 별 빌링키 발급 응답
Link copied to clipboard
발급 요청 시점