ProgramVO

Description of the ProgramVO

Summary
ProgramVO
Variables
id int64
name string
product ProductVO
gift_program boolean
programProperties ProgramProperties

Variables

id

int64

Id of the ProgramVO.

name

string

name of the ProgramVO.

product

ProductVO

product of the ProgramVO.

gift_program

boolean

Gift Program of the ProgramVO.

programProperties

ProgramProperties

program properties of the ProgramVO.

Close