Revoked Payment Schedule
@Serializable
@SerialName(value = "REVOKED" )
결제 예약 취소 상태
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, revokedAt: @Serializable(with = InstantSerializer::class ) Instant)