PostNewTransferResponse

@Serializable
data class PostNewTransferResponse(val resourceId: Long? = null, val savingsId: Long? = null)

PostNewTransferResponse

Parameters

resourceId
savingsId

Constructors

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

Properties

Link copied to clipboard
val resourceId: Long? = null
Link copied to clipboard
val savingsId: Long? = null