RspPayables

data class RspPayables(val payables: List<RspPayable>?, val requestId: String?) : Rsp

Constructors

Link copied to clipboard
constructor(payables: List<RspPayable>?, requestId: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val requestId: String?