Pending Payment Schedule
    @Serializable
@SerialName(value = "PENDING" )
결제 완료 대기 상태
Constructors
Link copied to clipboard
                  constructor(id: String, merchantId: String, storeId: String, paymentId: String, billingKey: String, orderName: String, isCulturalExpense: Boolean, isEscrow: Boolean, customer: Customer, customData: String, totalAmount: Long, taxFreeAmount: Long? = null, vatAmount: Long? = null, currency: Currency, installmentMonth: Int? = null, noticeUrls: List<String>? = null, products: List<PaymentProduct>? = null, createdAt: @Serializable(with = InstantSerializer::class ) Instant, timeToPay: @Serializable(with = InstantSerializer::class ) Instant, startedAt: @Serializable(with = InstantSerializer::class ) Instant, completedAt: @Serializable(with = InstantSerializer::class ) Instant)
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
                  결제 총 금액