GetPaymentsResponse

@Serializable
data class GetPaymentsResponse(val items: List<Payment>, val page: PageInfo)

결제 건 다건 조회 성공 응답 정보

Constructors

Link copied to clipboard
constructor(items: List<Payment>, page: PageInfo)

Properties

Link copied to clipboard

조회된 결제 건 리스트

Link copied to clipboard

조회된 페이지 정보