//SetStandInstDbType sets StandInstDbType, Tag 169
func (m SettlementInstructions) SetStandInstDbType(v enum.StandInstDbType) {
	m.Set(field.NewStandInstDbType(v))
}
//SetStandInstDbType sets StandInstDbType, Tag 169
func (m SettlementInstructionRequest) SetStandInstDbType(v int) {
	m.Set(field.NewStandInstDbType(v))
}
//SetStandInstDbType sets StandInstDbType, Tag 169
func (m NoSettlInst) SetStandInstDbType(v int) {
	m.Set(field.NewStandInstDbType(v))
}