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