generated from pricelees/issue-pr-template
refactor: PaymentCancelRequest의 cancelAmount 필드 null 기본값 지정
This commit is contained in:
parent
dc17316856
commit
3cdecaaab9
@ -10,6 +10,6 @@ data class PaymentConfirmRequest(
|
||||
)
|
||||
|
||||
data class PaymentCancelRequest(
|
||||
val cancelAmount: Int?,
|
||||
val cancelAmount: Int? = null,
|
||||
val cancelReason: String
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user