CancelAmountExceedsCancellableAmountError

@Serializable
@SerialName(value = "CANCEL_AMOUNT_EXCEEDS_CANCELLABLE_AMOUNT")
data class CancelAmountExceedsCancellableAmountError : CancelPaymentError

결제 취소 금액이 취소 가능 금액을 초과한 경우

Properties

Link copied to clipboard
open override val message: String? = null