PaymentResponseListDto

data class PaymentResponseListDto(var payments: MutableList<PaymentResponseDto>? = null)

List of payments

Parameters

payments

Constructors

Link copied to clipboard
constructor(payments: MutableList<PaymentResponseDto>? = null)

Properties

Link copied to clipboard