PostAccountTransfersResponse

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

PostAccountTransfersResponse

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