Partial Cancelled Payment Event
    @Serializable
@SerialName(value = "PARTIAL_CANCELLED" )
결제 부분 취소 상태 이벤트
Constructors
Link copied to clipboard
                  constructor(id: String, paymentId: String, transactionId: String, merchantId: String, storeId: String, method: PaymentMethod? = null, channel: SelectedChannel, channelGroup: ChannelGroupSummary? = null, version: PortOneVersion, scheduleId: String? = null, webhooks: List<PaymentWebhook>? = null, requestedAt: @Serializable(with = InstantSerializer::class ) Instant, createdAt: @Serializable(with = InstantSerializer::class ) Instant, orderName: String, totalAmount: PaymentAmount, currency: Currency, customer: Customer, isCulturalExpense: Boolean? = null, escrow: PaymentEscrow? = null, products: List<PaymentProduct>? = null, productCount: Int? = null, customData: String? = null, country: Country? = null, pgTxId: String? = null, cashReceipt: PaymentCashReceipt? = null, receiptUrl: String? = null, cancellation: PaymentCancellation? = null, promotionId: String? = null, eventAmount: Long)
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
                  결제수단 정보
Link copied to clipboard
                  상품 갯수
Link copied to clipboard
                  상품 정보
Link copied to clipboard
                  프로모션 아이디
Link copied to clipboard
                  거래 영수증 URL
Link copied to clipboard
                  결제 요청 시점
Link copied to clipboard
                  결제 예약 건 아이디
Link copied to clipboard
                  총 결제 금액 관련 세부 정보
Link copied to clipboard
                  결제 시도 아이디
Link copied to clipboard
                  포트원 버전
Link copied to clipboard
                  웹훅 발송 내역