//SetAllocAccount sets AllocAccount, Tag 79
func (m ConfirmationRequest) SetAllocAccount(v string) {
	m.Set(field.NewAllocAccount(v))
}
//SetAllocAccount sets AllocAccount, Tag 79
func (m NoAllocs) SetAllocAccount(v string) {
	m.Set(field.NewAllocAccount(v))
}
//SetAllocAccount sets AllocAccount, Tag 79
func (m SettlementInstructionRequest) SetAllocAccount(v string) {
	m.Set(field.NewAllocAccount(v))
}