Ready Payment Transaction
    @Serializable
@SerialName(value = "READY" )
준비 상태 건
Constructors
Link copied to clipboard
                  constructor(id: String, paymentId: String, merchantId: String, storeId: String, method: PaymentMethod? = null, channel: SelectedChannel? = null, channelGroup: ChannelGroupSummary? = null, version: PortOneVersion, scheduleId: String? = null, billingKey: String? = null, webhooks: List<PaymentWebhook>? = null, 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, promotionId: String? = null, isCulturalExpense: Boolean? = null, escrow: PaymentEscrow? = null, products: List<PaymentProduct>? = null, productCount: Int? = null, customData: String? = null, country: Country? = 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
                  프로모션 아이디
Link copied to clipboard
                  결제 요청 시점
Link copied to clipboard
                  결제 예약 건 아이디
Link copied to clipboard
                  상태 업데이트 시점
Link copied to clipboard
                  포트원 버전
Link copied to clipboard
                  웹훅 발송 내역