Requested Payment Cancellation
@Serializable
@SerialName(value = "REQUESTED" )
취소 요청 상태
Constructors
Link copied to clipboard
constructor(id: String, totalAmount: Long, taxFreeAmount: Long, vatAmount: Long, reason: String, requestedAt: @Serializable(with = InstantSerializer::class ) Instant, pgCancellationId: String? = null, easyPayDiscountAmount: Long? = null, cancelledAt: @Serializable(with = InstantSerializer::class ) Instant? = null)