PaymentScheduleSortBy

@Serializable(with = PaymentScheduleSortBySerializer::class)
sealed interface PaymentScheduleSortBy

결제 예약 건 정렬 기준

Inheritors

Types

Link copied to clipboard
@Serializable(with = PaymentScheduleSortBy.CompletedAtSerializer::class)
data object CompletedAt : PaymentScheduleSortBy

예약 결제 시도(성공 / 실패) 시각

Link copied to clipboard
@Serializable(with = PaymentScheduleSortBy.CreatedAtSerializer::class)
data object CreatedAt : PaymentScheduleSortBy

결제 예약 생성 시각

Link copied to clipboard
@Serializable(with = PaymentScheduleSortBy.TimeToPaySerializer::class)
data object TimeToPay : PaymentScheduleSortBy

결제 예정 시각

Link copied to clipboard

현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.

Properties

Link copied to clipboard
abstract val value: String