Ejemplo n.º 1
0
//SetBasisPxType sets BasisPxType, Tag 419
func (m BidRequest) SetBasisPxType(v string) {
	m.Set(field.NewBasisPxType(v))
}
Ejemplo n.º 2
0
//SetBasisPxType sets BasisPxType, Tag 419
func (m BidRequest) SetBasisPxType(v enum.BasisPxType) {
	m.Set(field.NewBasisPxType(v))
}