generated from pricelees/issue-pr-template
[#11] Payment 도메인 코드 코틀린 마이그레이션 #12
@ -2,6 +2,9 @@ package roomescape.payment.web.dto.response;
|
||||
|
||||
import java.time.OffsetDateTime;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public record PaymentResponse(
|
||||
String paymentKey,
|
||||
String orderId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user