PostStandingInstructionsResponse

@Serializable
data class PostStandingInstructionsResponse(val clientId: Long? = null, val resourceId: Int? = null)

PostStandingInstructionsResponse

Parameters

clientId
resourceId

Constructors

Link copied to clipboard
constructor(clientId: Long? = null, resourceId: Int? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val resourceId: Int? = null