Paid Payment
@Serializable
@SerialName(value = "PAID" )
결제 완료 상태 건
Constructors
Link copied to clipboard
constructor(id: String, transactionId: String, merchantId: String, storeId: String, channel: SelectedChannel, version: PortOneVersion, requestedAt: @Serializable(with = InstantSerializer::class ) Instant, updatedAt: @Serializable(with = InstantSerializer::class ) Instant, statusChangedAt: @Serializable(with = InstantSerializer::class ) Instant, orderName: String, amount: PaymentAmount, currency: Currency, customer: Customer, paidAt: @Serializable(with = InstantSerializer::class ) Instant, method: PaymentMethod? = null, channelGroup: ChannelGroupSummary? = null, scheduleId: String? = null, billingKey: String? = null, webhooks: List<PaymentWebhook>? = null, promotionId: String? = null, isCulturalExpense: Boolean? = null, escrow: PaymentEscrow? = null, products: List<PaymentProduct>? = null, productCount: Int? = null, customData: String? = null, country: Country? = null, pgTxId: String? = null, pgResponse: String? = null, cashReceipt: PaymentCashReceipt? = null, receiptUrl: String? = 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
결제수단 정보
Link copied to clipboard
결제 완료 시점
Link copied to clipboard
PG사 거래 응답 본문
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
포트원 버전
Link copied to clipboard
웹훅 발송 내역